Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-02-01 | C# and Java compilers should have `is_cross = False` | John Ericson | 1 | -0/+1 | |
All compilers should define this attribute. Probably should change base class to require this. | |||||
2019-01-06 | More os.pathsep | Daniel Mensinger | 1 | -1/+1 | |
2019-01-06 | Use os.pathsep | Daniel Mensinger | 1 | -1/+1 | |
2019-01-06 | Handle java correct | Daniel Mensinger | 1 | -4/+4 | |
2019-01-06 | Added more compiler option support | Daniel Mensinger | 1 | -0/+6 | |
2019-01-06 | Absolute path generation refactoring | Daniel Mensinger | 1 | -0/+3 | |
2019-01-06 | Added unit test | Daniel Mensinger | 1 | -1/+1 | |
2019-01-06 | Fixed list_target_files and list_targets | Daniel Mensinger | 1 | -1/+1 | |
2018-06-18 | macos: Rewrite install_name for dependent built libraries on install | Nirbheek Chauhan | 1 | -1/+1 | |
On macOS, we set the install_name for built libraries to @rpath/libfoo.dylib, and when linking to the library, we set the RPATH to its path in the build directory. This allows all built binaries to be run as-is from the build directory (uninstalled). However, on install, we have to strip all the RPATHs because they point to the build directory, and we change the install_name of all built libraries to the absolute path to the library. This causes the install name in binaries to be out of date. We now change that install name to point to the absolute path to each built library after installation. Fixes https://github.com/mesonbuild/meson/issues/3038 Fixes https://github.com/mesonbuild/meson/issues/3077 With this, the default workflow on macOS matches what everyone seems to do, including Autotools and CMake. The next step is providing a way for build files to override the install_name that is used after installation for use with, f.ex., private libraries when combined with the install_rpath: kwarg on targets. | |||||
2018-05-09 | Revert "Add macOS linker versioning information" | Nirbheek Chauhan | 1 | -1/+1 | |
This reverts commit fa6ca160548d7e8df9c4c724e6c96f5e004e5316. Closes https://github.com/mesonbuild/meson/issues/3550 | |||||
2018-04-16 | Add macOS linker versioning information | Tom Schoonjans | 1 | -1/+1 | |
This patch exploits the information residing in ltversion to set the -compatibility_version and -current_version flags that are passed to the linker on macOS. | |||||
2017-07-21 | Add build_rpath as new property allowing people to specify rpath entries ↵ | Jussi Pakkanen | 1 | -1/+1 | |
that are used in the build tree but will be removed on install. | |||||
2017-06-23 | Split out languages from compilers.py | Alistair Thomas | 1 | -0/+115 | |