aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild
AgeCommit message (Expand)AuthorFilesLines
2020-02-24Merge pull request #6658 from michaelbadcrumble/clean_meson_initDylan Baker1-53/+64
2020-02-24Update minit.pyMichael Brockus1-3/+2
2020-02-24fixed issue with auto-detection failingMichael Brockus1-1/+2
2020-02-24use python set to tuple for checking membersMichael Brockus1-2/+2
2020-02-23Merge pull request #6637 from mesonbuild/nirbheek/implement-symbolextractor-w...Jussi Pakkanen14-86/+279
2020-02-23Merge pull request #6602 from mensinda/depBoostJussi Pakkanen1-600/+807
2020-02-23Merge pull request #6635 from mensinda/cmOTMFixJussi Pakkanen3-43/+140
2020-02-22symbolextractor: Add support for CygwinNirbheek Chauhan1-0/+26
2020-02-22symbolextractor: Add support for clang-clNirbheek Chauhan1-27/+37
2020-02-22symbolextractor: Add a Windows implementationNirbheek Chauhan1-7/+80
2020-02-22unit tests: Add a test for the symbolchecker scriptNirbheek Chauhan1-23/+23
2020-02-22ninjabackend: Pass the import library to SHSYMNirbheek Chauhan2-9/+16
2020-02-22ninjabackend: Minor refactoringNirbheek Chauhan1-2/+5
2020-02-22tests: Ensure that executable and library are named differentlyNirbheek Chauhan9-9/+16
2020-02-22ninjabackend: List PDBs in output list for targetsNirbheek Chauhan4-10/+33
2020-02-21coredata: Fix search and replace mistakeDylan Baker1-2/+2
2020-02-21coredata: Warn on reconfigure if PKG_CONFIG_PATH has changedDylan Baker1-11/+15
2020-02-21Merge pull request #6668 from mesonbuild/nirbheek/strip-more-unused-linkerlik...Jussi Pakkanen1-1/+19
2020-02-21macOS: Remove more unused linkerlike argsNirbheek Chauhan1-1/+19
2020-02-21linkers: Update the linker names to be more consistentDylan Baker2-26/+50
2020-02-21compilers/compilers: Fix get_linker_idDylan Baker1-1/+7
2020-02-20msubprojects: We return a string from git() nowNirbheek Chauhan1-4/+4
2020-02-20Introduce dataonly for the pkgconfig moduleRohan Garg1-22/+38
2020-02-20boost: Rewrite the boost system dependencyDaniel Mensinger1-600/+807
2020-02-20cmake: Fix relative paths for add_custom_{command,target}Daniel Mensinger3-37/+120
2020-02-19make use of default project constMichael1-1/+1
2020-02-19make use of enumsMichael1-22/+24
2020-02-19removed hardcoded values for more add less work in the long run.Michael1-24/+27
2020-02-19switch Python list for setMichael1-3/+3
2020-02-19remove uneeded '(' and ')'Michael1-1/+1
2020-02-19cmake: Ignore files that violate subproject isolation (fixes #6640)Daniel Mensinger1-1/+13
2020-02-19Update minit.pyMichael Brockus1-52/+58
2020-02-19coredata: Fix crash when cmd_line_options contains booleansXavier Claessens1-2/+5
2020-02-19cmake: traceparser better handle listsDaniel Mensinger1-3/+4
2020-02-19cmake: Fix dependency loops in custom targets (fixes #6632)Daniel Mensinger1-5/+18
2020-02-19modules/cmake: Add a found() method to the cmake subprojectDylan Baker1-0/+8
2020-02-19modules/cmake: Use the noPosargs helperDylan Baker1-3/+2
2020-02-18linkers: typing -> T fixupDylan Baker1-1/+1
2020-02-18Don't pass --allow-shlib-undefined to lld if it's not supportedAndrei Alexeyev1-1/+12
2020-02-17minstall: Add a new option --quietNirbheek Chauhan1-10/+18
2020-02-17minstall: Optimize when to call makedirs()Nirbheek Chauhan1-9/+11
2020-02-17minstall: Error out when trying to copy file to dirNirbheek Chauhan1-0/+1
2020-02-17depfixer: Ignore more extensions that can't need RPATH fixesNirbheek Chauhan1-5/+4
2020-02-17depfixer: Cache searching of install_name_toolNirbheek Chauhan1-1/+11
2020-02-17minstall: Fix check for when something was installedNirbheek Chauhan1-10/+11
2020-02-17minstall: Add new hidden argument --profile-selfNirbheek Chauhan1-1/+9
2020-02-17symbolextractor: Add typing hintsNirbheek Chauhan1-6/+7
2020-02-17symbolextractor: Support passing arguments to toolsNirbheek Chauhan1-8/+13
2020-02-17symbolextractor: Print a warning if required tools not foundNirbheek Chauhan1-26/+49
2020-02-17mdist: Use windows_proof_rmtree when deletingNirbheek Chauhan1-4/+4