aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-03-11A few tweaks.Jussi Pakkanen2-2/+2
2014-03-11Can generate a build.ninja for Jave but it does not work yet.Jussi Pakkanen3-4/+40
2014-03-10Can create jar objects.Jussi Pakkanen3-1/+23
2014-03-10Now can detect Java compiler.Jussi Pakkanen3-12/+26
2014-03-10Started work on Java support because why not.Jussi Pakkanen4-3/+160
2014-03-09Kill shift/reduce conflict dead.Jussi Pakkanen1-8/+0
2014-03-09A code block can be empty.Jussi Pakkanen1-6/+4
2014-03-09Rpath trimming.Jussi Pakkanen1-0/+11
2014-03-09Merge branch 'master' of ssh://git.code.sf.net/p/meson/codeJussi Pakkanen1-2/+10
2014-03-09Some clang fixes.Jussi Pakkanen1-0/+8
2014-03-09A few clang fixes.Jussi Pakkanen1-2/+2
2014-03-09Subproject definition files are important, too.Jussi Pakkanen1-1/+2
2014-03-08Run object tests on i686, too.Jussi Pakkanen1-1/+1
2014-03-08Subproject reworking.Jussi Pakkanen1-13/+17
2014-03-08Some logging improvements.Jussi Pakkanen1-4/+9
2014-03-08Do function checking without linking so you do not need to define libraries t...Jussi Pakkanen1-10/+1
2014-03-08Ignore test log file.Jussi Pakkanen1-0/+3
2014-03-08Cleaner test run output.Jussi Pakkanen1-24/+59
2014-03-07Added a link_depends keyword for build targets.Jussi Pakkanen3-2/+12
2014-03-07Can get source dir location and use it to build stuff.Jussi Pakkanen2-3/+12
2014-03-07Can define custom linker flags.Jussi Pakkanen7-0/+40
2014-02-24Bumb version number for new release.Jussi Pakkanen1-1/+1
2014-02-24Bump version number for release.0.13.0Jussi Pakkanen4-4/+4
2014-02-24Can have multiple source files with the same name in one target.Jussi Pakkanen5-1/+13
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 Pakkanen4-2/+11
2014-02-24Added failing test.Jussi Pakkanen2-0/+4
2014-02-23Some more subproject reorganisation.Jussi Pakkanen1-4/+8
2014-02-23Start of subproject redesign, moved subprojects to the dedicated subdirectory.Jussi Pakkanen7-2/+6
2014-02-23C++ compiler can compile .h file, too.Jussi Pakkanen3-4/+6
2014-02-22Newest Boost requires C++11 to build.Jussi Pakkanen1-0/+4
2014-02-12Fix the remaining custom install dirs.Jussi Pakkanen6-7/+28
2014-02-12Can override install directory on a target-by-target basis.Jussi Pakkanen7-7/+40
2014-02-09Specify subdirs explicitly.Jussi Pakkanen5-12/+16
2014-02-06Pkg-config files are now installed.Jussi Pakkanen1-0/+13
2014-02-06Can create pkg-config files.Jussi Pakkanen3-3/+27
2014-02-06First half of the work required for pkg-config generator.Jussi Pakkanen5-1/+67
2014-02-03And for rcc, which I totally guessed would be coming.Jussi Pakkanen1-4/+11
2014-02-03And the same for uic.Jussi Pakkanen1-3/+10
2014-02-03Moc has completely changed its output format with Qt5 so support both.Jussi Pakkanen1-3/+10
2014-01-29Use a console app for Qt5 unit testing so it can be run headless.Jussi Pakkanen3-6/+20
2014-01-20Bumped version number for new development.Jussi Pakkanen1-1/+1
2014-01-20Bump version number for release.0.12.0Jussi Pakkanen4-6/+6
2014-01-18After an actual, factual bug report from a user, fixed include_directories so...Jussi Pakkanen3-3/+10
2014-01-18Removed leftover print target.Jussi Pakkanen1-1/+0
2014-01-12Validate paths.Jussi Pakkanen1-0/+14
2014-01-12Can print and set paths with mesonconf.Jussi Pakkanen2-1/+33
2014-01-12Do not crash on empty arrays.Jussi Pakkanen1-0/+2
2014-01-05Man file for mesonconf.Jussi Pakkanen4-4/+36
2014-01-05Print option name as well.Jussi Pakkanen1-12/+15