aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/backend
AgeCommit message (Expand)AuthorFilesLines
2016-03-17Works when mixing Java and C.Jussi Pakkanen2-14/+17
2016-03-16Added new base options and some sample opts for gcc.Jussi Pakkanen1-0/+4
2016-03-14vs2010: give each target an own temp dirNicolas Schneider1-3/+3
2016-03-12Merge pull request #442 from nioncode/vs-linker-argsJussi Pakkanen1-3/+3
2016-03-12vs2010: fix linker argsNicolas Schneider1-3/+3
2016-03-12vs2010: support multiple precompiled headers (one per language)Nicolas Schneider1-13/+49
2016-03-12vs2010: fail on multiple precompiled headersNicolas Schneider1-0/+2
2016-03-11vs2010: support precompiled headersNicolas Schneider1-2/+18
2016-03-11Implicit include directories go first.Jussi Pakkanen1-1/+3
2016-03-03pass meson source and build dirs as env variables for postconf scriptsNicolas Schneider1-2/+8
2016-03-01add args support for add_postconf_scriptNicolas Schneider1-1/+1
2016-03-01Can add postconfigure script.Nicolas Schneider1-0/+6
2016-02-29Handle built targets in custom rules. Closes #411.Jussi Pakkanen1-0/+4
2016-02-26Merged XCode fix.Jussi Pakkanen1-14/+21
2016-02-25vs2010: properly check whether solution needs to be regeneratedNicolas Schneider1-8/+15
2016-02-25vs2010: write regen.rule in gen_regenprojNicolas Schneider1-4/+5
2016-02-25vs2010: fix REGEN project input filesNicolas Schneider1-2/+1
2016-02-25Fix Xcode backendRogiel Sulzbach1-14/+21
2016-02-25Merge VS2010 path fix branch.Jussi Pakkanen1-4/+2
2016-02-25call os.path.normpath before splitting a file path into its componentsNicolas Schneider1-1/+1
2016-02-24Merge pull request #408 from nioncode/fixGeneratorTestJussi Pakkanen1-12/+29
2016-02-24Create directories of unity temporary filesMinijackson1-0/+3
2016-02-24vs2010: fix target_to_build_root methodNicolas Schneider1-4/+2
2016-02-23vs2010: do not add generated object files to projectNicolas Schneider1-4/+3
2016-02-23vs2010: write CustomBuildStep only if there is at least 1 command to be runNicolas Schneider1-8/+9
2016-02-23vs2010: merge all generators into single command invocationNicolas Schneider1-5/+11
2016-02-23vs2010: fix including a precompiled / generated object file in compilationNicolas Schneider1-3/+14
2016-02-23vs2010: fix wrong generator command concatenationNicolas Schneider1-1/+1
2016-02-22Pass warning arguments to compiler even if buildtype is plainMartin Ejdestig1-2/+1
2016-02-21Merge pull request #398 from nirbheek/target-link-implibJussi Pakkanen1-5/+9
2016-02-20Explicitly use the import library while generating link args for a targetNirbheek Chauhan1-5/+9
2016-02-17A few win fixes.Jussi Pakkanen1-1/+3
2016-02-17Reverted implib patch as it broke mingw completely.Jussi Pakkanen1-9/+5
2016-02-17Filter out UNIX flags from external deps when using the MSVC compilerNirbheek Chauhan2-2/+4
2016-02-17Explicitly use the import library while generating link args for a targetNirbheek Chauhan1-5/+9
2016-02-17ninjabackend: Try symlinking and ignore if it doesn't workNirbheek Chauhan1-9/+9
2016-02-17backends: Clarify the reason behind a grotesque hackNirbheek Chauhan1-1/+3
2016-02-01Put internal include dirs at the beginning so they override ones coming from ...Jussi Pakkanen1-11/+17
2016-01-30Removed need to call check_outputs manually so you can not forget to do it.Jussi Pakkanen1-74/+44
2016-01-23Moved backends to their own module.Jussi Pakkanen5-0/+3673