aboutsummaryrefslogtreecommitdiff
path: root/test cases
AgeCommit message (Expand)AuthorFilesLines
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
2013-12-09Can check if running as a subproject.Jussi Pakkanen2-0/+8
2013-12-09Can haz subproject options.Jussi Pakkanen4-0/+14
2013-12-09Install file for unit tests.Jussi Pakkanen1-0/+2
2013-12-09And, with that, subprojects actually work.Jussi Pakkanen1-1/+1
2013-12-09Can parse subprojects but it does not work yet.Jussi Pakkanen1-1/+1
2013-12-09Added simple test case for subproject. Now to make it pass...Jussi Pakkanen6-0/+47
2013-11-17Added FreeBSD support for prebuilt object test.Jussi Pakkanen2-0/+6
2013-11-07Added prebuilt mingw and msvc objs.Jussi Pakkanen2-0/+0
2013-11-05Added linux-i386 prebuilt object.Jussi Pakkanen1-0/+0
2013-11-05Made prebuilt object build on OSX.Jussi Pakkanen2-1/+20
2013-11-05Can extract objects from targets and use them in other targets.Jussi Pakkanen3-0/+15
2013-11-05Can use object files directly in targets.Jussi Pakkanen4-0/+32
2013-10-20Fixed cross compilation back up.Jussi Pakkanen2-17/+0
2013-10-18Can set test cmd arguments and environment variables.Jussi Pakkanen3-0/+40
2013-10-18Turn user options into for widgets.Jussi Pakkanen1-1/+1
2013-10-16Added combo options because why the hell not.Jussi Pakkanen2-0/+5
2013-10-16Options can be accessed from scripts.Jussi Pakkanen2-0/+11
2013-10-16Preserve option function for option files.Jussi Pakkanen1-0/+3
2013-10-05Added support for Qt resource compiler.Jussi Pakkanen4-0/+10
2013-10-04Some more tests passing.Jussi Pakkanen1-0/+4
2013-10-04Strip dev rpath on install.Jussi Pakkanen4-4/+4
2013-10-04Rpaths start working.Jussi Pakkanen8-0/+28
2013-09-13Added installed_files.txt files to all places that needed them.Jussi Pakkanen6-0/+14
2013-09-13Check that files that should be installed are.Jussi Pakkanen1-0/+2
2013-09-12Now can generate mo files from po files and install them.Jussi Pakkanen3-3/+3