| Commit message (Expand) | Author | Age | Files | Lines |
* | Reorganize the repo. Moved src/engine/SCons to ./SCons to be more in line wit... | William Deegan | 2020-05-06 | 1 | -205/+0 |
|
|
* | Add msys2 installed mingw64 to PATH for mingw tool | William Deegan | 2020-03-09 | 1 | -0/+1 |
|
|
* | Merge pull request #3345 from mwichmann/py38warns4-tests | William Deegan | 2019-04-28 | 1 | -1/+1 |
|\ |
|
| * | [PY 3.8] file closes in tools and others | Mats Wichmann | 2019-04-25 | 1 | -1/+1 |
|
|
* | | Some more lint-derived cleanups | Mats Wichmann | 2019-04-27 | 1 | -1/+1 |
|/ |
|
* | PEP8 | William Deegan | 2019-03-11 | 1 | -29/+30 |
|
|
* | Fix issue #2799 - Get mingw tool to respect SHCCCOMSTR, SHLINKCOMSTR and LDMO... | William Deegan | 2019-03-11 | 1 | -2/+3 |
|
|
* | check to make sure that the CCFLAGS are a CLVar | Daniel | 2019-01-30 | 1 | -2/+6 |
|
|
* | fixed mingw emitter to convert str to node before accessing node member, and ... | Daniel | 2019-01-14 | 1 | -1/+2 |
|
|
* | Handful of changes to get clang tests passing on windows. Use glob to find o... | William Deegan | 2018-05-25 | 1 | -1/+20 |
|
|
* | added more default mingw paths per comments on pull request | William Deegan | 2018-03-25 | 1 | -2/+10 |
|
|
* | Fix clang and mingw tests | William Deegan | 2018-03-25 | 1 | -1/+6 |
|
|
* | Added find_program_path() to SCons.Tool. Logic was in mingw. Use this to al... | William Deegan | 2018-01-18 | 1 | -24/+7 |
|
|
* | Add better error messaging when missing (or surplus) shared library targets w... | William Deegan | 2016-11-28 | 1 | -1/+2 |
|
|
* | new versioned libraries - gnulink and cyglink for now | Pawel Tomulik | 2015-09-02 | 1 | -0/+1 |
|
|
* | - fixes for MinGW under Windows, mainly skipping MSVS-specific tests | Dirk Baechle | 2012-12-18 | 1 | -1/+2 |
|
|
* | Fix issue 2856. | Joshua Hughes | 2012-07-16 | 1 | -4/+4 |
|
|
* | remove reviews.py from src/test_strings.py list of files to check for SCons c... | William Deegan | 2011-03-19 | 1 | -4/+0 |
|
|
* | Bugfix for 2423 - mingw's emitter was passing strings instead of file nodes w... | William Deegan | 2010-11-27 | 1 | -7/+32 |
|
|
* | http://scons.tigris.org/issues/show_bug.cgi?id=2345 | Greg Noel | 2010-04-15 | 1 | -1/+1 |
|
|
* | Move 2.0 changes collected in branches/pending back to trunk for further | Greg Noel | 2010-03-25 | 1 | -1/+0 |
|
|
* | Add emacs and vim editing settings to the bottom of *.py files. | Steven Knight | 2009-02-09 | 1 | -0/+6 |
|
|
* | Update src/CHANGES.txt for recent checkins. | Steven Knight | 2009-01-10 | 1 | -1/+2 |
|
|
* | Fix issue #1175: allow WIN32_INSERT_DEF=0 to turn off --output-def in mingw l... | Gary Oberbrunner | 2009-01-07 | 1 | -1/+2 |
|
|
* | Merged revisions 2725-2865 via svnmerge from | Steven Knight | 2008-04-17 | 1 | -0/+1 |
|
|
* | Merged revisions 1502-1677,1679-1682,1684-1918,1920-1968,1970-2116,2118-2125,... | Steven Knight | 2007-07-15 | 1 | -9/+1 |
|
|
* | Merged revisions 1784-1824 via svnmerge from | Steven Knight | 2007-02-11 | 1 | -0/+1 |
|
|
* | Merged revisions 1738-1754,1756 via svnmerge from | Steven Knight | 2007-01-07 | 1 | -1/+1 |
|
|
* | Merged revisions 1582-1665 via svnmerge from | Steven Knight | 2006-11-02 | 1 | -2/+1 |
|
|
* | Deprecate $WIN32 variables name in place of $WINDOWS* variables names, and el... | Steven Knight | 2006-01-21 | 1 | -4/+8 |
|
|
* | Add use of $CPPDEFINES to $RCCOM on MinGW. (Amir Szekely) | Steven Knight | 2005-11-06 | 1 | -1/+1 |
|
|
* | Handle Visual Studio project and solution files in Unicode. (Chen Lee) | Steven Knight | 2005-08-13 | 1 | -1/+1 |
|
|
* | Add --include-dir and the source directory when calling the MinGW resource co... | Steven Knight | 2005-05-07 | 1 | -1/+1 |
|
|
* | Checkpoint refactorings to remove CommandGenerator and ToolSpec classes. | Steven Knight | 2005-03-06 | 1 | -1/+1 |
|
|
* | Move the canned Scanner objects out of Defaults.py and document how to add Sc... | Steven Knight | 2005-02-14 | 1 | -2/+2 |
|
|
* | Eliminate Executor's creation and use of a build_dict and a subst_dict, which... | Steven Knight | 2005-01-10 | 1 | -1/+1 |
|
|
* | Finish the display-customization variables: , , , , , and . | Steven Knight | 2005-01-07 | 1 | -1/+5 |
|
|
* | Two more win32 fixes: don't have SConfTests.py look for sin(), since it's av... | Steven Knight | 2004-07-08 | 1 | -2/+3 |
|
|
* | Fix spurious rebuilds/reinstalls of header files and circular dependencies wi... | Steven Knight | 2004-05-19 | 1 | -1/+1 |
|
|
* | Add support for extending the suffixes a scanner knows about. | Steven Knight | 2004-04-10 | 1 | -3/+1 |
|
|
* | Allow a list of emitters to be called in sequence. (Chad Austin) | Steven Knight | 2004-04-04 | 1 | -2/+2 |
|
|
* | Fix a bug with creation of shared libraries under MinGW. (Simon Perkins) | Steven Knight | 2004-04-02 | 1 | -1/+1 |
|
|
* | Initialize *FLAGS variables with objects that can add flags either as strings... | Steven Knight | 2004-02-26 | 1 | -8/+9 |
|
|
* | Fix an incorrect _concat() call in the definition for the mingw Tool. (Chad... | Steven Knight | 2003-12-02 | 1 | -1/+1 |
|
|
* | Refactor to use real Nodes for command-line attributes and eliminate PathList... | Steven Knight | 2003-05-06 | 1 | -2/+2 |
|
|
* | Implement Tool refactoring. (Chad Austin + Steve Leblanc) | Steven Knight | 2003-04-10 | 1 | -3/+2 |
|
|
* | Win32 portability. | Steven Knight | 2003-01-30 | 1 | -1/+3 |
|
|
* | Put the Copyright years in by script, not by hand. | Steven Knight | 2003-01-20 | 1 | -1/+1 |
|
|
* | Make shared/static objects less irritating. (Anthony Roach) | Steven Knight | 2003-01-18 | 1 | -0/+2 |
|
|
* | Update Copyright years. | Steven Knight | 2003-01-16 | 1 | -1/+1 |
|
|