aboutsummaryrefslogtreecommitdiff
path: root/test cases
AgeCommit message (Expand)AuthorFilesLines
2014-07-08Use host dependent object suffix.Jussi Pakkanen1-1/+7
2014-07-08Can now build object files in generators, too.Jussi Pakkanen4-0/+44
2014-06-23Deal with Rust static libraries, too.Jussi Pakkanen4-0/+13
2014-06-23Install Rust shared libraries.Jussi Pakkanen2-2/+4
2014-06-22Generate prebuilt object on demand so we don't need to ship object files in t...Jussi Pakkanen8-36/+7
2014-06-22Invoke Rust via wrapper script.Jussi Pakkanen2-2/+2
2014-06-22Renamed deps -> dependencies.Jussi Pakkanen12-15/+15
2014-06-22The mass flags -> args renaming for consistency.Jussi Pakkanen1-1/+1
2014-06-19Set up dependencies for Rust linking. Does not work fully yet.Jussi Pakkanen2-0/+5
2014-06-19Build a shared Rust library.Jussi Pakkanen2-0/+6
2014-06-18Can compile very basic Rust programs.Jussi Pakkanen3-0/+8
2014-06-11Can specify standalone command targets.Jussi Pakkanen3-1/+9
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