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
*
- 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
*
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
*
- switched to different schemaLocation URI
Dirk Baechle
2013-05-03
1
-1/+1
*
- rewrote all tool/builder docs to new SCons XSD
Dirk Baechle
2013-05-03
1
-2/+29
*
Add support for the biblatex package; search for new keywards to get side eff...
Robert Managan
2012-06-14
1
-1/+4
*
Handle DOS line endings in RC scanner. Fixes #2747.
Gary Oberbrunner
2011-05-30
2
-1/+12
*
I had to add the INDEXSTYLES environment variable to the code
Robert Managan
2010-08-23
1
-0/+3
*
Move the authoritative source for functions from the man page to various
Steven Knight
2010-07-21
1
-0/+64
*
cleanup .cvsignore garbage
Anatoly Techtonik
2010-07-05
1
-1/+0
*
Fix #2574: case sensitivity issue with Fortran module scanner.
Gary Oberbrunner
2010-06-17
1
-3/+3
*
Merged revisions 4727-4729,4731-4938,4940-5028 via svnmerge from
Steven Knight
2010-06-15
1
-3/+25
*
Convert old-style classes in Scanner/*.py modules to new-style classes.
Steven Knight
2010-05-16
2
-4/+4
*
Convert old-style classes in Scanner/LaTeX.py to new-style classes.
Steven Knight
2010-05-15
1
-4/+4
*
Convert old-style utility classes in unit test files (*Tests.py)
Steven Knight
2010-05-12
6
-14/+14
*
http://scons.tigris.org/issues/show_bug.cgi?id=2345
Greg Noel
2010-04-24
4
-33/+8
*
http://scons.tigris.org/issues/show_bug.cgi?id=2317
Greg Noel
2010-04-23
4
-5/+5
*
http://scons.tigris.org/issues/show_bug.cgi?id=2345
Greg Noel
2010-04-15
2
-2/+2
*
Add compat "collections" module for pre-2.4 Python verseions. For now.
Steven Knight
2010-04-11
3
-0/+6
*
Issue 2334: Use compatibility versions of collections.User{Dict,List,String}
Steven Knight
2010-04-07
4
-15/+13
*
http://scons.tigris.org/issues/show_bug.cgi?id=2329
Greg Noel
2010-03-27
12
-32/+19
*
Move 2.0 changes collected in branches/pending back to trunk for further
Greg Noel
2010-03-25
15
-87/+81
*
Merged revisions 4645,4647-4651,4654-4656 via svnmerge from
Steven Knight
2010-02-05
1
-1/+3
*
Python 1.5 fix (no continue within a try:-except: block within a loop).
Steven Knight
2010-01-09
1
-2/+10
*
Change scanner to properly search for included file from the
Robert Managan
2010-01-04
1
-5/+30
*
Add scanning of files included in Latex by means of \lstinputlisting{}
Robert Managan
2009-12-17
1
-2/+4
*
Issue 2415: Tolerate unicode strings when using intern()
Ludwig Hähne
2009-05-17
1
-10/+2
*
Issue 2401: Fix usage of comparison with None, patch from Jared Grubb
Greg Noel
2009-05-03
1
-1/+1
*
Issue 2360: fix a TypeError from attempts to intern() unicode objects
Steven Knight
2009-03-02
2
-1/+18
*
Issue 2181: intern file-names to save memory
Ludwig Hähne
2009-02-09
1
-2/+7
*
Add emacs and vim editing settings to the bottom of *.py files.
Steven Knight
2009-02-09
17
-0/+102
*
Remove the feature that would build .pdf graphics files
Robert Managan
2009-01-09
1
-0/+3
*
Issue 2255: Handle scanning of UTF-8 and UTF-16 files. (Greg Spencer)
Steven Knight
2008-12-12
5
-6/+8
*
Python 1.5 and 2.1 compatibility: string methods, nested scopes.
Steven Knight
2008-11-12
1
-3/+6
*
test/TEX/PDF_single_source.py
Robert Managan
2008-10-07
1
-7/+76
*
Fix the regular expression for LaTeX scanning so that it matches
Steven Knight
2008-10-01
2
-2/+12
*
This patch removes setting the variable TEXPICTS in the tex tools and
Robert Managan
2008-09-30
1
-3/+3
*
Fixed an issue with the way the test was setting up the CPPPATH.
William Deegan
2008-09-26
1
-4/+4
*
Updated fix for bug 2082 adding support for D3DFX keyword and fixing python 1...
William Deegan
2008-09-26
2
-2/+6
*
Sort the results of unittest for RC scanner before comparing them.
William Deegan
2008-09-25
1
-0/+2
*
Make a naked except: block catch specific exceptions (and not
Steven Knight
2008-09-25
1
-1/+1
*
Fix for bugs 402 and 2082 - implement scanner for windows resource files.
William Deegan
2008-09-25
2
-0/+205
*
Change FUTURE markers to TODO(1.5) so we are all using the same style.
Greg Noel
2008-09-25
1
-1/+1
*
Python 2.2 portability (no .pop() method on dictionaries, ' in '
Steven Knight
2008-09-22
1
-1/+1
*
Fix the Latex scanner to search for graphics on the TEXINPUTS path
Robert Managan
2008-09-22
2
-5/+5
*
Fix syntax and semantic errors preventing regression tests from running on 1.5.2
Greg Noel
2008-09-22
1
-8/+10
*
Hefty update to the tex tool.
Robert Managan
2008-09-18
1
-36/+165
[next]