1 Commits

Author SHA256 Message Date
Ruediger Oertel
140cfd7fc8 update to 0.20250619 2025-07-01 16:41:25 +02:00
7 changed files with 48 additions and 9 deletions

View File

@@ -2,7 +2,7 @@
<service name="obs_scm" mode="manual">
<param name="scm">git</param>
<param name="url">https://gn.googlesource.com/gn.git</param>
<param name="revision">cad8f67e2dd0cea00bbe4566efe2fdf4c1821563</param>
<param name="revision">97b68a0bb62b7528bc3491c7949d6804223c2b82</param>
<param name="versionformat">0.%cd</param>
<param name="changesgenerate">enable</param>
</service>

View File

@@ -1,4 +1,4 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://gn.googlesource.com/gn.git</param>
<param name="changesrevision">7a8aa3a08a13521336853a28c46537ec04338a2d</param></service></servicedata>
<param name="changesrevision">97b68a0bb62b7528bc3491c7949d6804223c2b82</param></service></servicedata>

BIN
gn-0.20250520.obscpio (Stored with Git LFS)

Binary file not shown.

BIN
gn-0.20250619.obscpio (Stored with Git LFS) Normal file

Binary file not shown.

View File

@@ -1,3 +1,42 @@
-------------------------------------------------------------------
Tue Jul 01 14:40:37 UTC 2025 - Ruediger Oertel <ro@suse.com>
- 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 <ro@suse.com>

View File

@@ -1,4 +1,4 @@
name: gn
version: 0.20250520
mtime: 1747756244
commit: cad8f67e2dd0cea00bbe4566efe2fdf4c1821563
version: 0.20250619
mtime: 1750335966
commit: 97b68a0bb62b7528bc3491c7949d6804223c2b82

View File

@@ -17,7 +17,7 @@
Name: gn
Version: 0.20250520
Version: 0.20250619
Release: 0
Summary: A meta-build system that generates build files for Ninja
License: BSD-3-Clause