Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | py3. Fix vendor specific compilers importing c++ module, instead of cxx. c++ ↵ | William Deegan | 2017-03-20 | 6 | -14/+27 | |
| | | | | is no longer legal module name in py3 | |||||
* | py2/3 fixed binary/str issue, but test is still failing on py3 with _action ↵ | William Deegan | 2017-03-20 | 1 | -1/+1 | |
| | | | | signature changing. Need to investigate | |||||
* | Remove deprecated tool Subversion | William Deegan | 2017-03-20 | 3 | -207/+0 | |
| | ||||||
* | Remove deprecated tool SCCS | William Deegan | 2017-03-20 | 3 | -197/+1 | |
| | ||||||
* | Remove deprecated tool RCS | William Deegan | 2017-03-20 | 3 | -207/+1 | |
| | ||||||
* | Remove deprecated tool CVS | William Deegan | 2017-03-20 | 2 | -231/+0 | |
| | ||||||
* | Remove deprecated tool BitKeeper | William Deegan | 2017-03-20 | 3 | -190/+1 | |
| | ||||||
* | remove deprecated Perforce tool | William Deegan | 2017-03-20 | 3 | -229/+1 | |
| | ||||||
* | Fix pickled/base64 string to be string instead of bytecode before writing ↵ | William Deegan | 2017-03-20 | 1 | -9/+10 | |
| | | | | to file py2/3 | |||||
* | py2/3 remove rb from tex processing. | William Deegan | 2017-03-19 | 1 | -6/+6 | |
| | ||||||
* | py2/3 convert output from running swig to get version string to string. On ↵ | William Deegan | 2017-03-19 | 1 | -2/+2 | |
| | | | | py3 it was binary yielding all outputs of SWIGVERSION to be b'actual version' | |||||
* | Merged in rodrigc/scons (pull request #410) | William Deegan | 2017-03-13 | 10 | -17/+17 | |
|\ | | | | | | | When iterating over dict.items(), we do not need a new list. | |||||
| * | When iterating over dict.items(), we do not need a new list. | Craig Rodrigues | 2017-03-12 | 10 | -17/+17 | |
| | | ||||||
* | | Change the search order for D compilers. | Russel Winder | 2017-03-12 | 1 | -10/+9 | |
|/ | ||||||
* | Replace list(filter()) with list comprehension. | Craig Rodrigues | 2017-03-11 | 2 | -3/+3 | |
| | ||||||
* | Use print() function to fix py2/3 | Craig Rodrigues | 2017-03-10 | 1 | -3/+3 | |
| | ||||||
* | Fix missing quote in user documentation about Substfile | philippe coval | 2017-01-20 | 1 | -1/+1 | |
| | ||||||
* | Fix merge errors | William Deegan | 2017-01-15 | 1 | -4/+0 | |
| | ||||||
* | merge heads | William Deegan | 2017-01-15 | 14 | -286/+556 | |
|\ | ||||||
| * | Make c++ proxy files to the cxx forms | Jason Kenny | 2016-12-23 | 12 | -285/+550 | |
| | | | | | | | | Change the old c++ files to be cxx to help make it easier and safer to import correctly | |||||
| * | merge heads | William Deegan | 2016-11-28 | 3 | -4/+5 | |
| |\ | ||||||
| | * | Fix tests failing on win32 AR and Fortran and M4 | William Deegan | 2016-11-28 | 2 | -3/+3 | |
| | | | ||||||
| | * | Add better error messaging when missing (or surplus) shared library targets ↵ | William Deegan | 2016-11-28 | 1 | -1/+2 | |
| | | | | | | | | | | | | with file extension | |||||
| | * | Merged scons/scons into default | William Deegan | 2016-10-17 | 16 | -44/+47 | |
| | |\ | ||||||
* | | | | changes to force SCons to respect RANLIB when initializing ar tools | William Deegan | 2017-01-15 | 2 | -3/+3 | |
|/ / / | ||||||
* | | | tests for msvc version specific PCHPDBFLAGS changes | William Deegan | 2016-11-28 | 1 | -9/+16 | |
| | | | ||||||
* | | | update from upstream | William Deegan | 2016-11-27 | 4 | -8/+22 | |
|\ \ \ | ||||||
| * | | | fix PCHPDBFLAGS changes to not crash if version of MSVC is unknown, and ↵ | William Deegan | 2016-11-27 | 2 | -9/+15 | |
| | | | | | | | | | | | | | | | | default to old value | |||||
| * | | | Merged in rviney/scons (pull request #249) | William Deegan | 2016-11-27 | 2 | -3/+9 | |
| |\ \ \ | ||||||
| | * \ \ | Merged scons/scons into default | Richard Viney | 2016-07-10 | 84 | -822/+658 | |
| | |\ \ \ | ||||||
| | * \ \ \ | Merged scons/scons into default | Richard Viney | 2015-09-25 | 21 | -372/+1103 | |
| | |\ \ \ \ | ||||||
| | * | | | | | Fix PCHPDBFLAGS causing a deprecation warning on MSVC v8 and later when ↵ | Richard Viney | 2015-09-18 | 2 | -3/+9 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | using PCHs and PDBs together | |||||
| * | | | | | | fix for invalid xml getting generated to SCons generated visual studio projects | Daniel Moody | 2016-11-11 | 1 | -0/+2 | |
| | |_|_|_|/ | |/| | | | | | | | | | | | | | | | | made test for this in commit ebf8e9ebf3ac | |||||
* | | | | | | Fix some minor formatting issues flagged by pycharms | William Deegan | 2016-10-25 | 1 | -5/+5 | |
| | | | | | | ||||||
* | | | | | | update from upstream | William Deegan | 2016-09-30 | 16 | -44/+47 | |
|\ \ \ \ \ \ | |/ / / / / | | | | | / | |_|_|_|/ |/| | | | | ||||||
| * | | | | Ensuring that FS.get_text_contents returns actual text. | William Blevins | 2016-09-24 | 1 | -1/+1 | |
| | | | | | ||||||
| * | | | | Initial python3 cut of test/Fortran. | William Blevins | 2016-09-23 | 1 | -1/+1 | |
| | | | | | ||||||
| * | | | | Merged in williamblevins/scons (pull request #357) | William Deegan | 2016-09-22 | 1 | -0/+2 | |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | Sorting RPM tarball sources to correct nondeterminism in ordering. | |||||
| | * | | | | Sorting RPM tarball sources to correct nondeterminism in ordering. | William Blevins | 2016-09-18 | 1 | -0/+2 | |
| | | | | | | ||||||
| * | | | | | Fixing QMTest str and bytes issues. | William Blevins | 2016-09-20 | 1 | -1/+1 | |
| | | | | | | ||||||
| * | | | | | Futurize stage 2 2to3 fixes only. | William Blevins | 2016-09-20 | 15 | -36/+36 | |
| |/ / / / | ||||||
| * | | | | Merged in dholth/scons (pull request #348) | William Deegan | 2016-09-11 | 1 | -7/+8 | |
| |\ \ \ \ | ||||||
| | * | | | | centralize the preferred pickle protocol; use highest protocol. | Daniel Holth | 2016-06-20 | 1 | -7/+8 | |
| | | |_|/ | | |/| | | ||||||
* | | | | | updated from upstream | William Deegan | 2016-08-12 | 1 | -1/+4 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | Fix float conversion for Express editions where the version number is ↵ | mlimber | 2016-07-06 | 1 | -1/+4 | |
| |/ / / | | | | | | | | | | | | | | | | | | | | | reported as "10.0Exp", which fails the float conversion with: Error : ValueError: invalid literal for float(): 10.0Exp. | |||||
* | | | | Merged scons/scons into default | William Deegan | 2016-06-14 | 66 | -434/+485 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Remove debug code to reenable python version specific tool module loading code. | William Deegan | 2016-05-23 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | use old tool loading code for py2, and new code (not quite working yet) for py3 | William Deegan | 2016-05-23 | 1 | -48/+53 | |
| | | | | ||||||
| * | | | minor improvement to Tool loading code for py2/3 compat | William Deegan | 2016-05-19 | 1 | -14/+15 | |
| | | | | ||||||
| * | | | fix for module loading to us importlib instead of imp (which no longer works ↵ | William Deegan | 2016-05-19 | 1 | -20/+48 | |
| | | | | | | | | | | | | | | | | in pyton3) |