summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Clang-cl cross fix from Dale Curtis. Closes #5639.fixclagclcrossJussi Pakkanen2020-02-271-1/+3
* mesonbuild/modules/gnome.py: Fix giscanner and gicompiler logicAdam Duskett2020-02-261-0/+4
* gobject-introspection: determine g-ir-scanner and g-ir-compiler paths from pk...Adam Duskett2020-02-251-3/+18
* azure ci: Test x86 Visual Studio builds again, closes #6604Nirbheek Chauhan2020-02-251-2/+2
* Typo fix. [skip ci]Jussi Pakkanen2020-02-252-2/+2
* Document the project policy on mixing build systems. [skip ci]Jussi Pakkanen2020-02-254-0/+62
* Merge pull request #6658 from michaelbadcrumble/clean_meson_initDylan Baker2020-02-241-53/+64
|\
| * Update minit.pyMichael Brockus2020-02-241-3/+2
| * fixed issue with auto-detection failingMichael Brockus2020-02-241-1/+2
| * use python set to tuple for checking membersMichael Brockus2020-02-241-2/+2
| * make use of default project constMichael2020-02-191-1/+1
| * make use of enumsMichael2020-02-191-22/+24
| * removed hardcoded values for more add less work in the long run.Michael2020-02-191-24/+27
| * switch Python list for setMichael2020-02-191-3/+3
| * remove uneeded '(' and ')'Michael2020-02-191-1/+1
| * Update minit.pyMichael Brockus2020-02-191-52/+58
* | Merge pull request #6637 from mesonbuild/nirbheek/implement-symbolextractor-w...Jussi Pakkanen2020-02-2319-106/+375
|\ \
| * | symbolextractor: Add support for Cygwinnirbheek/implement-symbolextractor-windowsNirbheek Chauhan2020-02-222-3/+27
| * | symbolextractor: Add support for clang-clNirbheek Chauhan2020-02-222-29/+39
| * | symbolextractor: Add a Windows implementationNirbheek Chauhan2020-02-222-7/+82
| * | unit tests: Add a test for the symbolchecker scriptNirbheek Chauhan2020-02-222-25/+55
| * | unit tests: Add a test for reconfigure causing no-op buildNirbheek Chauhan2020-02-221-0/+37
| * | unit tests: Make assertBuildNoOp check stricterNirbheek Chauhan2020-02-221-5/+5
| * | unit tests: Skip if pkg-config is not foundNirbheek Chauhan2020-02-221-0/+1
| * | ninjabackend: Pass the import library to SHSYMNirbheek Chauhan2020-02-222-9/+16
| * | ninjabackend: Minor refactoringNirbheek Chauhan2020-02-221-2/+5
| * | tests: Ensure that executable and library are named differentlyNirbheek Chauhan2020-02-2210-10/+17
| * | ninjabackend: List PDBs in output list for targetsNirbheek Chauhan2020-02-226-20/+51
| * | symbolextractor: Add typing hintsNirbheek Chauhan2020-02-171-6/+7
| * | symbolextractor: Support passing arguments to toolsNirbheek Chauhan2020-02-171-8/+13
| * | symbolextractor: Print a warning if required tools not foundNirbheek Chauhan2020-02-171-26/+49
| * | symbolextractor: Correctly filter undefined symbols on macOSNirbheek Chauhan2020-02-161-2/+4
| * | symbolextractor: Print one warning when no implementation foundNirbheek Chauhan2020-02-162-7/+20
* | | cmake2meson fix if nesting (#6676)Yann Dirson2020-02-231-8/+17
* | | Merge pull request #6602 from mensinda/depBoostJussi Pakkanen2020-02-2312-781/+1119
|\ \ \
| * | | boost: Updated testsDaniel Mensinger2020-02-2010-38/+84
| * | | boost: Rewrite the boost system dependencyDaniel Mensinger2020-02-201-600/+807
| * | | boost: Rewrite boost_names.py generatorDaniel Mensinger2020-02-201-143/+228
* | | | Merge pull request #6635 from mensinda/cmOTMFixJussi Pakkanen2020-02-2312-50/+199
|\ \ \ \
| * | | | cmake: Fix relative paths for add_custom_{command,target}Daniel Mensinger2020-02-208-40/+136
| * | | | cmake: traceparser better handle listsDaniel Mensinger2020-02-192-5/+6
| * | | | cmake: Fix dependency loops in custom targets (fixes #6632)Daniel Mensinger2020-02-197-8/+60
* | | | | Update Custom-build-targets.mdadamjalkemo2020-02-231-2/+2
* | | | | coredata: Fix search and replace mistakeDylan Baker2020-02-211-2/+2
* | | | | coredata: Warn on reconfigure if PKG_CONFIG_PATH has changedDylan Baker2020-02-211-11/+15
* | | | | Merge pull request #6668 from mesonbuild/nirbheek/strip-more-unused-linkerlik...Jussi Pakkanen2020-02-212-2/+24
|\ \ \ \ \
| * | | | | macOS: Remove more unused linkerlike argsnirbheek/strip-more-unused-linkerlike-argsNirbheek Chauhan2020-02-212-1/+24
| * | | | | unit tests: Remove an unused variableNirbheek Chauhan2020-02-211-1/+0
* | | | | | linkers: Update the linker names to be more consistentDylan Baker2020-02-214-48/+73
* | | | | | docs: Fix reference table for linker namesDylan Baker2020-02-211-10/+20