aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-03-02Set version number for release.0.1.0Jussi Pakkanen1-1/+1
2013-03-02Make install dir if it does not exist yet.Jussi Pakkanen1-0/+4
2013-03-02Do not lose line numbers to the great void of nothingness.Jussi Pakkanen2-7/+9
2013-03-02No longer require backslash for line continuation inside an argument list.Jussi Pakkanen3-7/+19
2013-03-02Added some comments.Jussi Pakkanen2-3/+4
2013-03-02Better status texts.Jussi Pakkanen1-1/+8
2013-03-01Use NinjaBuildElements in coverage too.Jussi Pakkanen2-21/+20
2013-03-01Only have one coredata object because two is just wasteful.Jussi Pakkanen3-32/+26
2013-03-01Can generate header files.Jussi Pakkanen6-8/+70
2013-03-01Guard against different Meson versions.Jussi Pakkanen2-1/+9
2013-03-01Can have multiple output files.Jussi Pakkanen1-10/+11
2013-03-01Final pieces of NinjaBuildElement usage.Jussi Pakkanen1-13/+11
2013-03-01Some more NinjaBuildElement using.Jussi Pakkanen1-39/+43
2013-03-01Used NinjaBuildElement in a few more places.Jussi Pakkanen1-5/+10
2013-03-01Created a helper class to build Ninja build directives.Jussi Pakkanen2-11/+58
2013-03-01Reworked how sources are passed to BuildTargets.Jussi Pakkanen3-22/+25
2013-02-24Handle required flag in pkg-config deps.Jussi Pakkanen1-5/+6
2013-02-24Added comment. Woohoo!Jussi Pakkanen1-2/+4
2013-02-24Store bunch of data to coredata.Jussi Pakkanen3-22/+60
2013-02-24Persist core data to disk.Jussi Pakkanen3-2/+25
2013-02-24Started work on CoreData.Jussi Pakkanen3-13/+49
2013-02-24Renamed a keyword argument.Jussi Pakkanen2-7/+7
2013-02-24Prevent slashes in generated names.Jussi Pakkanen1-0/+2
2013-02-24Variable name simplification.Jussi Pakkanen2-3/+3
2013-02-24Renamed generator command line option to backend.Jussi Pakkanen3-8/+8
2013-02-23Pipeline backend is done and works.Jussi Pakkanen3-0/+32
2013-02-23Generate compile commands for generated sources.Jussi Pakkanen2-20/+19
2013-02-23Store generation info in build state.Jussi Pakkanen1-1/+40
2013-02-23Can create generator objects.Jussi Pakkanen2-0/+58
2013-02-23Renamed generators to backends.Jussi Pakkanen2-9/+9
2013-02-23Started work on pipelines by adding generator test case skeleton.Jussi Pakkanen6-9/+51
2013-02-23Text cleanup.Jussi Pakkanen1-1/+3
2013-02-23Commented install script.Jussi Pakkanen1-4/+4
2013-02-23Created a man page.Jussi Pakkanen2-3/+27
2013-02-23More documentation.Jussi Pakkanen1-5/+20
2013-02-23Install directions.Jussi Pakkanen2-1/+17
2013-02-23Meson can now be installed and run from system directories.Jussi Pakkanen2-0/+83
2013-02-23Added script to compile Meson itself.Jussi Pakkanen2-12/+22
2013-02-23Final piece of renaming (hopefully).Jussi Pakkanen2-3/+3
2013-02-23Mailing list is the contact address.Jussi Pakkanen1-1/+2
2013-02-23More builder -> Meson renaming.Jussi Pakkanen4-26/+26
2013-02-23Builder -> Meson renaming.Jussi Pakkanen4-6/+6
2013-02-23Determine location of scripts properly.Jussi Pakkanen2-9/+14
2013-02-23Proper DESTDIR support.Jussi Pakkanen1-3/+7
2013-02-21Print warning if coverage reports can't be generated.Jussi Pakkanen1-1/+6
2013-02-21Added support for coverage.Jussi Pakkanen3-4/+67
2013-02-17Renamed system from builder to Meson.Jussi Pakkanen37-10/+10
2013-02-17Don't chdir into build directory because that causes regereration of parser d...Jussi Pakkanen1-1/+0
2013-02-17Removed parentheses from if expression.Jussi Pakkanen6-11/+11
2013-02-16Fix regeneration rule so it is not triggered needlessly.Jussi Pakkanen2-7/+11