summaryrefslogtreecommitdiff
path: root/gobject/valaccodecompiler.vala
Commit message (Expand)AuthorAgeFilesLines
* Rename gobject directory to codegenJürg Billeter2009-05-091-148/+0
* Add initial support for POSIX profileJürg Billeter2009-05-081-13/+23
* Add --verbose command-line optionJürg Billeter2009-04-141-0/+4
* Drop legacy header supportJürg Billeter2009-04-051-8/+0
* Do not generate legacy header files when using -HJürg Billeter2009-01-181-3/+5
* Drop obsolete foreach support for null-terminated arraysJürg Billeter2009-01-041-1/+1
* Replace [NoArrayLength] by [CCode (array_length = false)], which can alsoJürg Billeter2009-01-041-2/+2
* Don't derive from GObject in libvala where not necessary to improveJürg Billeter2008-08-141-1/+1
* compiler/valacompiler.valaLevi Bard2008-08-141-2/+2
* Generate correct code for calling class methods outside of static or classJared Moore2008-08-101-1/+1
* Fix linking with --as-needed and on Windows, patch by Yaakov Selkowitz,Jürg Billeter2008-07-301-4/+7
* Apply shell quoting to -X flag arguments, fixes bug 542183.Jared Moore2008-07-091-1/+1
* Replace [Import] attribute by `extern' keyword, rename `is_imported'Juerg Billeter2008-04-201-3/+3
* fix build when using non-null typesJuerg Billeter2008-04-131-5/+3
* report warning when using obsolete syntax for non-null typesJuerg Billeter2008-04-131-1/+1
* remove non-portable -O commandline option, fixes bug 518660Juerg Billeter2008-02-261-2/+1
* add --basedir option, fixes bug 483843Juerg Billeter2007-10-091-1/+1
* update license headers to the GNU Lesser General Public License, versionJuerg Billeter2007-09-071-1/+1
* don't implicitly derive from GLib.Object in preparation for a moreJuerg Billeter2007-08-301-1/+1
* support --directory option, use basename of input filenames, patch byJuerg Billeter2007-08-211-1/+10
* do not pass non-existant packages to pkg-configMathias Hasselmann2007-08-141-1/+15
* provide --save-temps option keep generated C source and header files whenMathias Hasselmann2007-08-081-2/+4
* support passing C source files to the command line, patch by NicolasJuerg Billeter2007-08-081-0/+4
* add --cc and -X options to be able to specify custom command and optionsJuerg Billeter2007-07-241-2/+11
* remove Error out parameters, use exceptionsJuerg Billeter2007-07-121-13/+16
* add --thread option to enable multithreading supportJuerg Billeter2007-07-101-0/+3
* always use gobject-2.0Juerg Billeter2007-07-101-0/+1
* write cprefix and lower_case_cprefix of namespaces and writeJuerg Billeter2007-07-031-2/+2
* enhance commandline interface, add support for invoking c compiler updateJürg Billeter2007-06-151-0/+95