summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Tool/Perforce.py
Commit message (Collapse)AuthorAgeFilesLines
* removed several pre-2.7 methods and imports, including some basic refactoringsDirk Baechle2015-12-101-5/+1
|
* http://scons.tigris.org/issues/show_bug.cgi?id=2365Greg Noel2010-05-281-3/+2
| | | | | | 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.
* Spell the Windows environment variables consistently "SystemDrive"Steven Knight2009-02-191-1/+1
| | | | and "SystemRoot" instead of "SYSTEMDRIVE" and "SYSTEMROOT".
* Add emacs and vim editing settings to the bottom of *.py files.Steven Knight2009-02-091-0/+6
|
* Deprecate $WIN32 variables name in place of $WINDOWS* variables names, and ↵Steven Knight2006-01-211-1/+1
| | | | eliminate other Win32 references.
* Remove widespread reliance on SCons.Node.FS.default_fs so we can initialize ↵Steven Knight2005-04-021-1/+1
| | | | it once (later than we used to) and eliminate all the __setTopLevelDir() calls.
* More command-line customizability: , , , , , , .Steven Knight2005-01-061-2/+6
|
* Remove dead imports and other things found by PyChecker.Steven Knight2004-06-011-1/+2
|
* Initialize *FLAGS variables with objects that can add flags either as ↵Steven Knight2004-02-261-2/+2
| | | | strings or lists.
* Refactor to use real Nodes for command-line attributes and eliminate ↵Steven Knight2003-05-061-1/+1
| | | | PathList. (Charles Crain)
* Implement Tool refactoring. (Chad Austin + Steve Leblanc)Steven Knight2003-04-101-1/+1
|
* Fix a bug when BuildDir(duplicate=0) is used with multiple SConscript files. ↵Steven Knight2003-03-301-4/+9
| | | | (Charles Crain)
* Add support for Perforce. (Charles Crain)Steven Knight2003-02-251-0/+88