]> git.ipfire.org Git - thirdparty/vala.git/commit
Add initial support for POSIX profile
authorJürg Billeter <j@bitron.ch>
Tue, 5 May 2009 19:54:03 +0000 (21:54 +0200)
committerJürg Billeter <j@bitron.ch>
Fri, 8 May 2009 10:09:13 +0000 (12:09 +0200)
commit268e31d5ccfa3dc3670fc26e49dc6ed6835bc7dc
tree62fbfe64f1cedd80764bec2a82ad8779965745c9
parent4d3bcdacd7069a4108d2238593590f21739e2134
Add initial support for POSIX profile

Add --profile command-line option.

Code compiled with valac --profile posix will not depend on GLib or
GObject. However, many language features are currently not supported
with the POSIX profile.
12 files changed:
compiler/valacompiler.vala
gobject/valaccodebasemodule.vala
gobject/valaccodecompiler.vala
gobject/valaccodegenerator.vala
gobject/valaccodemethodmodule.vala
gobject/valaccodestructmodule.vala
vala/Makefile.am
vala/valacodecontext.vala
vala/valaprofile.vala [new file with mode: 0644]
vala/valasemanticanalyzer.vala
vala/valastruct.vala
vapi/posix.vapi