summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Tool/f77.py
Commit message (Expand)AuthorAgeFilesLines
* Add emacs and vim editing settings to the bottom of *.py files.Steven Knight2009-02-091-0/+6
* Merged revisions 2867-2879 via svnmerge fromSteven Knight2008-04-191-87/+8
* Merged revisions 1784-1824 via svnmerge fromSteven Knight2007-02-111-0/+1
* Handle Visual Studio project and solution files in Unicode. (Chen Lee)Steven Knight2005-08-131-5/+5
* Move the canned Scanner objects out of Defaults.py and document how to add Sc...Steven Knight2005-02-141-1/+1
* Eliminate Executor's creation and use of a build_dict and a subst_dict, which...Steven Knight2005-01-101-1/+1
* Add Fortran COMSTR variables for output customizability.Steven Knight2004-11-201-13/+21
* Fix handling of ${F77,F90,F95,FORTRAN}COM so they can be overridden properly.Steven Knight2004-08-111-20/+33
* Add Fortran 90/95 support. (Chris Murray)Steven Knight2004-07-291-19/+61
* Remove dead imports and other things found by PyChecker.Steven Knight2004-06-011-2/+0
* Initialize *FLAGS variables with objects that can add flags either as strings...Steven Knight2004-02-261-2/+2
* Use sys.stdout.write() instead of print so line feeds in -j output will stay ...Steven Knight2003-11-101-3/+3
* Add support for a platform-independent CPPDEFINES variable.Steven Knight2003-08-021-2/+2
* Implement tool chains for AIX, SunOS, and HP-UX. (Steve Leblanc)Steven Knight2003-04-241-0/+73