------------------------------------------------------------------- Tue Jul 01 14:40:37 UTC 2025 - Ruediger Oertel - Update to version 0.20250619: * Reland #2 "Run Target::OnResolve() on background threads" * Propagate module dependencies transitively via public_deps * Fix bug in Grow logic in HashTableBase * Apply tools/run_formatter.sh * Revert "Reland "Run Target::OnResolve() on background threads"" * Reland "Run Target::OnResolve() on background threads" * Enable ASAN & UBSAN when running tests in debug on CQ/CI * Revert "Run Target::OnResolve() on background threads" * Check all targets before generating shortnames * [tvos] Search for `kTargetXcodePlatform` from all arguments * Run Target::OnResolve() on background threads * specify the gerrit listener type to be legacy poller * Optimize Target::EnsureFileIsGeneratedByDependency() * Fix lsan errors * Add myself to OWNERS, remove xoolger addresses * Revert "Use JSON escaping for JSON string output" * Use JSON escaping for JSON string output * [tvos] Handle a type error with target_xcode_platform * [tvos] Add target_xcode_platform to set Xcode project * Add `--filter-with-data` flag for `gn gen --ide=json` * Handle --ide=vs2019 switch * Handle hpp11 file extension. * Fix `gn help --root-pattern` * Build non-linkable deps async with Ninja's validaitons * Generate compile_commands.json as part of build/gen.py * apply the latest clang-format * Add a test for source_set with modulemap * Write .gitignore file to build directory * Add more on how args are processed to "help execution". * Make `gn_version` available in the dotfile. * Tweak `help execution` wording after c0a46c5. * Attempt to improve the documentation for "help execution". * zos: build with -m64 and ignore unknown-pragmas * Unit test parser/tokenizer against double minus ------------------------------------------------------------------- Tue May 20 16:30:31 UTC 2025 - Ruediger Oertel - Update to version 0.20250520: * Add `--filter-with-data` flag for `gn gen --ide=json` * Handle --ide=vs2019 switch * Handle hpp11 file extension. * Fix `gn help --root-pattern` * Build non-linkable deps async with Ninja's validaitons * Generate compile_commands.json as part of build/gen.py * apply the latest clang-format * Add a test for source_set with modulemap * Write .gitignore file to build directory * Add more on how args are processed to "help execution". * Make `gn_version` available in the dotfile. * Tweak `help execution` wording after c0a46c5. * Attempt to improve the documentation for "help execution". * zos: build with -m64 and ignore unknown-pragmas * Unit test parser/tokenizer against double minus ------------------------------------------------------------------- Thu Mar 06 17:14:56 UTC 2025 - ro@suse.com - Update to version 0.20250306: * Remove deps from rust executable to module's pcm files * Update test for rust executable deps * Add toolchain for cxx modules in TestWithScope * Apply the latest clang-format * Update reference for {rustdeps} * Always generate a .toolchain file even if it is empty. * Pass --with-lg-page=16 when building jemalloc for arm64. * Remove obsolete debug checks. * Make default vs ide version on Windows as 2022 * Reland "Adds a path_exists() function" * Revert "Adds a path_exists() function" * Adds a path_exists() function * Revert "Speed-up GN with custom OutputStream interface." * Speed-up GN with custom OutputStream interface. * Add `exec_script_allowlist` to replace `exec_script_whitelist`. * Retry ReplaceFile in case of failure * Fix crash when NinjaBuildWriter::RunAndWriteFile fails * fix include for escape.h * fix exit code for gn gen failure * misc: Use html.escape instead of cgi.escape * Do not copy parent build_dependency_files_ in Scope constructors. * Improve error message for duplicated items * [rust-project] Always use forward slashes in sysroot paths * Update all_dependent_configs docs. * set 'no_stamp_files' by default * fix a typo * Stop using transitional LFS64 APIs * do not use tool prefix for phony rule * [rust] Add sysroot_src to rust-project.json * Implement and enable 'no_stamp_files' * Add Target::dependency_output_alias() * Add "outputs" to generated_file documentation. * Update bug database link. * remove a trailing space after variable bindings * fix tool name in error * remove unused includes * Markdown optimization (follow-up) * Support link_output, depend_output in Rust linked tools. * Properly verify runtime_outputs in rust tool definitions. * BugFix: Syntax error in gen.py file * generated_file: add output to input deps of stamp * Markdown optimization: * Revert "Rust: link_output, depend_output and runtime_outputs for dylibs" * hint using nogncheck on disallowed includes ------------------------------------------------------------------- Tue Sep 24 01:27:32 CEST 2024 - ro@suse.de - add "-Wno-unused-value" to fix build on armv6/armv7 ------------------------------------------------------------------- Fri Aug 02 14:25:16 UTC 2024 - ro@suse.com - Update to version 0.20240730: * Rust: link_output, depend_output and runtime_outputs for dylibs * Add missing reference section to function_toolchain.cc * Do not cleanup args.gn imports located in the output directory. * Fix expectations in NinjaRustBinaryTargetWriterTest.SwiftModule * Do not add native dependencies to the library search path * Support linking frameworks and swiftmodules in Rust targets * [desc] Silence print() statements when outputing json * infra: Move CI/try builds to Ubuntu-22.04 * [MinGW] Fix mingw building issues * [gn] Fix "link" in the //examples/simple_build/build/toolchain/BUILD.gn * [template] Fix "rule alink_thin" in the //build/build_linux.ninja.template * Allow multiple --ide switches * [src] Add "#include " in the //src/base/files/file_enumerator_win.cc * Get updates to infra/recipes.py from upstream * Revert "Teach gn to handle systems with > 64 processors" * [apple] Rename the code-signing properties of create_bundle * Fix a typo in "gn help refs" output * Revert "[bundle] Use "phony" builtin tool for create_bundle targets" * [bundle] Use "phony" builtin tool for create_bundle targets * [ios] Simplify handling of assets catalog * [swift] List all outputs as deps of "source_set" stamp file * [swift] Update `gn check ...` to consider the generated header * [swift] Set `restat = 1` to swift build rules * Fix build with gcc12 * [label_matches] Add new functions label_matches(), filter_labels_include() and filter_labels_exclude() * [swift] Remove problematic use of "stamp" tool * Implement new --ninja-outputs-file option. * Add NinjaOutputsWriter class * Move InvokePython() function to its own source file. * zos: build with -DZOSLIB_OVERRIDE_CLIB to override creat * Enable C++ runtime assertions in debug mode. * Fix regression in MakeRelativePath() * fix: Fix Windows MakeRelativePath. * Add long path support for windows * Ensure read_file() files are considered by "gn analyze" * apply 2to3 to for some Python scripts * Add rustflags to desc and help output * strings: support case insensitive check only in StartsWith/EndsWith * add .git-blame-ignore-revs * use std::{string,string_view}::{starts_with,ends_with} * apply clang-format to all C++ sources * add forward declaration in rust_values.h * Add `root_patterns` list to build configuration. * Use c++20 in GN build * update windows sdk to 2024-01-11 * update windows sdk * Add linux-riscv64. * Update OWNERS list. * remove unused function * Ignore build warning -Werror=redundant-move * Fix --as=buildfile `gn desc deps` output. * Update recipe engine to 9dea1246. * treewide: Fix spelling mistakes - add subprocess-python36.patch to build with python3.6 on sle15 - use gcc-13 instead of gcc-12 to work around maybe uninitialized error ------------------------------------------------------------------- Tue Feb 27 11:04:35 UTC 2024 - Dominique Leuenberger - Use %patch -P N instead of deprecated %patchN. ------------------------------------------------------------------- Fri Nov 10 20:27:59 UTC 2023 - Andreas Stieger - Update to version 0.20231023: * many updates to support Chromium 119 build - drop deprecated_copy.patch - add redundant-move.patch ------------------------------------------------------------------- Thu Mar 9 15:43:20 UTC 2023 - Callum Farmer - Bump Leap's GCC version to 12 to align with the other Chromium tools - Exclude ppc - it doesn't build ------------------------------------------------------------------- Sun Dec 5 15:41:02 UTC 2021 - Callum Farmer - Add deprecated_copy.patch: fix deprecated copy GCC warnings - Go back to GCC - Use newer libs and GCC on Leap 15.3 & 15.4 ------------------------------------------------------------------- Fri Sep 10 10:18:06 UTC 2021 - Callum Farmer - Fix build with riscv64 ------------------------------------------------------------------- Wed Sep 01 08:59:31 UTC 2021 - Callum Farmer - Update to version 0.20210811: * C++ modernization improvements. * Minor style updates. * Enable GN to build & run on z/OS * Fix a typo in the doc of "generated_file" * Update doc/help to say --ninja-executable works for VS Flags * [rust] Fix and test dylib support * Add 'rustenv' to 'gn desc' output * [rust] Clean up logic in PullDependentTargetLibsFrom * Link Rust binaries against transitive public_deps * Fix linking dynamic libraries in Rust binaries - Remove patches: * gn-flags.patch * gn-always-python3.patch * riscv.patch ------------------------------------------------------------------- Sat Oct 31 13:43:03 UTC 2020 - Callum Farmer - Add riscv.patch to add support for RISCV ------------------------------------------------------------------- Sat Oct 10 13:13:24 UTC 2020 - Andreas Stieger - Update to 0.1807: * no upstream changelog ------------------------------------------------------------------- Thu Apr 2 11:11:45 UTC 2020 - Tomáš Chvátal - Update to 0.1726: * no upstream changelog - Rebase patches: * gn-always-python3.patch * gn-flags.patch ------------------------------------------------------------------- Wed Oct 23 10:40:06 UTC 2019 - Tomáš Chvátal - Update to 0.1616: * no upstream changelog - Remove merged patch gn-add_missing_arm_files.patch - Add patch to always use python3 in tests: * gn-always-python3.patch ------------------------------------------------------------------- Tue May 7 08:26:48 UTC 2019 - Tomáš Chvátal - Update to 0.1544: * No upstream changelog - Rebase patch gn-flags.patch ------------------------------------------------------------------- Fri Nov 9 08:44:22 UTC 2018 - Guillaume GARDET - Add patch to add missing files to fix armv7 build: * gn-add_missing_arm_files.patch ------------------------------------------------------------------- Tue Oct 30 14:50:22 UTC 2018 - Tomáš Chvátal - Version update to 0.1479: * No upstream changelog - Rebase patch gn-flags.patch ------------------------------------------------------------------- Tue Aug 28 11:06:58 UTC 2018 - tchvatal@suse.com - Update to 0.1463: * No upstream changelog - Rebase patch gn-flags.patch ------------------------------------------------------------------- Mon Aug 6 11:33:49 UTC 2018 - tchvatal@suse.com - Fix building on openSUSE Leap 42.3 ------------------------------------------------------------------- Wed Jul 25 14:51:09 UTC 2018 - tchvatal@suse.com - Initial commit, package used to generate ninja files, used when configuring chromium