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
/
src
/
engine
/
SCons
/
Scanner
Commit message (
Expand
)
Author
Age
Files
Lines
*
Improve building of docs using Py3 [ci skip]
Mats Wichmann
2019-12-05
1
-1/+1
*
LaTeX scanner: Remove obsolete comment
Lukas Schrangl
2019-07-03
1
-7/+0
*
LaTeX scanner: Find > 1 includes per line
Lukas Schrangl
2019-07-02
2
-1/+16
*
Use more idiomatic Python
Mats Wichmann
2019-06-06
1
-3/+3
*
Fix some regexes for Python 3.8 complaints
Mats Wichmann
2019-05-13
3
-3/+3
*
Merge pull request #3345 from mwichmann/py38warns4-tests
William Deegan
2019-04-28
1
-3/+3
|
\
|
*
[PY 3.8] test fixes for file closings, rawstrings
Mats Wichmann
2019-04-25
1
-3/+3
*
|
Merge pull request #3360 from mwichmann/isnot
William Deegan
2019-04-28
1
-1/+1
|
\
\
|
*
|
Some more lint-derived cleanups
Mats Wichmann
2019-04-27
1
-1/+1
|
|
/
*
|
Merge pull request #3359 from bdbaddog/fortran_issue_3135
William Deegan
2019-04-27
2
-82/+89
|
\
\
|
|
/
|
/
|
|
*
Also ignore PURE and ELEMENTAL after MODULE in Scanner and Emitter.
Peter Diener
2019-04-26
1
-5/+8
|
*
Fix Issue #3135 - Also add tests to check that emitter is properly processing...
William Deegan
2019-04-25
1
-3/+4
|
*
PEP8 plus switch to unittest.main() when running directly
William Deegan
2019-04-25
1
-71/+69
|
*
Use raw strings in regexes.
Peter Diener
2019-03-06
1
-3/+3
|
*
Fix issue #3135.
Peter Diener
2019-03-04
1
-12/+17
*
|
Clean up some file opens, regex strings
Mats Wichmann
2019-03-07
2
-6/+6
|
/
*
A few syntax cleanups
Mats Wichmann
2018-10-03
2
-9/+9
*
Stop using deprecated unittest asserts
Mats Wichmann
2018-09-25
7
-32/+32
*
Replace usage of unittest.TestSuite with unittest.main()
Hao Wu
2018-07-12
5
-31/+5
*
Replace all instances of `int main()` with `int main(void)`
Jonathon Reinhart
2018-02-11
2
-10/+10
*
Fix many epydoc warnings
William Deegan
2017-09-01
2
-10/+18
*
Remove ancient Aegis revision control system files
Jane Doe
2017-05-30
1
-5/+0
*
PY2/3 For msvc resource scanning, ensure we don't try to scan .tlb files whic...
William Deegan
2017-05-26
3
-18/+64
*
py2/3 Remove pdf from list of files to scan. This was causing errors as the ...
William Deegan
2017-04-06
1
-1/+4
*
When iterating over dict.items(), we do not need a new list.
Craig Rodrigues
2017-03-12
1
-2/+2
*
Replace list(filter()) with list comprehension.
Craig Rodrigues
2017-03-11
1
-1/+1
*
Merged in ricklupton/scons (pull request #374)
William Deegan
2016-11-25
2
-31/+82
|
\
|
*
Find dependencies using LaTeX "import" package commands
Rick Lupton
2016-11-23
2
-31/+82
*
|
Fixes for str/bytes in Scanners: resolves ~150 tests.
William Blevins
2016-10-02
1
-2/+2
*
|
Revert src/engine/SCons/Scanner/Fortran.py changes.
William Blevins
2016-09-24
1
-6/+6
*
|
Initial python3 cut of test/Fortran.
William Blevins
2016-09-23
1
-6/+6
*
|
Futurize stage 2 2to3 fixes only.
William Blevins
2016-09-20
1
-2/+2
|
/
*
Updated selective test to remove impurity from a selection rename.
William Blevins
2016-08-12
1
-1/+1
*
Added multiline support test.
William Blevins
2016-08-12
1
-0/+11
*
Issue 1924: Updated D Language scanner support.
William Blevins
2016-08-11
2
-8/+279
*
wrap several frequently-used open() calls in with statements
Daniel Holth
2016-06-15
1
-3/+2
*
Post merge commit for safety. Building Fortran code works, but tests fail.
Russel Winder
2015-12-24
10
-33/+119
|
\
|
*
removed several pre-2.7 methods and imports, including some basic refactorings
Dirk Baechle
2015-12-10
3
-3/+3
|
*
Issue 2264: Added cross-language scanner support.
William Blevins
2015-05-17
1
-0/+45
|
*
- switching Node class and NodeInfo/Binfo to using slots
Dirk Baechle
2015-02-26
4
-19/+22
|
*
Add comment for a case where LIBS (or part of it) is an object
Alexey Klimkin
2015-01-27
1
-0/+1
|
*
Improve readability of LIB substitution code
Alexey Klimkin
2015-01-20
2
-16/+17
|
*
Fix incomplete LIBS flattening and substitution in Program scanner
Alexey Klimkin
2015-01-14
2
-3/+39
*
|
Merged with [default]
Stefan Zimmermann
2014-03-31
9
-39/+32
|
\
\
|
|
/
|
*
Switch unit tests to configurable runner
anatoly techtonik
2014-03-21
8
-37/+30
|
*
- added doc editor configuration for XXE5
Dirk Baechle
2014-01-19
1
-2/+2
*
|
More __cmp__ to __eq__ (and __lt__). Resolved some UnboundLocalErrors after e...
Stefan Zimmermann
2014-03-31
2
-4/+4
*
|
Made former 2to3 changes Python 2.7 compatible (or removed unneeded changes).
Stefan Zimmermann
2014-03-31
6
-11/+8
*
|
fix for cpp scanner (maybe)
ndbecker2
2013-09-09
1
-1/+2
*
|
Manual python3 post-2to3 fixes from Neal Becker
Gary Oberbrunner
2013-09-22
1
-1/+1
[next]