summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Platform/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Post merge commit for safety. Building Fortran code works, but tests fail.Russel Winder2015-12-241-10/+34
|\
| * removed several pre-2.7 methods and imports, including some basic refactoringsDirk Baechle2015-12-101-1/+1
| * TempFileMunge does not use env['CXXCOMSTR'] for output display.LaurentMarchelli2014-12-021-4/+9
| * Using setattr(Node.attributes, 'tempfile_cmdlist', cmdlist) instead than seta...LaurentMarchelli2014-11-271-10/+12
| * TempFileMunge duplicate output and duplicate temporary file generation bug fi...LaurentMarchelli2014-11-261-1/+16
| * - updated doc string and simplified a comparison, based on PR review commentsDirk Baechle2014-08-241-1/+1
| * - fix for issue #2970, false line length calculation in TempFileMunge classDirk Baechle2014-08-211-1/+2
* | Made former 2to3 changes Python 2.7 compatible (or removed unneeded changes).Stefan Zimmermann2014-03-311-0/+1
* | Result of raw 2to3 run (2to3-2.7); checkpoint for python3 conversion.Gary Oberbrunner2013-09-221-2/+2
|/
* Convert old-style classes in Platform/__init.py to new-style classes. Add an...Steven Knight2010-05-171-5/+8
* Rewrite uses of reduce(), which is being deprecated for Python 3.x.Steven Knight2010-04-201-1/+4
* http://scons.tigris.org/issues/show_bug.cgi?id=2345Greg Noel2010-04-151-1/+1
* Move 2.0 changes collected in branches/pending back to trunk for furtherGreg Noel2010-03-251-11/+10
* Apply patch submitted in issue #947 to fix race condition inGary Oberbrunner2009-11-151-3/+6
* Add emacs and vim editing settings to the bottom of *.py files.Steven Knight2009-02-091-0/+6
* Capture a test case to verify correct behavior of $( $) on long linesSteven Knight2009-02-071-1/+12
* Merged revisions 1540-1545,1547-1581 via svnmerge fromSteven Knight2006-08-061-5/+12
* Deprecate $WIN32 variables name in place of $WINDOWS* variables names, and el...Steven Knight2006-01-211-4/+4
* Give the subst logic its own SCons.Subst module. It's big enough.Steven Knight2005-09-191-1/+1
* Parameterize the '@' prefix when calling TempFileMunge(). (Bjorn Eriksson)Steven Knight2005-08-061-45/+57
* Add TempFileMunge support to AIX, Cygwin, HP-UX, Linux/UNIX and SunOS. (Lean...Steven Knight2005-03-101-0/+71
* Add support for the darwin (Mac OS X) platform. (James Juhasz)Steven Knight2004-08-181-0/+2
* Remove dead imports and other things found by PyChecker.Steven Knight2004-06-011-0/+1
* Implement tool chains for AIX, SunOS, and HP-UX. (Steve Leblanc)Steven Knight2003-04-241-0/+6
* Support importing Platform and Tool specifications directly.Steven Knight2003-02-081-1/+2
* Add IRIX and MIPSPro support. (Chad Austin)Steven Knight2003-01-291-1/+5
* Put the Copyright years in by script, not by hand.Steven Knight2003-01-201-1/+1
* Update Copyright years.Steven Knight2003-01-161-1/+1
* Necessary changes towards supporting Jython.Steven Knight2003-01-151-8/+14
* Fix the tests that broke from the tool auto-detect stuff. (Anthony Roach and...Steven Knight2002-09-051-2/+2
* Make SCons/Tool/ifl.py get included in the win32 package, make Microsoft tool...Steven Knight2002-08-301-3/+2
* Dynamically check for the existence of utilities. (sam th)Steven Knight2002-08-291-1/+1
* Add a prototype os2 Platform() module.Steven Knight2002-07-081-1/+3
* Make sure we identify cygwin systems and set environment defaults correctly.Steven Knight2002-06-281-6/+9
* Check in the Tool() interface. (SK and Charles Crain)Steven Knight2002-06-201-10/+22
* Supply more specific version info, including build date.Steven Knight2002-06-181-2/+0
* Add a Platform() method.Steven Knight2002-05-091-0/+92