summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-05-10Run Vala tests as part of the test suite.Jussi Pakkanen
2014-05-10Now can compile Vala executables.Jussi Pakkanen
2014-05-10Started work on Vala compilation.Jussi Pakkanen
2014-05-02Some windows fixes.Jussi Pakkanen
2014-05-02Introspector can print out test info.Jussi Pakkanen
2014-05-02JSON test output is now one line per test case.Jussi Pakkanen
2014-05-02Print test results in JSON.Jussi Pakkanen
2014-04-28Can generate configuration files with custom scripts.Jussi Pakkanen
2014-04-25Can print build options.Jussi Pakkanen
2014-04-25Can list those files that make up the build system.Jussi Pakkanen
2014-04-25Can specify extra files that show up in IDEs as parts of a target.Jussi Pakkanen
2014-04-25Export list of files per target.Jussi Pakkanen
2014-04-25Beginning of introspection tool for IDEs.Jussi Pakkanen
2014-04-20Can execute found programs with run_command.Jussi Pakkanen
2014-04-16Fixed unity builds for Qt5.Jussi Pakkanen
2014-04-16Updated msvc compile and link flag functions.Jussi Pakkanen
2014-04-16Some windows cleanups.Jussi Pakkanen
2014-04-16Added build type specific link flags.Jussi Pakkanen
2014-04-16Specify build flags per build type.Jussi Pakkanen
2014-04-16Added string splitting and with that a file grabber test case.Jussi Pakkanen
2014-04-13Bump version for new development.Jussi Pakkanen
2014-04-13Bumped version number for release.Jussi Pakkanen
2014-04-13Added export def to test case.Jussi Pakkanen
2014-04-12Moc tuning.Jussi Pakkanen
2014-04-11Follow Qt standards w.r.t. moc file including.Jussi Pakkanen
2014-04-07Slightly cleaner log output.Jussi Pakkanen
2014-04-07Write generator deps to Ninja files properly. Now can compile 1300+ files of ...Jussi Pakkanen
2014-04-06Can have multiple resource files in Qt5.Jussi Pakkanen
2014-04-06Allow source files to include moc files manually.Jussi Pakkanen
2014-04-06No moc prefix for source files.Jussi Pakkanen
2014-04-06Added capability to compile sources files with moc, too.Jussi Pakkanen
2014-04-06Renamed resources to qresources to avoid name clashes.Jussi Pakkanen
2014-04-04Avoid variable overwriting.Jussi Pakkanen
2014-04-03Some work on using prebuilt object files. Does not work yet.Jussi Pakkanen
2014-04-03Path fixing for great link justice.Jussi Pakkanen
2014-04-02Now with actual workingness!Jussi Pakkanen
2014-04-02OSX shared library versioning works.Jussi Pakkanen
2014-04-02Target link flags too.Jussi Pakkanen
2014-04-02Per language compile flags work.Jussi Pakkanen
2014-04-02Objective C/C++ works with XCode.Jussi Pakkanen
2014-04-02Added file types for headers.Jussi Pakkanen
2014-04-02Add include paths with sufficient amounts of magic quoting.Jussi Pakkanen
2014-04-02Do not run Java tests on OSX because starting from Mavericks it has a fake ja...Jussi Pakkanen
2014-04-02Handle files in subdirectories. Fancy that.Jussi Pakkanen
2014-04-02Put targets in their subdirectories.Jussi Pakkanen
2014-03-31Dynamic library linking works. Install probably will not, though.Jussi Pakkanen
2014-03-31Somethign or something else.Jussi Pakkanen
2014-03-31Can link static libraries.Jussi Pakkanen
2014-03-31Can build targets but dependencies are not properly set up yet.Jussi Pakkanen
2014-03-31A few types for xcodeproj.Jussi Pakkanen