summaryrefslogtreecommitdiffstats
path: root/test/Deprecated/SourceCode/SourceCode.py
Commit message (Collapse)AuthorAgeFilesLines
* fix test which was referring to tigris mailing list instead of current ↵William Deegan2014-07-291-1/+1
| | | | scons.or mailing list
* Fix development mailing list with a new address @scons.organatoly techtonik2014-05-281-1/+1
|
* http://scons.tigris.org/issues/show_bug.cgi?id=2365Greg Noel2010-05-281-7/+20
| | | | | | Start the deprecation cycle for SourceCode() and its related factory functions. Deprecation messages are added to the functions. Regression tests are modified to deal with the messages being generated. Documentation is updated.
* Move tests for SourceCode() into test/Deprecated as a preliminary to beginningGreg Noel2010-05-261-0/+110
the deprecation cycle.