wlroots-hyprland/include/wlr
Manuel Stoeckl bb05617414 Use -fmacro-prefix-map to strip build path
This commit matches sway's 2dc4978d8af326c310057ca8fd22a4c7f5d09335.

To help ensure a reproducible build (when debug info is disabled),
the meson build script now uses the -fmacro-prefix-map command line
argument supported by GCC to strip the build-path dependent bytes
of each __FILE__ string used by wlr_log and related functions.

A rather ugly algorithm is used to compute the relative path between
the build and source folders, because meson has no specific function
for this.

When the compiler does not support -fmacro-prefix-map, fall back
to shifting the start of each __FILE__ string by the length of the
relative path to the source directory.
2019-07-17 21:00:09 -04:00
..
backend Add FreeRDP backend for remote desktop support 2019-04-08 08:09:07 -06:00
interfaces wlr_touch: Declare wlr_touch_impl usage as const 2019-07-17 09:23:10 -04:00
render render/dmabuf: add wlr_dmabuf_attributes_copy 2019-06-07 09:06:11 -04:00
types wlr_touch: Declare wlr_touch_impl usage as const 2019-07-17 09:23:10 -04:00
util Use -fmacro-prefix-map to strip build path 2019-07-17 21:00:09 -04:00
backend.h Rename get_present_clock to get_presentation clock, use it 2018-10-04 22:00:22 +02:00
config.h.in Add FreeRDP backend for remote desktop support 2019-04-08 08:09:07 -06:00
meson.build Use #if instead of #ifdef for wlroots config data 2018-11-12 10:12:46 +01:00
version.h.in Revert "Revert "Merge pull request #1194 from ascent12/meson_feature"" 2018-08-24 19:35:02 +12:00
xcursor.h Initial pass on API stability guarantees 2018-07-29 19:20:34 -04:00
xwayland.h xwayland: don't set DISPLAY 2019-03-04 12:54:06 -07:00