aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild
AgeCommit message (Expand)AuthorFilesLines
2016-03-20Preserve b_ prefix for base option names.Jussi Pakkanen2-4/+7
2016-03-18Added base options to Clang compilers.Jussi Pakkanen2-8/+37
2016-03-17Do not use lundef on OSX.Jussi Pakkanen1-4/+12
2016-03-17Works when mixing Java and C.Jussi Pakkanen2-14/+17
2016-03-17Fix mesonintrospect.Jussi Pakkanen1-9/+10
2016-03-16Added new base options and some sample opts for gcc.Jussi Pakkanen5-0/+108
2016-03-14vs2010: give each target an own temp dirNicolas Schneider1-3/+3
2016-03-12Updated version number for new development.Jussi Pakkanen1-1/+1
2016-03-12Bump version number for release.0.30.0Jussi Pakkanen1-1/+1
2016-03-12Return array by value so it does not get modified.Jussi Pakkanen1-2/+2
2016-03-12Added find_library method and deprecated the standalone version. Closes #396.Jussi Pakkanen3-2/+42
2016-03-12Merge pull request #442 from nioncode/vs-linker-argsJussi Pakkanen1-3/+3
2016-03-12Merge pull request #444 from tp-m/config-undefJussi Pakkanen1-1/+1
2016-03-12Merge pull request #443 from tp-m/more-string-funcsJussi Pakkanen1-1/+9
2016-03-12Add string underscorify() functionTim-Philipp Müller1-0/+2
2016-03-12Add more string functions: contains(), to_upper() and to_lower()Tim-Philipp Müller1-1/+7
2016-03-12vs2010: fix linker argsNicolas Schneider1-3/+3
2016-03-12config file: write commented undef lines same as autoconfTim-Philipp Müller1-1/+1
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-02use positional instead of keyword args for add_postconf_scriptNicolas Schneider1-4/+4
2016-03-01add args support for add_postconf_scriptNicolas Schneider2-2/+3
2016-03-01Can add postconfigure script.Nicolas Schneider4-0/+19
2016-02-29Can specify compile and link args for internal deps.Jussi Pakkanen3-3/+21
2016-02-29Handle resources that come in files(). Closes #424.Jussi Pakkanen1-2/+10
2016-02-29Handle built targets in custom rules. Closes #411.Jussi Pakkanen1-0/+4
2016-02-26.ipp is a C++ header suffix.Jussi Pakkanen1-2/+2
2016-02-26Merged XCode fix.Jussi Pakkanen1-14/+21
2016-02-26Merge pull request #419 from nioncode/fixVs2010RegenJussi Pakkanen4-21/+36
2016-02-26Merge Python 3 module support.Jussi Pakkanen2-8/+82
2016-02-25vs2010: properly check whether solution needs to be regeneratedNicolas Schneider2-13/+28
2016-02-25dump coredata to file before calling backend.generate()Nicolas Schneider2-2/+2
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 #358 from tp-m/no-argsJussi Pakkanen1-8/+15
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-22Do delayed argument setting properly this time.Jussi Pakkanen3-5/+19