2021-04-08 14:54:14 by Nia Alarie | Files touched by this commit (1) |
Log message:
meson: set libexecdir as a precaution
possibly different on some linux distributions as seen in #pkgsrc
|
2021-03-12 09:39:10 by Nia Alarie | Files touched by this commit (1) |
Log message:
Honour MAKE_JOBS in install and test stages.
from Paul Ripke via tech-pkg.
|
2021-02-21 13:45:23 by Adam Ciarcinski | Files touched by this commit (5) | |
Log message:
meson: updated to 0.57.1
Release 0.57.0
* Project version can be specified with a file
* Support for reading files at configuration time with the fs module
* meson install --dry-run
* Experimental support for C++ modules in Visual Studio
* Qt6 module
* Unstable Rust module
* Meson test() now accepts protocol : 'rust'
* MSVC/Clang-Cl Argument Changes/Cleanup
* Buildtype remains even if dependent options are changed
* Passing internal dependencies to the compiler object
* unstable_external_project improvements
* gnome.post_install()
* "Edit and continue" (/ZI) is no longer used by default for Visual Studio
* Minimum required Python version updated to 3.6
* Packaging a subproject
* custom_target() and run_target() now accepts an env keyword argument
* summary() accepts external programs or dependencies
* CMake find_package version support
* meson test only rebuilds test dependencies
* The add_*_script methods now accept a File as the first argument
* Unity build with Vala disabled
* New logging format for meson test
* Specify DESTDIR on command line
* Skip install scripts if DESTDIR is set
* Add support for prelinked static libraries
* Rust now has an std option
* Ctrl-C behavior in meson test
* Support added for LLVM's thinLTO
* test() timeout and timeout_multiplier value <= 0
* Knob to control LTO thread
* summary() now uses left alignment for both keys and values
* // is now allowed as a function id for meson rewrite.
* Get keys of configuration data object
|
2021-01-11 08:26:32 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
meson: updated to 0.56.2
0.56.2:
Bugfixes
|
2021-01-07 11:00:52 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
meson: updated to 0.56.1
0.56.1
Bug fixes
|
2020-12-04 21:45:51 by Nia Alarie | Files touched by this commit (456) |
Log message:
Revbump packages with a runtime Python dep but no version prefix.
For the Python 3.8 default switch.
|
2020-12-04 19:23:05 by Nia Alarie | Files touched by this commit (1) |
Log message:
meson: Honour per-pkg make jobs
|
2020-11-21 12:27:23 by Adam Ciarcinski | Files touched by this commit (4) | |
Log message:
meson: updated to 0.56.0
0.56.0:
* meson test can now filter tests by subproject
* Native (build machine) compilers not always required by project()
* New extra_files key in target introspection
* Preliminary AIX support
* Wraps from subprojects are automatically promoted
* meson.build_root() and meson.source_root() are deprecated
* dep.as_link_whole()
* Add support for all Windows subsystem types
* Added NVidia HPC SDK compilers
* Project and built-in options can be set in native or cross files
* unstable-keyval is now stable keyval
* CMake subproject cross compilation support
* Machine file keys are stored case sensitive
* Consistency between declare_dependency() and pkgconfig.generate() variables
* Qt5 compile_translations now supports qresource preprocessing
* Controlling subproject dependencies with dependency(allow_fallback: ...)
* Custom standard library
* Improvements for the builtin curses dependency
* HDF5 dependency improvements
* External projects
* Per subproject warning_level option
* meson subprojects command
* Added CompCert C compiler
* Dependencies listed in test and benchmark introspection
* include_type support for the CMake subproject object dependency method
* Deprecate Dependency.get_pkgconfig_variable and Dependency.get_configtool_variable
|
2020-09-29 14:19:58 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
meson: updated to 0.55.3
0.55.3:
Unknown changes
|
2020-08-19 11:20:06 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
meson: updated to 0.55.1
0.55.1:
Bug fixes
|