Compare commits
2 Commits
Author | SHA256 | Date | |
---|---|---|---|
|
140cfd7fc8 | ||
|
9f8ced3439 |
2
_service
2
_service
@@ -2,7 +2,7 @@
|
|||||||
<service name="obs_scm" mode="manual">
|
<service name="obs_scm" mode="manual">
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="url">https://gn.googlesource.com/gn.git</param>
|
<param name="url">https://gn.googlesource.com/gn.git</param>
|
||||||
<param name="revision">7a8aa3a08a13521336853a28c46537ec04338a2d</param>
|
<param name="revision">97b68a0bb62b7528bc3491c7949d6804223c2b82</param>
|
||||||
<param name="versionformat">0.%cd</param>
|
<param name="versionformat">0.%cd</param>
|
||||||
<param name="changesgenerate">enable</param>
|
<param name="changesgenerate">enable</param>
|
||||||
</service>
|
</service>
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
<servicedata>
|
<servicedata>
|
||||||
<service name="tar_scm">
|
<service name="tar_scm">
|
||||||
<param name="url">https://gn.googlesource.com/gn.git</param>
|
<param name="url">https://gn.googlesource.com/gn.git</param>
|
||||||
<param name="changesrevision">7a8aa3a08a13521336853a28c46537ec04338a2d</param></service></servicedata>
|
<param name="changesrevision">97b68a0bb62b7528bc3491c7949d6804223c2b82</param></service></servicedata>
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:e2a8a3b5bc8325887e11fb5e45cef28b0f987c8ca8b05274546ad55aef2d100c
|
|
||||||
size 5312525
|
|
BIN
gn-0.20250619.obscpio
(Stored with Git LFS)
Normal file
BIN
gn-0.20250619.obscpio
(Stored with Git LFS)
Normal file
Binary file not shown.
59
gn.changes
59
gn.changes
@@ -1,3 +1,62 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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>
|
||||||
|
|
||||||
|
- 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
|
Thu Mar 06 17:14:56 UTC 2025 - ro@suse.com
|
||||||
|
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
name: gn
|
name: gn
|
||||||
version: 0.20250306
|
version: 0.20250619
|
||||||
mtime: 1741258460
|
mtime: 1750335966
|
||||||
commit: 7a8aa3a08a13521336853a28c46537ec04338a2d
|
commit: 97b68a0bb62b7528bc3491c7949d6804223c2b82
|
||||||
|
Reference in New Issue
Block a user