Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Fixed print()'s | William Deegan | 2016-05-09 | 1 | -9/+9 | |
| | | ||||||
| * | Fixed print()'s | William Deegan | 2016-05-09 | 1 | -3/+3 | |
| | | ||||||
| * | Fixed print()'s | William Deegan | 2016-05-09 | 1 | -1/+1 | |
| | | ||||||
| * | Fix typo in comment. | William Deegan | 2016-05-09 | 1 | -1/+1 | |
| | | ||||||
| * | Fixed embedded SConscript/SConstruct's usage of print. Had no parens. | William Deegan | 2016-05-09 | 1 | -5/+5 | |
| | | ||||||
| * | Fixed embedded SConscript/SConstruct's usage of print. Had no parens. | William Deegan | 2016-05-09 | 1 | -2/+2 | |
| | | ||||||
| * | Fixed embedded SConscript/SConstruct's usage of print. Had no parens. | William Deegan | 2016-05-09 | 1 | -16/+16 | |
| | | ||||||
| * | Fixed usage of linknames which needed to be defined outside of the two ↵ | William Deegan | 2016-05-09 | 1 | -1/+4 | |
| | | | | | | | | methods which share it's value and wasn't. Curious this only fails in python2.7 when __future__ is imported.. | |||||
| * | Fix missing right parent in print () function in generated SConstruct. | William Deegan | 2016-05-09 | 1 | -1/+2 | |
| | | ||||||
| * | Add from future import print_function to fix broken tests under python2.7 | William Deegan | 2016-05-09 | 1 | -1/+6 | |
| | | ||||||
| * | py2/3 compatibility changes. | William Deegan | 2016-05-09 | 1 | -4/+18 | |
| | | ||||||
| * | Guard checking for subprocess.mswindows by checking if on win32 platform | William Deegan | 2016-05-09 | 1 | -2/+2 | |
| | | ||||||
| * | merged | William Deegan | 2016-05-08 | 463 | -8884/+11646 | |
| |\ | ||||||
| | * | Commit resolved conflicted merge. | Russel Winder | 2016-04-10 | 58 | -216/+494 | |
| | |\ | ||||||
| | * \ | Resolved conflicting merge. | Russel Winder | 2016-03-01 | 16 | -45/+191 | |
| | |\ \ | ||||||
| | * | | | Remove all the six stuff. | Russel Winder | 2016-02-02 | 10 | -730/+17 | |
| | | | | | ||||||
| | * | | | Commit merge from default. | Russel Winder | 2016-02-02 | 5 | -1/+76 | |
| | |\ \ \ | ||||||
| | * | | | | Remove dummy file. | Russel Winder | 2016-01-25 | 1 | -0/+0 | |
| | | | | | | ||||||
| | * | | | | Add a dummy file to trigger a Codeship build. | Russel Winder | 2016-01-25 | 1 | -0/+0 | |
| | | | | | | ||||||
| | * | | | | Add a Shippable build file. | Russel Winder | 2016-01-25 | 1 | -0/+7 | |
| | | | | | | ||||||
| | * | | | | Resolving a batch of failing tests for python 2.7. | William Blevins | 2016-01-24 | 27 | -104/+101 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Note: please evaluate python 3.X compliance. | |||||
| | * | | | | Merge in default. | Russel Winder | 2016-01-19 | 14 | -15/+66 | |
| | |\ \ \ \ | ||||||
| | * \ \ \ \ | Merge default. | Russel Winder | 2016-01-18 | 1 | -1/+1 | |
| | |\ \ \ \ \ | ||||||
| | * \ \ \ \ \ | Merge in from default. | Russel Winder | 2016-01-15 | 5 | -10/+31 | |
| | |\ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ \ | Commit resolved conflicting merge. | Russel Winder | 2016-01-14 | 3 | -8/+31 | |
| | |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | Output changed so changed expected results. | Russel Winder | 2016-01-10 | 1 | -21/+21 | |
| | | | | | | | | | | ||||||
| | * | | | | | | | | Amend the message. | Russel Winder | 2016-01-10 | 1 | -1/+1 | |
| | | | | | | | | | | ||||||
| | * | | | | | | | | Refactor of test, but it still fails due to missing output from SCons. | Russel Winder | 2016-01-10 | 1 | -16/+21 | |
| | | | | | | | | | | ||||||
| | * | | | | | | | | Remove spurious space causing test fail. | Russel Winder | 2016-01-10 | 1 | -1/+1 | |
| | | | | | | | | | | ||||||
| | * | | | | | | | | Remove relative import. | Russel Winder | 2016-01-10 | 1 | -1/+1 | |
| | | | | | | | | | | ||||||
| | * | | | | | | | | Some more statement to function transforms. | Russel Winder | 2016-01-01 | 7 | -13/+13 | |
| | | | | | | | | | | ||||||
| | * | | | | | | | | Some more statement to function transforms. | Russel Winder | 2016-01-01 | 23 | -134/+134 | |
| | | | | | | | | | | ||||||
| | * | | | | | | | | Some more print statements to functions. | Russel Winder | 2016-01-01 | 22 | -85/+85 | |
| | | | | | | | | | | ||||||
| | * | | | | | | | | Some more print statements to functions. | Russel Winder | 2016-01-01 | 12 | -37/+40 | |
| | | | | | | | | | | ||||||
| | * | | | | | | | | Amend some missed print functions. | Russel Winder | 2016-01-01 | 1 | -4/+5 | |
| | | | | | | | | | | ||||||
| | * | | | | | | | | Run futurize --stage1. | Russel Winder | 2016-01-01 | 21 | -478/+509 | |
| | | | | | | | | | | ||||||
| | * | | | | | | | | Post merge commit for safety. Building Fortran code works, but tests fail. | Russel Winder | 2015-12-24 | 320 | -7443/+10280 | |
| | |\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | remove extra parens causing syntax error | William Deegan | 2015-02-26 | 1 | -1/+1 | |
| |/ / / / / / / / / | ||||||
| * | | | | | | | | | Merged default branch into python3-port to keep it up to date. | Gary Oberbrunner | 2014-08-23 | 232 | -2469/+5901 | |
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Hand-updated a few things to keep them python3-safe, and handled several merge conflicts. | |||||
| * | | | | | | | | | | Added six module as SCons.compat.six, for python3 port. | Gary Oberbrunner | 2014-04-20 | 16 | -81/+760 | |
| | | | | | | | | | | | ||||||
| * | | | | | | | | | | Added change log for python3 port | Gary Oberbrunner | 2014-04-06 | 1 | -0/+3 | |
| | | | | | | | | | | | ||||||
| * | | | | | | | | | | Main: No __future__.print_function (would affect exec()'d code). | Stefan Zimmermann | 2014-04-01 | 1 | -4/+6 | |
| | | | | | | | | | | | ||||||
| * | | | | | | | | | | test: site_scons/site_init: list() globals keys for looping to allow changes. | Stefan Zimmermann | 2014-04-01 | 1 | -1/+1 | |
| | | | | | | | | | | | ||||||
| * | | | | | | | | | | Main: Use exec() with compile(). | Stefan Zimmermann | 2014-04-01 | 1 | -1/+1 | |
| | | | | | | | | | | | ||||||
| * | | | | | | | | | | Tool.gs: Changed relative pdf import to absolute. | Stefan Zimmermann | 2014-03-31 | 1 | -1/+1 | |
| | | | | | | | | | | | ||||||
| * | | | | | | | | | | engine.SCons: More bytes/str fixes. | Stefan Zimmermann | 2014-03-31 | 3 | -3/+3 | |
| | | | | | | | | | | | ||||||
| * | | | | | | | | | | SConstruct: More bytes/str fixes. | Stefan Zimmermann | 2014-03-31 | 1 | -2/+3 | |
| | | | | | | | | | | | ||||||
| * | | | | | | | | | | Additional ()s for print. | Stefan Zimmermann | 2014-03-31 | 1 | -1/+1 | |
| | | | | | | | | | | | ||||||
| * | | | | | | | | | | Merged with [default] | Stefan Zimmermann | 2014-03-31 | 643 | -1412/+19319 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | fix some minor 2to3 issues on windows | Rocco Matano | 2014-03-07 | 3 | -13/+16 | |
| | | | | | | | | | | | |