2021-09-27 20:50:06 by Adam Ciarcinski | Files touched by this commit (7) | |
Log message:
meson: updated to 0.59.1
0.59.0:
Unescaped variables in pkgconfig files
The custom_target() function now accepts a feed argument
Separate functions for qt preprocess
Cython as as first class language
Support for the Wine Resource Compiler
New vs2012 and vs2013 backend options
Developer environment
Fs Module now accepts files objects
Compiler argument checking for get_supported_arguments
New custom dependency for libintl
Parallelized meson subprojects commands
Using Vala no longer requires C in the project languages
The import() function gains required and disabler arguments
Objective C/C++ standard versions
Qt.preprocess source arguments deprecated
New build target methods
Automatically set up Visual Studio environment
gnome.compile_schemas() sets GSETTINGS_SCHEMA_DIR into devenv
update_desktop_database added to gnome.post_install()
|
2021-08-15 13:50:03 by Roland Illig | Files touched by this commit (1) |
Log message:
meson: sync _VARGROUPS section with reality
|
2021-08-15 11:28:57 by Roland Illig | Files touched by this commit (2) |
Log message:
devel/pango: requires meson>=0.55.3
|
2021-06-07 20:58:56 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
meson: updated to 0.58.1
0.58.1:
Bug fixes
|
2021-06-01 07:55:46 by Dan Cirnat | Files touched by this commit (3) |
Log message:
meson: interpreter: flatten environment() initial values
Import upstream patch for flattening lists. Fixes build of nautilus
https://github.com/mesonbuild/meson/pull/8761/files
|
2021-05-04 20:54:29 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
meson: updated to 0.58.0
0.58.0:
New meson.global_build_root() and meson.global_source_root() methods
Developer environment
-pipe no longer used by default
meson.add_dist_script() allowd in subprojects
Multiple append() and prepend() in environment() object
dep.get_variable(varname)
clang-format include and ignore lists
Introducing format strings to the Meson language
Skip subprojects installation
String .replace()
meson.get_cross_property() has been deprecated
New range() function
Xcode improvements
Use fallback from wrap file when force fallback
error() with multiple arguments
Specify man page locale during installation
Passing custom_target() output to pkg.generate()
JDK System Dependency
meson subprojects update --reset now re-extract tarballs
Allow using generator with CustomTaget or Index of CustomTarget.
Qt Dependency uses a Factory
Purge subprojects folder
Check if native or cross-file properties exist
summary() accepts features
Address sanitizer support for Visual Studio
|
2021-04-29 22:15:59 by Thomas Klausner | Files touched by this commit (1) |
Log message:
meson: fix a pkglint warning
|
2021-04-17 10:25:15 by Nia Alarie | Files touched by this commit (1) |
Log message:
meson: do not include python application.mk
|
2021-04-12 14:14:03 by Nia Alarie | Files touched by this commit (1) |
Log message:
use TOOL_DEPENDS for meson
|
2021-04-12 12:12:30 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
meson: updated to 0.57.2
0.57.2:
Bug fixes
|