aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild
AgeCommit message (Expand)AuthorFilesLines
2018-10-30Generalize gnulike-targeting-windows checks.Josh Gao3-6/+6
2018-10-29Fix merge file using an array. Closes #4424.Jussi Pakkanen1-0/+4
2018-10-29Print dependencies being used for compiler checksNirbheek Chauhan2-30/+49
2018-10-29Rollback if an optional subproject failsXavier Claessens2-1/+16
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-27wrap: Check the directory key is a name and not a pathXavier Claessens1-0/+2
2018-10-27add support for `/permissive-`Nicole Mazzuca1-8/+21
2018-10-27dependencies/base: Replace windows path separators with \\\\Dylan Baker1-0/+3
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 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)xiannox1-5/+6
2018-10-23Add 'disabler' argument to functions returning not-found objectsXavier Claessens3-2/+21
2018-10-22add cpp_std support for MSVCNicole Mazzuca1-3/+34
2018-10-21wrap: Fix crash with file based wrapsXavier Claessens1-3/+3
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órny2-12/+2
2018-10-20Merge pull request #4327 from xclaesse/wrapJussi Pakkanen3-260/+195
2018-10-20Add 'b_pie' compiler optionXavier Claessens4-8/+50
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 Claessens1-87/+78
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-15Regression fix: Don't try to import empty-string custom target include dirs (...Matthias Klumpp1-0/+2
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-14Move some cross file parsing validition to MachineInfoJohn Ericson1-8/+11
2018-10-13Added .so to list possible darwin dynamic library suffixes (#4364)gsobala1-1/+1
2018-10-11dependencies/llvm: Mark as not found when not foundDylan Baker1-0/+3
2018-10-10os.path.relpath() can fail on WindowsJon Turney3-13/+15
2018-10-10gnome.compile_resources: Put dependency directories before current source dirTingPing1-2/+2
2018-10-09coverage: fix lcov branch coverage generationMohammed Sadiq1-0/+3
2018-10-08gnome: Quote arguments passed to gtkdoc-scangobjTing-Wei Lan1-4/+5
2018-10-08Pass arguments from in xcode projectsGuillermo Ignacio Enriquez Gutierrez1-4/+7
2018-10-08Xcode project now supports assembly filesGuillermo Ignacio Enriquez Gutierrez1-1/+7
2018-10-08configure_file: Support taking values from a dictXavier Claessens1-4/+18
2018-10-08scanbuild: Split SCANBUILD using shlexGuido Günther1-7/+14