aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/build.py
AgeCommit message (Expand)AuthorFilesLines
2019-01-06Some small fixesDaniel Mensinger1-1/+6
2019-01-06Doc updates and throw if no target type is setDaniel Mensinger1-7/+8
2019-01-06Filenames are now listsDaniel Mensinger1-0/+3
2019-01-06Added unit testDaniel Mensinger1-1/+1
2019-01-06Some code cleanupDaniel Mensinger1-0/+12
2019-01-01fail configuration if PCH files do not existNicolas Schneider1-0/+3
2018-12-09Do not write cp entry when it is empty. Closes #4602.Jussi Pakkanen1-1/+4
2018-12-04BuildTarget: Fix typo, self.install does not existsXavier Claessens1-1/+1
2018-12-03Combine `run_tests` import lines in `run_unittests`John Ericson1-4/+6
2018-11-22Use first 7 letters of sha256 for subdirectory part of target idAleksey Filippov1-8/+28
2018-11-12Add kwarg is_default to add_test_setup()Stian Selnes1-0/+1
2018-11-10Merge pull request #4480 from jon-turney/fix-implib-prefix-suffixJussi Pakkanen1-8/+4
2018-11-08Add support for Renesas CC-RX toolchainPhillip Cao1-5/+7
2018-11-06Generate import lib even if both name_suffix and name_prefix are usedJon Turney1-5/+1
2018-11-06Fix library implib name when name_prefix: is usedJon Turney1-3/+3
2018-11-04Detect clang-cl as msvc-like, not clang-likeJon Turney1-1/+1
2018-10-29Rollback if an optional subproject failsXavier Claessens1-0/+13
2018-10-20Add 'b_pie' compiler optionXavier Claessens1-7/+24
2018-10-04Merge pull request #4293 from marcelhollerbach/masterJussi Pakkanen1-1/+67
2018-10-01build: generate the mappings in the TargetsMarcel Hollerbach1-1/+34
2018-10-01build: move default_install_dir to the Target classesMarcel Hollerbach1-0/+33
2018-09-27Add conditional debug identifiers for D compilers, and enable for debug buildsGoaLitiuM1-1/+5
2018-09-17Merge pull request #4174 from jon-turney/link-with-custom-targetJussi Pakkanen1-3/+2
2018-09-13Fix flake8 whitespace reportsJon Turney1-1/+0
2018-09-13Move default is_linkable_target method up from BuildTarget to TargetJon Turney1-3/+2
2018-09-11mesonbuild: move subdir generation along link dep generationMarcel Hollerbach1-1/+9
2018-09-11build: try to cache the result of the link depsMarcel Hollerbach1-0/+3
2018-09-03Allow override_find_program to use an executable.Rafael Ávila de Espíndola1-0/+4
2018-08-29Improve support for macOS dylib versioningNirbheek Chauhan1-1/+48
2018-08-29Merge pull request #4016 from thiblahute/hotdocJussi Pakkanen1-1/+2
2018-08-28modules: Add an 'hotdoc' moduleThibault Saunier1-1/+2
2018-08-27Add support for custom dist scripts.Jussi Pakkanen1-0/+1
2018-08-27Merge pull request #3981 from GoaLitiuM/d-win-fixesJussi Pakkanen1-1/+1
2018-08-22Added "native" kwarg to add_XXX_args. Closes #3669.Jussi Pakkanen1-8/+17
2018-08-20Fix import libraries and static library namingGoaLitiuM1-1/+1
2018-08-09Call it gnu_symbol_visibility instead.Jussi Pakkanen1-7/+7
2018-08-09Add kwarg for specifying symbol visibility.Jussi Pakkanen1-0/+9
2018-07-31custom targets: Add a 'console' kwarg for long-running commandsNirbheek Chauhan1-0/+6
2018-07-11gnome.gdbus_codegen: Handle XML docbook in subdirsNirbheek Chauhan1-1/+1
2018-07-07Add new method: mlog.deprecation()Nirbheek Chauhan1-1/+1
2018-07-03java: implement java linkingNiclas Moeslund Overby1-1/+10
2018-07-02FeatureNew: Make all checks subproject-specificNirbheek Chauhan1-1/+1
2018-07-02Various bug fixes for FeatureNewSalamandar1-5/+1
2018-07-01Don't let build_always take precedence over build_by_default (#3816)Andrei Alexeyev1-1/+2
2018-07-01custom targets: Only add a dependency on absolute path external programsNirbheek Chauhan1-1/+5
2018-06-20Rename clike_langs to clink_langs for clarityNirbheek Chauhan1-12/+12
2018-06-18Deprecate `build_always`, add `build_always_stale`Alex Hirsch1-4/+12
2018-06-07Install shared_module implibsJon Turney1-1/+0
2018-06-07More clearly explain portability issues with linking to a moduleJon Turney1-2/+6
2018-06-05Fix non-list used with FeatureNewKwargsJon Turney1-1/+1