summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-05-25Can parse a basic CMake list.Jussi Pakkanen
2014-05-25Can now lex all of libcolumbus.Jussi Pakkanen
2014-05-25Parse some code.Jussi Pakkanen
2014-05-25Experiment on writing a CMake converter.Jussi Pakkanen
2014-05-24Keyword argument unification.Jussi Pakkanen
2014-05-24Can now generate GObject introspection data and install it.Jussi Pakkanen
2014-05-24Started to work on gobject introspection.Jussi Pakkanen
2014-05-23Put in some frosting.Jussi Pakkanen
2014-05-21Can use outputs of targets as inputs of custom targets.Jussi Pakkanen
2014-05-19Can define custom targets.Jussi Pakkanen
2014-05-13Existing dir is ok.Jussi Pakkanen
2014-05-12Create subdirectories in build dir as they are encountered.Jussi Pakkanen
2014-05-12Put build dir in moc search path.Jussi Pakkanen
2014-05-10Bump version for new development.Jussi Pakkanen
2014-05-10Bump version number for release.Jussi Pakkanen
2014-05-10Can use external dependencies in Vala.Jussi Pakkanen
2014-05-10Can parallel compile a Vala target with multiple files.Jussi Pakkanen
2014-05-10Print test skip.Jussi Pakkanen
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