aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-11-02Fail some impossible cross-detectionsJon Turney2-1/+14
2018-11-02meson: cache get_target_generated_dirMarcel Hollerbach1-0/+2
2018-11-02meson: performance optimizethe file objectMarcel Hollerbach1-0/+5
2018-11-02Reformat Meson file for readability.Jussi Pakkanen1-10/+10
2018-11-02Make string division do path joining.Jussi Pakkanen5-5/+43
2018-10-30Hoist gen_vs_module_defs_args from Gnu to GnuLike.Josh Gao1-10/+10
2018-10-30Generalize gnulike-targeting-windows checks.Josh Gao3-6/+6
2018-10-30Fix crlf line endingsDylan Baker3-90/+91
2018-10-29Fix merge file using an array. Closes #4424.Jussi Pakkanen2-1/+5
2018-10-29Print dependencies being used for compiler checksNirbheek Chauhan2-30/+49
2018-10-29Rollback if an optional subproject failsXavier Claessens5-1/+23
2018-10-28get_base_compile_args: Add -fprofile-correction to -fprofile-useJan Alexander Steffens (heftig)1-2/+2
2018-10-28Fix bug in PerMachine constructorJohn Ericson1-1/+1
2018-10-27docs: Fix gcc attribute list link [skip ci]Nirbheek Chauhan2-2/+2
2018-10-27No tabs, only spaces. [skip ci]Jussi Pakkanen1-14/+14
2018-10-27wrap: Check the directory key is a name and not a pathXavier Claessens1-0/+2
2018-10-27add -permissive to the boost testNicole Mazzuca1-0/+6
2018-10-27add support for `/permissive-`Nicole Mazzuca1-8/+21
2018-10-27tests/llvm: Allow test to run with static-only llvmDylan Baker1-8/+17
2018-10-27dependencies/base: Replace windows path separators with \\\\Dylan Baker1-0/+3
2018-10-27Reorder test runs.Jussi Pakkanen1-19/+7
2018-10-27docs: Fix hotdoc warnings [skip ci]Dylan Baker2-10/+10
2018-10-27docs: Add documentation to custom_targets for codegen [skip ci]Dylan Baker2-1/+72
2018-10-26add implib support for ArmclangCompiler (#4420)pbl1-0/+14
2018-10-25Merge pull request #4326 from Ericson2314/per-machineJussi Pakkanen2-28/+167
2018-10-25Detect powerpc processors on FreeBSD. Closes #4397.Jussi Pakkanen1-0/+13
2018-10-25compilers/c: Fix allow undefined link arg for PE/COFFMarvin Scholz1-0/+3
2018-10-25depfixer: Do not try to fix rpaths of dllsMarvin Scholz1-0/+3
2018-10-25Purge unused argument. Closes #4407.Jussi Pakkanen1-1/+1
2018-10-24Fix remaining flake8 reportJon Turney1-1/+1
2018-10-24Fix flake8 whitespace reportsJon Turney2-2/+1
2018-10-24Fix flake8 'imported but unused' reportsJon Turney3-4/+2
2018-10-24module-qt: add rcc_extra_arguments to pass extra arguments to rcc (#4406)xiannox3-5/+11
2018-10-24Move VS C++17 test to a unit test since it requires env setup.Jussi Pakkanen4-9/+17
2018-10-23Add 'disabler' argument to functions returning not-found objectsXavier Claessens7-2/+48
2018-10-23Throw error to unsupported Python versions before importing modules from meso...Pieter Krul1-2/+1
2018-10-22add cpp_std support for MSVCNicole Mazzuca4-3/+53
2018-10-21doc: Improve wrap and subproject documentation [skip ci]Kostiantyn Ponomarenko3-177/+260
2018-10-21wrap: Fix crash with file based wrapsXavier Claessens5-3/+15
2018-10-21Clarify that the tutorial requires prebuilt dependencies. [skip ci]Jussi Pakkanen1-0/+13
2018-10-20Skip creating a PDB file if a debug build hasn't been requestedMartin Storsjö1-1/+2
2018-10-20Order rpaths so that internal ones come first.Jussi Pakkanen1-1/+17
2018-10-20Keep absolute rpaths to libraries outside the build dir.Jussi Pakkanen1-10/+13
2018-10-20Remove implicit compression of man pagesMichał Górny9-25/+21
2018-10-20Merge pull request #4327 from xclaesse/wrapJussi Pakkanen5-261/+208
2018-10-20Document the no_builtin_args argument of Compiler object methods [skip ci]Jon Turney1-2/+5
2018-10-20Add 'b_pie' compiler optionXavier Claessens7-8/+58
2018-10-18wrap: Make 'directory' key optionalXavier Claessens1-23/+20
2018-10-18wrap: Rename p to self.wrapXavier Claessens1-48/+48
2018-10-18wrap: Disable interpolationXavier Claessens1-1/+1