summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump version number for release.0.16.0Jussi Pakkanen2014-05-104-4/+4
* Can use external dependencies in Vala.Jussi Pakkanen2014-05-103-0/+21
* Can parallel compile a Vala target with multiple files.Jussi Pakkanen2014-05-105-0/+60
* Print test skip.Jussi Pakkanen2014-05-101-0/+4
* Run Vala tests as part of the test suite.Jussi Pakkanen2014-05-101-0/+7
* Now can compile Vala executables.Jussi Pakkanen2014-05-106-9/+45
* Started work on Vala compilation.Jussi Pakkanen2014-05-106-6/+91
* Some windows fixes.Jussi Pakkanen2014-05-023-3/+9
* Introspector can print out test info.Jussi Pakkanen2014-05-021-5/+25
* JSON test output is now one line per test case.Jussi Pakkanen2014-05-021-1/+1
* Print test results in JSON.Jussi Pakkanen2014-05-021-8/+24
* Can generate configuration files with custom scripts.Jussi Pakkanen2014-04-286-14/+57
* Can print build options.Jussi Pakkanen2014-04-251-1/+49
* Can list those files that make up the build system.Jussi Pakkanen2014-04-251-1/+14
* Can specify extra files that show up in IDEs as parts of a target.Jussi Pakkanen2014-04-256-6/+26
* Export list of files per target.Jussi Pakkanen2014-04-251-0/+12
* Beginning of introspection tool for IDEs.Jussi Pakkanen2014-04-251-0/+71
* Can execute found programs with run_command.Jussi Pakkanen2014-04-209-6/+44
* Fixed unity builds for Qt5.Jussi Pakkanen2014-04-166-8/+12
* Updated msvc compile and link flag functions.Jussi Pakkanen2014-04-162-4/+16
* Some windows cleanups.Jussi Pakkanen2014-04-163-5/+4
* Added build type specific link flags.Jussi Pakkanen2014-04-162-0/+32
* Specify build flags per build type.Jussi Pakkanen2014-04-164-21/+22
* Added string splitting and with that a file grabber test case.Jussi Pakkanen2014-04-168-10/+80
* Bump version for new development.Jussi Pakkanen2014-04-131-1/+1
* Bumped version number for release.0.15.0Jussi Pakkanen2014-04-134-4/+4
* Added export def to test case.Jussi Pakkanen2014-04-131-1/+7
* Moc tuning.Jussi Pakkanen2014-04-121-1/+8
* Follow Qt standards w.r.t. moc file including.Jussi Pakkanen2014-04-115-31/+13
* Slightly cleaner log output.Jussi Pakkanen2014-04-072-9/+19
* Write generator deps to Ninja files properly. Now can compile 1300+ files of ...Jussi Pakkanen2014-04-073-5/+14
* Can have multiple resource files in Qt5.Jussi Pakkanen2014-04-066-4/+15
* Allow source files to include moc files manually.Jussi Pakkanen2014-04-064-1/+37
* No moc prefix for source files.Jussi Pakkanen2014-04-062-2/+2
* Added capability to compile sources files with moc, too.Jussi Pakkanen2014-04-067-11/+49
* Renamed resources to qresources to avoid name clashes.Jussi Pakkanen2014-04-062-2/+2
* Avoid variable overwriting.Jussi Pakkanen2014-04-041-2/+1
* Some work on using prebuilt object files. Does not work yet.Jussi Pakkanen2014-04-031-4/+24
* Path fixing for great link justice.Jussi Pakkanen2014-04-032-1/+4
* Now with actual workingness!Jussi Pakkanen2014-04-021-1/+1
* OSX shared library versioning works.Jussi Pakkanen2014-04-022-1/+20
* Target link flags too.Jussi Pakkanen2014-04-021-0/+1
* Per language compile flags work.Jussi Pakkanen2014-04-021-1/+13
* Objective C/C++ works with XCode.Jussi Pakkanen2014-04-022-4/+20
* Added file types for headers.Jussi Pakkanen2014-04-021-0/+5
* Add include paths with sufficient amounts of magic quoting.Jussi Pakkanen2014-04-021-0/+9
* Do not run Java tests on OSX because starting from Mavericks it has a fake ja...Jussi Pakkanen2014-04-021-1/+1
* Handle files in subdirectories. Fancy that.Jussi Pakkanen2014-04-021-2/+8
* Put targets in their subdirectories.Jussi Pakkanen2014-04-022-6/+6
* Dynamic library linking works. Install probably will not, though.Jussi Pakkanen2014-03-311-2/+4