Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | | Fixed re.sub for PY3 print() in TestCmd.write(). | Stefan Zimmermann | 2014-01-08 | 1 | -1/+1 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | Some more six.PY2/PY3 usage. | Stefan Zimmermann | 2014-01-08 | 4 | -17/+20 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | Merged with [default] | Stefan Zimmermann | 2014-03-31 | 152 | -2738/+5122 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | Another list(*.keys()) for item deletion loop. | Stefan Zimmermann | 2013-12-27 | 1 | -1/+1 | |
| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | ActionTests: No string.join(). b prefix for assert Action.get_contents(). | Stefan Zimmermann | 2013-12-27 | 1 | -37/+37 | |
| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | More __cmp__ to __eq__ (and __lt__). Resolved some UnboundLocalErrors after ↵ | Stefan Zimmermann | 2014-03-31 | 11 | -35/+51 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | except. | |||||
| * | | | | | | | | | | | | Use exec() with compile() to preserve script name. | Stefan Zimmermann | 2013-12-27 | 1 | -2/+2 | |
| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | doc/SConscript: Fixed octal literal. | Stefan Zimmermann | 2013-12-27 | 1 | -1/+1 | |
| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Environment.py: __cmp__ to __eq__. list(*.keys()) for item deletion loops. | Stefan Zimmermann | 2013-12-27 | 1 | -4/+4 | |
| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | copy_func: return 0 instead of return shutil.* | Stefan Zimmermann | 2013-12-27 | 1 | -3/+3 | |
| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | SConstruct: open() in text mode. Fixed octal literals. | Stefan Zimmermann | 2013-12-27 | 1 | -12/+12 | |
| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | QMTest: open() in text mode. Add ()s to prints on writing test scripts from str. | Stefan Zimmermann | 2013-12-27 | 2 | -3/+7 | |
| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Made former 2to3 changes Python 2.7 compatible (or removed unneeded changes). | Stefan Zimmermann | 2014-03-31 | 140 | -418/+566 | |
| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | setup.py: don't error on py3 | ndbecker2 | 2013-09-10 | 1 | -8/+0 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (transplanted from 16fc64cadd68f2f9032c14d04bc0bf94f99b71a4) | |||||
| * | | | | | | | | | | | | fix for cpp scanner (maybe) | ndbecker2 | 2013-09-09 | 2 | -2/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (transplanted from c68b1a5da5ad47befc3a7e802d8ae23372f0e1a8) | |||||
| * | | | | | | | | | | | | minor cleanup | ndbecker2 | 2013-09-09 | 2 | -7/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (transplanted from 4feb1b15eb7a0c76cb020e09817c509a782d45b7) | |||||
| * | | | | | | | | | | | | 2 minor issues | ndbecker2 | 2013-09-09 | 2 | -2/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (transplanted from 6711a6b819f61764bb82c0f32a251b91ec66a0b2) | |||||
| * | | | | | | | | | | | | Manual python3 post-2to3 fixes from Neal Becker | Gary Oberbrunner | 2013-09-22 | 19 | -62/+76 | |
| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Result of raw 2to3 run (2to3-2.7); checkpoint for python3 conversion. | Gary Oberbrunner | 2013-09-22 | 221 | -3282/+3292 | |
| | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | Added tag pre_python3_merge for changeset d324238a3080 | William Deegan | 2016-05-23 | 0 | -0/+0 | |
| | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | correct typos in test/LINK/{SHLIB,LDMODULE}VERSIONFLAGS.py | ptomulik | 2016-05-16 | 2 | -2/+2 | |
| | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | add blurb to src/CHANGES.txt for #319 | Pawel Tomulik | 2016-05-15 | 1 | -0/+9 | |
| | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | regression tests for #319 | Pawel Tomulik | 2016-05-14 | 3 | -9/+91 | |
| | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | fixed issue with _xxxxxxVERSIONFLAGS | Pawel Tomulik | 2016-05-11 | 1 | -2/+2 | |
| |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | ||||||
* | | | | | | | | | | | | reset files to development mode | William Deegan | 2016-04-09 | 4 | -45/+48 | |
| | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | Merged in rel_2.5.0 (pull request #312) | William Deegan | 2016-04-09 | 16 | -152/+157 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rel_2.5.0 | |||||
| * | | | | | | | | | | | | updated copyright on manpage. TODO: fix update-release-files.sh to do this ↵ | William Deegan | 2016-04-09 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | automatically | |||||
| * | | | | | | | | | | | | changes for 2.5.0 release | William Deegan | 2016-04-09 | 8 | -31/+31 | |
| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Updates to Changes, Release, Announce | William Deegan | 2016-04-09 | 4 | -86/+91 | |
| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Regenerated docs for 2.5.0 release | William Deegan | 2016-04-09 | 6 | -33/+33 | |
| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Added tag 2.5.0 for changeset 97f8f2f9186f | William Deegan | 2016-04-09 | 0 | -0/+0 | |
| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Final auto updates for 2.5.0 release | William Deegan | 2016-04-09 | 0 | -0/+0 | |
|/ / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | Merged in techtonik/scons (pull request #308) | William Deegan | 2016-04-09 | 2 | -6/+6 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Improve a few docs and messages | |||||
| * | | | | | | | | | | | | Fix formatting in SConf check example | anatoly techtonik | 2016-03-02 | 1 | -4/+4 | |
| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | script/scons.py - improve error message on missing engine files | anatoly techtonik | 2016-03-02 | 1 | -2/+2 | |
| | |_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | ||||||
* | | | | | | | | | | | | Merged in thosrtanner/scons-cache-name (pull request #302) | William Deegan | 2016-04-08 | 42 | -73/+309 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change the cache to use 2-character directories rather than one. Also makes a lot more tests run on windows | |||||
| * | | | | | | | | | | | | Migrate stuff to the right place | Thomas Tanner | 2016-03-20 | 2 | -8/+8 | |
| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Add some release notes | Thomas Tanner | 2016-03-19 | 1 | -0/+8 | |
| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | oopa | Thomas Tanner | 2016-03-19 | 1 | -4/+2 | |
| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Add some error recovery, cleanup scons-configure-cache | Thomas Tanner | 2016-03-19 | 2 | -24/+56 | |
| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Cleanup of code/comments and rename and rewrite of upgrade script | Thomas Tanner | 2016-03-19 | 6 | -103/+151 | |
| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Update to produce warning message. | Thomas Tanner | 2016-03-13 | 4 | -6/+39 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This also means an existing empty cache directory will be treated as v2 (which is probably a good idea...) | |||||
| * | | | | | | | | | | | | improve behaviour | Thomas Tanner | 2016-03-12 | 5 | -19/+73 | |
| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | *sigh* Remove commented out code which I couldn't do with an amend | Thomas Tanner | 2016-01-31 | 1 | -1/+0 | |
| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Fix for backslash being treated as an escape character | Thomas Tanner | 2016-01-30 | 34 | -60/+62 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | On my windows system, my python is in c:\apps\32\python. Theres a lot of places where that \32 gets turned into an ascii character and the unit tests don't run. | |||||
| * | | | | | | | | | | | | Change the cache to use the first two characters of the md5 for the directory | Thomas Tanner | 2016-01-30 | 3 | -2/+64 | |
| | |_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | name (more smaller directories, because they tend to get huge otherwise) | |||||
* | | | | | | | | | | | | fix issues with bad characters and got it working on macosx | William Deegan | 2016-04-03 | 1 | -6/+19 | |
| | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | Rewrite file-names.py test so that it runs successfully. | Tom Plunket | 2016-03-23 | 1 | -35/+57 | |
| |/ / / / / / / / / / |/| | | | | | | | | | | ||||||
* | | | | | | | | | | | Merged in williamblevins/scons_20150323 (pull request #306) | William Deegan | 2016-02-29 | 1 | -0/+11 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | Issue 2264: Updated CHANGES.txt to include Cross Language notes. | William Blevins | 2016-02-22 | 1 | -1/+12 | |
| | | | | | | | | | | | |