summaryrefslogtreecommitdiff
path: root/mesonbuild/backend/backends.py
Commit message (Expand)AuthorAgeFilesLines
...
* Ninja backend target introspectionDaniel Mensinger2019-01-061-5/+9
* Removed fallback detection logicDaniel Mensinger2019-01-061-169/+15
* Some code cleanupDaniel Mensinger2019-01-061-24/+71
* Moved the source and compiler generation to the backendDaniel Mensinger2019-01-061-1/+145
* Fixed tests and benchmarksDaniel Mensinger2019-01-061-2/+5
* Initial automatic target file generationDaniel Mensinger2019-01-061-4/+6
* Remove cross_info; cross file is parsed up front and discardedJohn Ericson2019-01-021-12/+10
* Get rid of `need_cross_compiler`John Ericson2019-01-021-2/+0
* Introspection refactoringDaniel Mensinger2018-12-291-0/+25
* Add prefix option for link argsPhillip Cao2018-11-081-0/+2
* Detect clang-cl as msvc-like, not clang-likeJon Turney2018-11-041-2/+2
* extract_all_sources: Also include generated object filesXavier Claessens2018-11-021-1/+7
* meson: cache get_target_generated_dirMarcel Hollerbach2018-11-021-0/+2
* Fix flake8 whitespace reportsJon Turney2018-10-241-1/+0
* Fix flake8 'imported but unused' reportsJon Turney2018-10-241-2/+1
* Remove implicit compression of man pagesMichaƂ Górny2018-10-201-1/+1
* Add 'b_pie' compiler optionXavier Claessens2018-10-201-0/+2
* os.path.relpath() can fail on WindowsJon Turney2018-10-101-2/+2
* backends: allow running host arch binaries on compatible build machinesDylan Baker2018-10-041-4/+6
* build: generate the mappings in the TargetsMarcel Hollerbach2018-10-011-27/+1
* build: move default_install_dir to the Target classesMarcel Hollerbach2018-10-011-29/+2
* backend: Make sure to normalize paths before checking if it is a system dirThibault Saunier2018-09-281-0/+1
* Sprinkle functools.lru_cache() in a few more placesNirbheek Chauhan2018-09-111-2/+1
* mesonbuild: move subdir generation along link dep generationMarcel Hollerbach2018-09-111-6/+5
* backends: save up the dylib generated namesMarcel Hollerbach2018-09-111-1/+7
* Improve D link argument handlingGoaLitiuM2018-09-061-5/+5
* Added "native" kwarg to add_XXX_args. Closes #3669.Jussi Pakkanen2018-08-221-2/+2
* find_library: Use _build_wrapper to get library dirsBruce Richardson2018-08-221-5/+5
* Convert buildtype to optimization and debug options (#3489)Jussi Pakkanen2018-08-181-0/+2
* Don't require an import library for shared modulesNirbheek Chauhan2018-08-091-3/+5
* Merge pull request #3850 from mesonbuild/nirbheek/exe-wrapper-compiler-fallbacksJussi Pakkanen2018-07-311-10/+21
|\
| * cross: Be more permissive about not-found exe_wrappernirbheek/exe-wrapper-compiler-fallbacksNirbheek Chauhan2018-07-091-5/+13
| * cross: Use ExternalProgram for cross-file exe_wrapperNirbheek Chauhan2018-07-091-5/+8
* | Merge pull request #3898 from mesonbuild/vsinstallJussi Pakkanen2018-07-271-1/+223
|\ \
| * | Added install target to VS. Closes #3841.vsinstallJussi Pakkanen2018-07-221-1/+4
| * | Moved install data file generation to base class.Jussi Pakkanen2018-07-171-1/+220
| |/
* | Make the rpath order deterministic. (#3932)Rafael Ávila de Espíndola2018-07-251-1/+1
|/
* Rename clike_langs to clink_langs for clarityNirbheek Chauhan2018-06-201-1/+1
* Correctly substitute the internal @BUILD_ROOT@ token with MSVC backendJon Turney2018-06-181-1/+1
* Deprecate `build_always`, add `build_always_stale`Alex Hirsch2018-06-181-1/+1
* macos: Rewrite install_name for dependent built libraries on installNirbheek Chauhan2018-06-181-0/+10
* backends: Don't exclude system libraries for PATHNirbheek Chauhan2018-06-071-3/+3
* backends: Don't hardcode system library pathsNirbheek Chauhan2018-06-071-5/+12
* Fix issues found by flake8Xavier Claessens2018-06-061-1/+1
* Move <lang>_args to coredata.compiler_optionsXavier Claessens2018-06-061-1/+1
* Add prog/lib dirs from the mingw cross-compiler to PATHNirbheek Chauhan2018-06-051-7/+12
* Automatically add cross-mingw root and sysroot bindir to WINEPATHNirbheek Chauhan2018-06-051-10/+23
* Set WINEPATH when running serialized executablesNirbheek Chauhan2018-06-051-2/+6
* test extra paths: add extra paths for all build targetsMathieu Duponchelle2018-06-021-2/+2
* test serialisation: determine windows extra paths ..Mathieu Duponchelle2018-06-021-0/+2