summaryrefslogtreecommitdiff
path: root/vala/valaprofile.vala
Commit message (Collapse)AuthorAgeFilesLines
* vala: Add Profile.LIBC as synonym for POSIX and accept "libc" profileRico Tzschichholz2021-04-151-1/+2
|
* Reintroduce POSIX profileRico Tzschichholz2018-05-081-1/+2
| | | | This reverts commit ca020bf04a09fe16e5583eea5a3a341e7796bff5.
* Drop POSIX profileJürg Billeter2012-08-061-1/+0
|
* Drop Dova profileJürg Billeter2012-08-061-2/+1
|
* Add stub dova profileJürg Billeter2010-03-131-2/+3
|
* Add initial support for POSIX profileJürg Billeter2009-05-081-0/+26
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.