Groups
Sign in
Groups
ninja-build
Conversations
About
Send feedback
Help
ninja-build
Contact owners and managers
1–30 of 588
Mark all as read
Report group
0 selected
Ildus K
, …
Eli Schwartz
3
Nov 22
Combining rules.
On 11/22/24 5:30 AM, 'Ildus K' via ninja-build wrote: > Hi, > I am seeking an advice
unread,
Combining rules.
On 11/22/24 5:30 AM, 'Ildus K' via ninja-build wrote: > Hi, > I am seeking an advice
Nov 22
Elliot Goodrich
,
Ben Boeckel
5
Nov 7
trimja
> That sounds good. By "pinning" I meant that if you have CI running on N > machines,
unread,
trimja
> That sounds good. By "pinning" I meant that if you have CI running on N > machines,
Nov 7
Brendan McDonnell
, …
David Turner
7
Oct 16
No pre-build event support? How to capture `git describe --dirty`?
On Mon, Oct 14, 2024 at 1:25 PM Brendan McDonnell <bmcdo...@ieee.org> wrote: David, Eli, and
unread,
No pre-build event support? How to capture `git describe --dirty`?
On Mon, Oct 14, 2024 at 1:25 PM Brendan McDonnell <bmcdo...@ieee.org> wrote: David, Eli, and
Oct 16
iannucci
,
Samuel Bronson
2
Oct 14
Pool-based job scheduling merged to master
On Friday, December 14, 2012 at 3:04:06 AM UTC-5 iannucci wrote: Additionally, I would like to
unread,
Pool-based job scheduling merged to master
On Friday, December 14, 2012 at 3:04:06 AM UTC-5 iannucci wrote: Additionally, I would like to
Oct 14
James Widman
,
David Turner
3
Oct 4
proposal for new tool: `ninja -t compdb-targets`
cool beans; thanks David! I have updated the PR; it now implements `-t compdb-targets`. On Friday,
unread,
proposal for new tool: `ninja -t compdb-targets`
cool beans; thanks David! I have updated the PR; it now implements `-t compdb-targets`. On Friday,
Oct 4
James Widman
2
Oct 1
xsltproc fails to load docbook.xsl (in an attempt to build the documentation)
Never mind; i just installed DocBook XSLT stylesheets with: brew install docbook-xsl ....and now the
unread,
xsltproc fails to load docbook.xsl (in an attempt to build the documentation)
Never mind; i just installed DocBook XSLT stylesheets with: brew install docbook-xsl ....and now the
Oct 1
Luca Frongia
,
David Turner
2
Sep 9
Multiple outputs aren"t yet supported
On Mon, Sep 9, 2024 at 4:50 PM Luca Frongia <lucafr...@gmail.com> wrote: I thought i
unread,
Multiple outputs aren"t yet supported
On Mon, Sep 9, 2024 at 4:50 PM Luca Frongia <lucafr...@gmail.com> wrote: I thought i
Sep 9
Luca Frongia
Sep 9
Error: multiple outputs aren't (yet?) supported by depslog
I am using ninja 1.12, i even switched to 1.10 but still did not work. This project works on my
unread,
Error: multiple outputs aren't (yet?) supported by depslog
I am using ninja 1.12, i even switched to 1.10 but still did not work. This project works on my
Sep 9
Goran Žauhar
, …
Glenn Coombs
10
May 6
CMake comments are not shown when building with ninja
Looks like I misread the CMake documentation for add_custom_command. I'd assumed it supported
unread,
CMake comments are not shown when building with ninja
Looks like I misread the CMake documentation for add_custom_command. I'd assumed it supported
May 6
Mattia Maldini
, …
Ben Boeckel
5
Apr 17
What's the best way to configure an out-of-tree build with Ninja?
On Tue, Apr 16, 2024 at 05:23:42 -0700, 'David Turner' via ninja-build wrote: > Another
unread,
What's the best way to configure an out-of-tree build with Ninja?
On Tue, Apr 16, 2024 at 05:23:42 -0700, 'David Turner' via ninja-build wrote: > Another
Apr 17
Christophe D.
, …
Rex Roni
9
10/20/23
[ANN] bang: A ninja file generator scriptable in Lua
On Thu, Oct 12, 2023 at 03:50:59PM +0200, 'David Turner' via ninja-build wrote: > I stand
unread,
[ANN] bang: A ninja file generator scriptable in Lua
On Thu, Oct 12, 2023 at 03:50:59PM +0200, 'David Turner' via ninja-build wrote: > I stand
10/20/23
Neal Venditto
,
Ben Boeckel
2
9/19/23
Digest for Release Binaries
On Mon, Sep 18, 2023 at 09:04:02 -0700, Neal Venditto wrote: > Are there any SHA digests available
unread,
Digest for Release Binaries
On Mon, Sep 18, 2023 at 09:04:02 -0700, Neal Venditto wrote: > Are there any SHA digests available
9/19/23
EShuman
, …
David Turner
6
8/11/23
Windows /showIncludes and interprocess communication
On Fri, Aug 11, 2023 at 8:22 AM EShuman <eugeneza...@gmail.com> wrote: Just to clarify, I
unread,
Windows /showIncludes and interprocess communication
On Fri, Aug 11, 2023 at 8:22 AM EShuman <eugeneza...@gmail.com> wrote: Just to clarify, I
8/11/23
Tekin Ozbek
,
Evan Martin
3
7/8/23
Threads allocated for "copy" targets
Each task like “cp” is a process, and ninja executes processes in parallel based on the -j flag etc.
unread,
Threads allocated for "copy" targets
Each task like “cp” is a process, and ninja executes processes in parallel based on the -j flag etc.
7/8/23
Michael Nazzareno Trimarchi
, …
Mathias Stearn
19
6/2/23
rebuild reason on nija deps
On Thu, Jun 1, 2023 at 4:56 PM Michael Nazzareno Trimarchi <mic...@amarulasolutions.com> wrote
unread,
rebuild reason on nija deps
On Thu, Jun 1, 2023 at 4:56 PM Michael Nazzareno Trimarchi <mic...@amarulasolutions.com> wrote
6/2/23
Stefano Bonicatti
, …
Evan Martin
14
5/22/23
Ninja 1.10.0 on Windows keeps rebuilding due to a header wrongly considered as an output
This is possibly getting a bit too off-topic, but I recently tried to think through what a build
unread,
Ninja 1.10.0 on Windows keeps rebuilding due to a header wrongly considered as an output
This is possibly getting a bit too off-topic, but I recently tried to think through what a build
5/22/23
mohsin siddiqui
,
K. Moon
2
4/13/23
Does ninja support kotlin files
Ninja is just a system for running build actions, it doesn't care what they do. This is a
unread,
Does ninja support kotlin files
Ninja is just a system for running build actions, it doesn't care what they do. This is a
4/13/23
Andy Holcomb
4/1/23
New ninja subtool to return the "dirty" state of a target
I primarily use a build accelerator like Incredibuild for larger projects. One of the inefficiencies
unread,
New ninja subtool to return the "dirty" state of a target
I primarily use a build accelerator like Incredibuild for larger projects. One of the inefficiencies
4/1/23
Michael Nazzareno Trimarchi
, …
Ben Boeckel
17
3/12/23
ninja winepath dependences
Hi On Sun, Mar 12, 2023 at 6:26 PM Ben Boeckel <ben.b...@kitware.com> wrote: > > On
unread,
ninja winepath dependences
Hi On Sun, Mar 12, 2023 at 6:26 PM Ben Boeckel <ben.b...@kitware.com> wrote: > > On
3/12/23
Sheshadri
,
Ben Boeckel
2
1/3/23
CMake/ninjabuild appends backslash to command added by add_custom_target
On Tue, Jan 03, 2023 at 01:48:46 -0800, Sheshadri wrote: > https://stackoverflow.com/questions/
unread,
CMake/ninjabuild appends backslash to command added by add_custom_target
On Tue, Jan 03, 2023 at 01:48:46 -0800, Sheshadri wrote: > https://stackoverflow.com/questions/
1/3/23
kromak
,
Ben Boeckel
2
12/29/22
Why configure.py looks for "c++" instead of....
On Mon, Dec 26, 2022 at 16:27:48 -0800, kromak wrote: > g++? Doesn't seem more reasonable to
unread,
Why configure.py looks for "c++" instead of....
On Mon, Dec 26, 2022 at 16:27:48 -0800, kromak wrote: > g++? Doesn't seem more reasonable to
12/29/22
Keith Refson
,
Ben Boeckel
3
12/21/22
Strange failure with ficticious Fortran module dependency
Ah, since posting this I had worked out, looking at the build.ninja file that ninja does a callback
unread,
Strange failure with ficticious Fortran module dependency
Ah, since posting this I had worked out, looking at the build.ninja file that ninja does a callback
12/21/22
Nicholas Yue
, …
jha...@gmail.com
4
11/9/22
Global control over concurrency ?
Ninja itself has no way to configure this with an environment variable. If the components use cmake -
unread,
Global control over concurrency ?
Ninja itself has no way to configure this with an environment variable. If the components use cmake -
11/9/22
Usha Nayak
, …
David Turner
3
10/27/22
determine the path for exe in build.ninja
On Wed, Oct 26, 2022 at 8:28 PM Usha Nayak <ush...@gmail.com> wrote: Hello, I'm new to gyp
unread,
determine the path for exe in build.ninja
On Wed, Oct 26, 2022 at 8:28 PM Usha Nayak <ush...@gmail.com> wrote: Hello, I'm new to gyp
10/27/22
jha...@gmail.com
8/30/22
1.11.1 Hotfix Release
Hi everyone, just a short notice that I released 1.11.1 with just one commit cherry-picked: A fix for
unread,
1.11.1 Hotfix Release
Hi everyone, just a short notice that I released 1.11.1 with just one commit cherry-picked: A fix for
8/30/22
Anna
7/7/22
[ANN] Nimbus: A Nimble-compatible ninja generator
nimbus[0] takes build descriptions written in NimScript and generates ninja files from them. Creating
unread,
[ANN] Nimbus: A Nimble-compatible ninja generator
nimbus[0] takes build descriptions written in NimScript and generates ninja files from them. Creating
7/7/22
Rohan Pavone
,
David Turner
2
7/1/22
Denylist of build targets
Le ven. 1 juil. 2022 à 08:42, 'Rohan Pavone' via ninja-build <ninja...@googlegroups.com
unread,
Denylist of build targets
Le ven. 1 juil. 2022 à 08:42, 'Rohan Pavone' via ninja-build <ninja...@googlegroups.com
7/1/22
jha...@gmail.com
, …
Michael Jones
10
6/28/22
New Maintainer for Ninja
I would be happy to help with this. Multiple people should be involved, not just one or two. On Tue,
unread,
New Maintainer for Ninja
I would be happy to help with this. Multiple people should be involved, not just one or two. On Tue,
6/28/22
jha...@gmail.com
,
Brad King
2
5/3/22
Call for 1.11 testing: Validation Nodes, UTF-8 on Windows, missingdeps and inputs tool, ...
On Sat, Apr 30, 2022 at 5:30 AM wrote: > Please test a build of the master branch with your
unread,
Call for 1.11 testing: Validation Nodes, UTF-8 on Windows, missingdeps and inputs tool, ...
On Sat, Apr 30, 2022 at 5:30 AM wrote: > Please test a build of the master branch with your
5/3/22
Alfred Zien
, …
Ben Boeckel
3
5/2/22
Remove records from .ninja_deps
On Mon, May 02, 2022 at 20:46:32 +0200, 'David Turner' via ninja-build wrote: > Hello
unread,
Remove records from .ninja_deps
On Mon, May 02, 2022 at 20:46:32 +0200, 'David Turner' via ninja-build wrote: > Hello
5/2/22