meson/docs/markdown/snippets
Martin Dørum e869a09bc2 add str.splitlines method
The new splitlines method on str is intended to replace usage of
fs.read('whatever').strip().split('\n').
The problem with the .strip().split() approach is that it doesn't have a
way to represent empty lists (an empty string becomes a list with one
empty string, not an empty list), and it doesn't handle Windows-style
line endings.
2023-06-20 08:28:47 -04:00
..
add_metrowerks_compiler.md Initial support for Metrowerks C/C++ compiler 2023-04-24 09:07:37 -04:00
add_release_note_snippets_here Tell contributors not to write things in the snippet help file. [skip ci] 2020-01-27 23:11:44 +02:00
add_str_splitlines_method.md add str.splitlines method 2023-06-20 08:28:47 -04:00
allow_generator_chaining.md Allow generator.process(generator.process(...)) 2023-05-21 22:12:57 +03:00
dep_extra_files.md extra_files keyword in declare_dependency() 2023-04-20 18:31:39 +03:00
generate_gir_kwarg_env.md Add env kwarg to gnome.generate_gir(). 2023-04-26 14:51:10 -04:00
more_intro_data.md intro: add more details to generated json files 2023-04-20 18:31:39 +03:00
moremachinedata.md Add kernel and subsystem properties to machine objects. 2023-06-19 18:03:57 +03:00
override-find-program-meson.md Override find_program('meson') 2023-06-06 10:07:36 -04:00
python-find-version.md Find python3.xx on windows 2023-05-02 17:52:10 -04:00
python_bytecompile.md python module: add an automatic byte-compilation step 2023-05-02 19:28:35 -04:00
rust_dependency_map.md rust: Add new `rust_dependency_map` target configuration 2023-04-21 15:35:06 -04:00
rustc-ndebug.md rust: add support for b_ndebug 2023-04-21 15:18:56 +05:30
test_name_filters.md mtest: wildcard selection 2023-05-25 13:44:13 -04:00
visual_studio_project_generation.md Visual studio: Generate vcxproj.filters files to adds filters to imitated directories to navigate more easily in the source files. 2023-05-03 17:49:05 +03:00