index
:
delta/scons-git.git
add_api_to_check_for_invalid_options_issue_4187
aix-xlc_r-is-for-threads
conftest-messages
dependabot/pip/lxml-4.6.3
dependabot/pip/lxml-4.6.5
feature/new-toolchain
linker-exists-when-compiler-exists
master
msvc11
msvs-express-2013
msvs-vcvars-caching
optimize-scan-path-subst-v2
origin
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
rel_3.0.2
rel_3.0.3
rel_3.0.4
rel_3.0.5
rel_3.1.0
rel_3.1.1
rel_3.1.2
rel_4.0.0
rel_4.0.1
rel_4.1.0
rel_4.2.0
rel_4.3.0
rel_4.4.0
rel_4.5.0
rel_4.5.1
rel_4.5.2
release-2.1.0
switch_to_slots
test_bb
ziproot
github.com: SCons/scons.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
engine
/
SCons
/
cpp.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reorganize the repo. Moved src/engine/SCons to ./SCons to be more in line wit...
William Deegan
2020-05-06
1
-661
/
+0
*
Merge branch 'master' into c-conditional-scanner
Ivan Kravets
2020-02-12
1
-2
/
+2
|
\
|
*
Stop converting to list where not needed
Mats Wichmann
2020-01-16
1
-2
/
+2
|
*
Some more lint-derived cleanups
Mats Wichmann
2019-04-27
1
-1
/
+1
*
|
Remove tuples caching, save memory
Ivan Kravets
2019-08-26
1
-13
/
+2
*
|
Fix incorrect calculation of includes depth
Ivan Kravets
2019-08-26
1
-3
/
+3
*
|
Merge branch 'master' of https://github.com/SCons/scons into c-conditional-sc...
Ivan Kravets
2019-04-23
1
-15
/
+18
|
\
\
|
|
/
|
*
Fixup some code triggering pylint errors.
Mats Wichmann
2019-04-21
1
-1
/
+1
|
*
Clean up some file opens, regex strings
Mats Wichmann
2019-03-07
1
-14
/
+14
|
*
Enhance cpp scanner regex logic to detect if/elif expressions without whitesp...
Tobias Herzog
2019-01-18
1
-3
/
+6
*
|
Stop handling "define" and "undef" when condition fails
Ivan Kravets
2018-11-21
1
-1
/
+3
*
|
Merge branch 'master' of https://github.com/SCons/scons into c-conditional-sc...
Ivan Kravets
2018-11-19
1
-2
/
+2
|
\
\
|
|
/
|
*
Fix cpp scanner regex logic to treat ifndef. Previously it was not properly d...
ArdaFu
2018-11-14
1
-2
/
+2
*
|
Allow to control maximum depth of nested includes for conditional PreProcessor
Ivan Kravets
2018-03-08
1
-5
/
+23
*
|
Restore support for "all" option for Conditional PreProcessor
Ivan Kravets
2018-03-08
1
-7
/
+7
*
|
Implement CPP tuples caching per a file
Ivan Kravets
2018-03-08
1
-30
/
+58
*
|
Avoid infinite recursion for conditional PreProcessor
Ivan Kravets
2018-03-08
1
-6
/
+2
*
|
New conditional C Scanner; Improvements for virtual C Pre-Processor
Ivan Kravets
2018-01-26
1
-26
/
+59
|
/
*
Fix many epydoc warnings
William Deegan
2017-08-31
1
-3
/
+4
*
Make sure more file objects are explicitly closed
Evan Driscoll
2017-07-05
1
-1
/
+2
*
When iterating over dict.items(), we do not need a new list.
Craig Rodrigues
2017-03-11
1
-1
/
+1
*
Use print() function to fix py2/3
Craig Rodrigues
2017-03-09
1
-3
/
+3
*
Futurize stage 2 2to3 fixes only.
William Blevins
2016-09-20
1
-4
/
+4
*
Merged in veon/scons (pull request #149).
Gary Oberbrunner
2014-07-04
1
-3
/
+4
*
Convert old-style classes in cpp.py to new-style classes.
Steven Knight
2010-05-15
1
-2
/
+2
*
http://scons.tigris.org/issues/show_bug.cgi?id=2345
Greg Noel
2010-04-24
1
-8
/
+3
*
http://scons.tigris.org/issues/show_bug.cgi?id=2345
Greg Noel
2010-04-15
1
-1
/
+1
*
http://scons.tigris.org/issues/show_bug.cgi?id=2345
Greg Noel
2010-04-15
1
-1
/
+1
*
http://scons.tigris.org/issues/show_bug.cgi?id=2329
Greg Noel
2010-03-27
1
-2
/
+1
*
http://scons.tigris.org/issues/show_bug.cgi?id=2341
Greg Noel
2010-03-25
1
-1
/
+1
*
Move 2.0 changes collected in branches/pending back to trunk for further
Greg Noel
2010-03-25
1
-17
/
+14
*
Issue 2410: Fix crash when using one-character identifiers in C and C++ macros.
Greg Noel
2009-05-14
1
-2
/
+2
*
Add emacs and vim editing settings to the bottom of *.py files.
Steven Knight
2009-02-09
1
-0
/
+6
*
Python 1.5 compatibility: explicity import SCons.compat (again)
Steven Knight
2008-09-23
1
-0
/
+5
*
Evaluate compat module transparently when SCons is instantiated
Greg Noel
2008-09-11
1
-2
/
+0
*
Merged revisions 2527-2645 via svnmerge from
Steven Knight
2008-02-04
1
-16
/
+57
*
Merged revisions 1784-1824 via svnmerge from
Steven Knight
2007-02-11
1
-1
/
+0
*
Merged revisions 1767-1783 via svnmerge from
Steven Knight
2007-01-21
1
-14
/
+2
*
Merged revisions 1582-1665 via svnmerge from
Steven Knight
2006-11-02
1
-0
/
+561