Age | Commit message (Expand) | Author | Files | Lines |
2019-01-06 | Simplefied absolute path generation | Daniel Mensinger | 1 | -0/+2 |
2019-01-06 | Doc updates and throw if no target type is set | Daniel Mensinger | 1 | -7/+1 |
2019-01-06 | Ninja backend target introspection | Daniel Mensinger | 1 | -5/+9 |
2019-01-06 | Removed fallback detection logic | Daniel Mensinger | 1 | -169/+15 |
2019-01-06 | Some code cleanup | Daniel Mensinger | 1 | -24/+71 |
2019-01-06 | Moved the source and compiler generation to the backend | Daniel Mensinger | 1 | -1/+145 |
2019-01-06 | Fixed tests and benchmarks | Daniel Mensinger | 1 | -2/+5 |
2019-01-06 | Initial automatic target file generation | Daniel Mensinger | 1 | -4/+6 |
2019-01-02 | Remove cross_info; cross file is parsed up front and discarded | John Ericson | 1 | -12/+10 |
2019-01-02 | Get rid of `need_cross_compiler` | John Ericson | 1 | -2/+0 |
2018-12-29 | Introspection refactoring | Daniel Mensinger | 1 | -0/+25 |
2018-11-08 | Add prefix option for link args | Phillip Cao | 1 | -0/+2 |
2018-11-04 | Detect clang-cl as msvc-like, not clang-like | Jon Turney | 1 | -2/+2 |
2018-11-02 | extract_all_sources: Also include generated object files | Xavier Claessens | 1 | -1/+7 |
2018-11-02 | meson: cache get_target_generated_dir | Marcel Hollerbach | 1 | -0/+2 |
2018-10-24 | Fix flake8 whitespace reports | Jon Turney | 1 | -1/+0 |
2018-10-24 | Fix flake8 'imported but unused' reports | Jon Turney | 1 | -2/+1 |
2018-10-20 | Remove implicit compression of man pages | MichaĆ GĂłrny | 1 | -1/+1 |
2018-10-20 | Add 'b_pie' compiler option | Xavier Claessens | 1 | -0/+2 |
2018-10-10 | os.path.relpath() can fail on Windows | Jon Turney | 1 | -2/+2 |
2018-10-04 | backends: allow running host arch binaries on compatible build machines | Dylan Baker | 1 | -4/+6 |
2018-10-01 | build: generate the mappings in the Targets | Marcel Hollerbach | 1 | -27/+1 |
2018-10-01 | build: move default_install_dir to the Target classes | Marcel Hollerbach | 1 | -29/+2 |
2018-09-28 | backend: Make sure to normalize paths before checking if it is a system dir | Thibault Saunier | 1 | -0/+1 |
2018-09-11 | Sprinkle functools.lru_cache() in a few more places | Nirbheek Chauhan | 1 | -2/+1 |
2018-09-11 | mesonbuild: move subdir generation along link dep generation | Marcel Hollerbach | 1 | -6/+5 |
2018-09-11 | backends: save up the dylib generated names | Marcel Hollerbach | 1 | -1/+7 |
2018-09-06 | Improve D link argument handling | GoaLitiuM | 1 | -5/+5 |
2018-08-22 | Added "native" kwarg to add_XXX_args. Closes #3669. | Jussi Pakkanen | 1 | -2/+2 |
2018-08-22 | find_library: Use _build_wrapper to get library dirs | Bruce Richardson | 1 | -5/+5 |
2018-08-18 | Convert buildtype to optimization and debug options (#3489) | Jussi Pakkanen | 1 | -0/+2 |
2018-08-09 | Don't require an import library for shared modules | Nirbheek Chauhan | 1 | -3/+5 |
2018-07-31 | Merge pull request #3850 from mesonbuild/nirbheek/exe-wrapper-compiler-fallbacks | Jussi Pakkanen | 1 | -10/+21 |
2018-07-27 | Merge pull request #3898 from mesonbuild/vsinstall | Jussi Pakkanen | 1 | -1/+223 |
2018-07-25 | Make the rpath order deterministic. (#3932) | Rafael Ăvila de EspĂndola | 1 | -1/+1 |
2018-07-22 | Added install target to VS. Closes #3841. | Jussi Pakkanen | 1 | -1/+4 |
2018-07-17 | Moved install data file generation to base class. | Jussi Pakkanen | 1 | -1/+220 |
2018-07-09 | cross: Be more permissive about not-found exe_wrapper | Nirbheek Chauhan | 1 | -5/+13 |
2018-07-09 | cross: Use ExternalProgram for cross-file exe_wrapper | Nirbheek Chauhan | 1 | -5/+8 |
2018-06-20 | Rename clike_langs to clink_langs for clarity | Nirbheek Chauhan | 1 | -1/+1 |
2018-06-18 | Correctly substitute the internal @BUILD_ROOT@ token with MSVC backend | Jon Turney | 1 | -1/+1 |
2018-06-18 | Deprecate `build_always`, add `build_always_stale` | Alex Hirsch | 1 | -1/+1 |
2018-06-18 | macos: Rewrite install_name for dependent built libraries on install | Nirbheek Chauhan | 1 | -0/+10 |
2018-06-07 | backends: Don't exclude system libraries for PATH | Nirbheek Chauhan | 1 | -3/+3 |
2018-06-07 | backends: Don't hardcode system library paths | Nirbheek Chauhan | 1 | -5/+12 |
2018-06-06 | Fix issues found by flake8 | Xavier Claessens | 1 | -1/+1 |
2018-06-06 | Move <lang>_args to coredata.compiler_options | Xavier Claessens | 1 | -1/+1 |
2018-06-05 | Add prog/lib dirs from the mingw cross-compiler to PATH | Nirbheek Chauhan | 1 | -7/+12 |
2018-06-05 | Automatically add cross-mingw root and sysroot bindir to WINEPATH | Nirbheek Chauhan | 1 | -10/+23 |
2018-06-05 | Set WINEPATH when running serialized executables | Nirbheek Chauhan | 1 | -2/+6 |