aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/backend/ninjabackend.py
AgeCommit message (Expand)AuthorFilesLines
2016-12-03mesontest: Rebuild all before running testsThibault Saunier1-2/+2
2016-12-03Allow many version conditions for pkg-config depsNirbheek Chauhan1-3/+5
2016-11-26Allow soname to be an arbitrary string and fix symlink generation.Jussi Pakkanen1-2/+9
2016-11-20Can set compiler arguments in Java.Jussi Pakkanen1-0/+3
2016-11-20Can specify headers to install with Files.Jussi Pakkanen1-1/+4
2016-11-20Merge pull request #730 from mesonbuild/newtestJussi Pakkanen1-40/+7
2016-11-18Always specify installed data with a File object. Closes #858.Jussi Pakkanen1-7/+5
2016-11-18Can run special tests with the new tool.Jussi Pakkanen1-3/+2
2016-11-18All testing is now in mesontest.py, which simplifies a lot of stuff.Jussi Pakkanen1-2/+6
2016-11-18Removed subsuite targets.Jussi Pakkanen1-21/+0
2016-11-18Removed Valgrind from core.Jussi Pakkanen1-15/+0
2016-11-12vala: Generate GIR into the build directory (fix #185)Guillaume Poirier-Morency1-1/+5
2016-11-12Add new add_project_[link]_args functionsThibault Saunier1-0/+2
2016-11-12vala: Implement valac.find_libraryNirbheek Chauhan1-0/+2
2016-11-12Revert "vala: Build with '--nostdpkg'", MR #920Jussi Pakkanen1-1/+0
2016-11-12vala: Build with '--nostdpkg'Guillaume Poirier-Morency1-0/+1
2016-11-10Merge pull request #1011 from centricular/runtarget-files-rel-builddirJussi Pakkanen1-3/+3
2016-11-10Merge pull request #991 from mesonbuild/wip/tingping/gresource-depfileJussi Pakkanen1-2/+2
2016-11-10Fix debug PCH builds with MSVC 2012 and laterNirbheek Chauhan1-2/+2
2016-11-09backends: Output depfiles in same directory as targetPatrick Griffis1-2/+2
2016-11-08Implement mlog.warning and use it everywhere for warningsNirbheek Chauhan1-2/+2
2016-11-09ninja: Pass absolute path of files to run targetsNirbheek Chauhan1-3/+3
2016-11-08Search for headers in build dir before source dir. Closes #984.Jussi Pakkanen1-2/+3
2016-11-06Added reconfigure target that always reruns Meson.Jussi Pakkanen1-0/+4
2016-11-05ninjabackend: fix error messageTim-Philipp Müller1-1/+1
2016-11-02Do not error out if compdb can not be created.Jussi Pakkanen1-3/+3
2016-10-26Merge pull request #952 from centricular/deterministic-sources-outputsJussi Pakkanen1-9/+10
2016-10-25Merge pull request #912 from valum-framework/wip/vala-custom-header-and-vapiJussi Pakkanen1-4/+3
2016-10-25vala: Use a portable path join for the VAPIGuillaume Poirier-Morency1-1/+1
2016-10-25Ninja: Use OrderedDict in places where order mattersNirbheek Chauhan1-9/+10
2016-10-24vala: Use 'vala_header' and 'vala_vapi' directlyGuillaume Poirier-Morency1-4/+3
2016-10-24vala: Custom header and vapi name (fix #892)Guillaume Poirier-Morency1-2/+2
2016-10-21Fix Unity builds for Fortran and D targetsNirbheek Chauhan1-3/+29
2016-10-21Add support for extracting objects in unity buildsNirbheek Chauhan1-3/+3
2016-10-21ninja: Generate Vala compile rules after all header_deps are foundNirbheek Chauhan1-4/+11
2016-10-21ninja: Always use RawFilename for unity sources and depsNirbheek Chauhan1-15/+18
2016-10-19Support all kinds of generated vala and vapi sourcesNirbheek Chauhan1-65/+130
2016-10-19Ninja: Consolidate generated sources handlingNirbheek Chauhan1-54/+73
2016-10-19Process dependencies for all targets not just C/C++Nirbheek Chauhan1-5/+13
2016-10-19CustomTarget: Use get_outputs() instead of get_filename()Nirbheek Chauhan1-19/+24
2016-10-14Add no-warning args while building Vala C codeNirbheek Chauhan1-8/+12
2016-10-08Fix soname to work on OSX.Jussi Pakkanen1-2/+1
2016-10-08Check that soname matches the filename. Closes #785.Jussi Pakkanen1-1/+2
2016-10-01Merge pull request #803 from centricular/generated-sources-header-depsJussi Pakkanen1-45/+42
2016-10-02ninja: Fix C file name for generated Vala sourcesNirbheek Chauhan1-13/+23
2016-10-02ninja: Don't add every CustomTarget to 'all'Nirbheek Chauhan1-2/+10
2016-10-02backends: Remove self.dep_rules dead codeNirbheek Chauhan1-34/+1
2016-09-30Merge pull request #814 from centricular/heavy-cleanup-compilers-buildtargetsJussi Pakkanen1-17/+14
2016-09-28Deduplicate command line arguments. Slight improvement to #671.Jussi Pakkanen1-1/+2
2016-09-27Use per-target compilers while generating targetsNirbheek Chauhan1-13/+11