aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2018-10-18wrap: Improve error handling and loggingXavier Claessens2-55/+62
2018-10-18wrap: Remove dead code trying to update git/hg/svn repositoriesXavier Claessens1-72/+21
2018-10-17msetup: Remove dead codeXavier Claessens1-9/+0
2018-10-17wrap: Allow source and patch to be local filesXavier Claessens3-88/+91
2018-10-17wrap: Some cleanups and fixes in resolverXavier Claessens1-66/+66
2018-10-17Added basic detection for AIX linker (not really a better way)Aki Van Ness1-0/+2
2018-10-16Don't try to publish logs from forkJon Turney1-0/+2
2018-10-16Use .gitattributes to override autocrlf=trueJussi Pakkanen1-0/+2
2018-10-15docs/Release-notes-for-0.47.0.md: Fix highlightingTingPing1-3/+2
2018-10-15docs/Release-notes-for-0.48.0.md: Minor cleanupsTingPing1-10/+9
2018-10-15Regression fix: Don't try to import empty-string custom target include dirs (...Matthias Klumpp1-0/+2
2018-10-15Refert lf change.Jussi Pakkanen1-1/+0
2018-10-15Users.md: fix ‘userpsace’ typo [skip ci]Will Thompson1-1/+1
2018-10-15Add macOS test for duplicate `-delete_rpath` handlingDavid Seifert1-0/+12
2018-10-15Added Azure code status badge. [skip ci]Jussi Pakkanen1-0/+1
2018-10-14Use relative build-tree RPATHs on macOSDavid Seifert2-30/+33
2018-10-14Do not try to remove duplicate RPATH entries on macOSDavid Seifert1-2/+23
2018-10-14Merge pull request #4340 from jon-turney/azure-pipelinesJussi Pakkanen11-11/+164