index
:
SCons.git
aix-xlc_r-is-for-threads
conftest-messages
linker-exists-when-compiler-exists
master
msvc11
msvs-express-2013
msvs-vcvars-caching
optimize-scan-path-subst-v2
pchdll
python3-port
python3raise
python3win32
rel_2.2.0
rel_2.3.0
rel_2.3.1
rel_2.3.2
rel_2.3.3
rel_2.3.4
rel_2.3.5
rel_2.3.6
rel_2.4.0
rel_2.4.1
rel_2.5.0
rel_2.5.1
rel_3.0.0
rel_3.0.1
release-2.1.0
switch_to_slots
test_bb
ziproot
SCons is an Open Source software construction tool—that is, a next-generation build tool.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
SCons
Commit message (
Expand
)
Author
Age
Files
Lines
*
Updates to docs to indicate experimental status
William Deegan
2021-07-08
2
-22/+27
*
incremental doc updates to indicate experimental state of ninja builder
William Deegan
2021-07-07
1
-16/+31
*
Rename DISABLE_AUTO_NINJA -> NINJA_DISABLE_AUTO_RUN
William Deegan
2021-06-24
2
-6/+5
*
rename NINJA_BUILDDIR -> NINJA_DIR
William Deegan
2021-06-24
5
-32/+47
*
resolve sider complaint
William Deegan
2021-06-07
1
-1/+1
*
update from mongodb for limiting ninja max jobs from commit: 0b620c24c55859f3...
Daniel Moody
2021-06-02
1
-3/+6
*
updates to get working with mongodb build
Daniel Moody
2021-06-02
5
-9/+10
*
Address mwichmann's comments on PR. Mostly doc and a few import related code ...
William Deegan
2021-06-01
3
-9/+8
*
Fix sider complaints
William Deegan
2021-06-01
2
-2/+2
*
Continue refactor. Simplify __init__, and move logic to reasonably named files
William Deegan
2021-06-01
6
-384/+454
*
Quiet sider complaint
William Deegan
2021-06-01
1
-1/+1
*
switch to using SCons.Node.SConscriptNodes to get list of sconscripts vs usin...
William Deegan
2021-06-01
1
-3/+7
*
fix sider complaint
William Deegan
2021-06-01
1
-1/+1
*
Gate ninja tool being initialized by --experimental=ninja
William Deegan
2021-06-01
1
-0/+6
*
Add --experimental=ninja
William Deegan
2021-06-01
1
-2/+2
*
Updated from MongoDB commit: https://github.com/mongodb/mongo/commit/59965cf5...
William Deegan
2021-06-01
1
-1/+8
*
No need to have ninja.py which just references ninjaCommon, rename package to...
William Deegan
2021-06-01
8
-37/+12
*
Fix ninja.xml syntax error
William Deegan
2021-06-01
1
-0/+2
*
Address sider issues
William Deegan
2021-06-01
2
-9/+5
*
Incremental checkin. Functionality restored after refactor broke it.
William Deegan
2021-06-01
6
-971/+1077
*
more sider fixes
William Deegan
2021-06-01
1
-2/+2
*
address sider issues. Also update copyright text to current version
William Deegan
2021-06-01
2
-22/+19
*
fix broken target check in ninja_execute. It was improperly adding all nodes ...
William Deegan
2021-06-01
2
-4/+5
*
Incremental update with code reorganization. Currently broken. Some debug cod...
William Deegan
2021-06-01
3
-239/+281
*
Add API to see if a node has a given attribute stored in node.attributes
William Deegan
2021-06-01
1
-0/+5
*
Fix path to SCons/Docbooks style files. Add some content. Still a WIP
William Deegan
2021-06-01
1
-22/+64
*
Incremental checkin. Fleshing out the various env vars used by ninja builders...
William Deegan
2021-06-01
2
-13/+67
*
[ci skip] Initial doc structure added
William Deegan
2021-06-01
2
-1/+204
*
Fix ninja tool rules for macos/ar for static libs to skip response files for...
William Deegan
2021-06-01
1
-0/+7
*
refactor initiazation state variable to be more module specific
William Deegan
2021-06-01
1
-4/+5
*
can't name module ninja as it will conflict with the non-SCons ninja module
William Deegan
2021-06-01
2
-5/+33
*
remove f-string to retain py3.5 compatibility
William Deegan
2021-06-01
1
-2/+2
*
Refactor ninja -> module, change NINJA_BIN -> NINJA
William Deegan
2021-06-01
1
-6/+8
*
removed old sconscript changes
Daniel Moody
2021-06-01
2
-4/+0
*
[WIP] write a tool to generate build.ninja files from SCons
Mathew Robinson
2021-06-01
2
-0/+4
*
Update ninja to new scons layout
Daniel Moody
2021-06-01
1
-0/+1811
*
removed old sconscript changes
Daniel Moody
2021-06-01
2
-4/+0
*
[WIP] write a tool to generate build.ninja files from SCons
Mathew Robinson
2021-06-01
2
-0/+4
*
Merge pull request #3948 from mwichmann/setoption-tests
William Deegan
2021-05-17
1
-285/+277
|
\
|
*
Update the documentation for GetOption
Mats Wichmann
2021-05-11
1
-285/+277
*
|
Merge pull request #3949 from acmorrow/3790
William Deegan
2021-05-17
1
-3/+3
|
\
\
|
|
/
|
/
|
|
*
3790 - Fix the failing test
Andrew Morrow
2021-05-13
1
-3/+3
*
|
Enable SetOption for implicit_deps*
Mats Wichmann
2021-05-08
2
-153/+159
*
|
Make sure SetOption list is up to date
Mats Wichmann
2021-05-08
2
-16/+67
|
/
*
Merge branch 'master' into imports
William Deegan
2021-05-06
1
-7/+0
|
\
|
*
Drop overridden changed_since_last_build method in Value class
Mats Wichmann
2021-05-06
1
-7/+0
*
|
Fiddle the gettext tool family imports/warnings more
Mats Wichmann
2021-05-05
6
-61/+83
*
|
One more fix to the warnings changes
Mats Wichmann
2021-05-05
1
-2/+2
*
|
Redo botched changes for sider complaints
Mats Wichmann
2021-05-05
4
-13/+6
*
|
Even more sider complaints fixed
Mats Wichmann
2021-05-05
5
-7/+14
[next]