aboutsummaryrefslogtreecommitdiff
path: root/test cases
AgeCommit message (Expand)AuthorFilesLines
2014-06-02Clarified prebuilt object documentation.Jussi Pakkanen4-2/+12
2014-05-24Keyword argument unification.Jussi Pakkanen4-4/+4
2014-05-24Can now generate GObject introspection data and install it.Jussi Pakkanen4-8/+43
2014-05-24Started to work on gobject introspection.Jussi Pakkanen4-0/+157
2014-05-21Can use outputs of targets as inputs of custom targets.Jussi Pakkanen5-0/+51
2014-05-19Can define custom targets.Jussi Pakkanen4-0/+30
2014-05-10Can use external dependencies in Vala.Jussi Pakkanen2-0/+17
2014-05-10Can parallel compile a Vala target with multiple files.Jussi Pakkanen4-0/+29
2014-05-10Now can compile Vala executables.Jussi Pakkanen2-3/+5
2014-05-10Started work on Vala compilation.Jussi Pakkanen2-0/+11
2014-05-02Some windows fixes.Jussi Pakkanen3-3/+9
2014-04-28Can generate configuration files with custom scripts.Jussi Pakkanen5-1/+31
2014-04-25Can specify extra files that show up in IDEs as parts of a target.Jussi Pakkanen4-1/+8
2014-04-20Can execute found programs with run_command.Jussi Pakkanen6-0/+22
2014-04-16Fixed unity builds for Qt5.Jussi Pakkanen4-6/+7
2014-04-16Some windows cleanups.Jussi Pakkanen1-1/+1
2014-04-16Added string splitting and with that a file grabber test case.Jussi Pakkanen7-0/+48
2014-04-13Added export def to test case.Jussi Pakkanen1-1/+7
2014-04-11Follow Qt standards w.r.t. moc file including.Jussi Pakkanen4-21/+12
2014-04-07Write generator deps to Ninja files properly. Now can compile 1300+ files of ...Jussi Pakkanen1-2/+2
2014-04-06Can have multiple resource files in Qt5.Jussi Pakkanen4-1/+10
2014-04-06Allow source files to include moc files manually.Jussi Pakkanen3-0/+27
2014-04-06No moc prefix for source files.Jussi Pakkanen1-1/+1
2014-04-06Added capability to compile sources files with moc, too.Jussi Pakkanen3-3/+36
2014-04-06Renamed resources to qresources to avoid name clashes.Jussi Pakkanen1-1/+1
2014-03-31Apparently dynamic linking with C++ had been broken for a while now. Sorry ab...Jussi Pakkanen3-1/+14
2014-03-22Can define entry symbol type.Jussi Pakkanen2-2/+2
2014-03-22Minor.Jussi Pakkanen2-0/+2
2014-03-11Now with working subdirs for Java.Jussi Pakkanen3-0/+13
2014-03-11Can run built jar files.Jussi Pakkanen1-1/+2
2014-03-11A few tweaks.Jussi Pakkanen1-1/+1
2014-03-10Started work on Java support because why not.Jussi Pakkanen2-0/+11
2014-03-07Added a link_depends keyword for build targets.Jussi Pakkanen1-2/+3
2014-03-07Can get source dir location and use it to build stuff.Jussi Pakkanen1-1/+1
2014-03-07Can define custom linker flags.Jussi Pakkanen5-0/+33
2014-02-24Can have multiple source files with the same name in one target.Jussi Pakkanen4-0/+11
2014-02-24Yo dawg, we heard you liked subprojects so we put subprojects in your subproj...Jussi Pakkanen6-0/+26
2014-02-24Test for recursive instantiations of subprojects.Jussi Pakkanen3-0/+9
2014-02-24Added failing test.Jussi Pakkanen2-0/+4
2014-02-23Start of subproject redesign, moved subprojects to the dedicated subdirectory.Jussi Pakkanen6-0/+0
2014-02-22Newest Boost requires C++11 to build.Jussi Pakkanen1-0/+4
2014-02-12Fix the remaining custom install dirs.Jussi Pakkanen4-0/+6
2014-02-12Can override install directory on a target-by-target basis.Jussi Pakkanen4-0/+15
2014-02-09Specify subdirs explicitly.Jussi Pakkanen2-1/+4
2014-02-06Can create pkg-config files.Jussi Pakkanen1-1/+1
2014-02-06First half of the work required for pkg-config generator.Jussi Pakkanen3-0/+19
2014-01-29Use a console app for Qt5 unit testing so it can be run headless.Jussi Pakkanen3-6/+20
2014-01-18After an actual, factual bug report from a user, fixed include_directories so...Jussi Pakkanen1-0/+3
2014-01-05Man file for mesonconf.Jussi Pakkanen2-2/+2
2013-12-27Skip extraction test during Unity build because the object file is not genera...Jussi Pakkanen1-4/+8