summaryrefslogtreecommitdiffstats
path: root/SConstruct
Commit message (Collapse)AuthorAgeFilesLines
* version string changes for 3.0.0 alphaWilliam Deegan2017-08-231-1/+1
|
* Add DEB_DATE for producing debian style date for deb/changelog. Fix version ↵William Deegan2017-08-051-3/+11
| | | | string logic for producing .deb packages
* Fix py3x throwing UnicodeDecodeError on unicode items in files run through ↵William Deegan2017-08-041-57/+39
| | | | SCons_Revision builder. Also explicitly skip adding revision info to jpg and png files. Update usage of md5 (use hashlib.md5).
* changes to prep for 3.0.0 alphaWilliam Deegan2017-06-141-3/+3
|
* testWilliam Deegan2017-04-241-1/+0
|
* kick buildbotJane Doe2017-04-211-0/+2
|
* py2/3 initial changes to try and get SCons build working with py3William Deegan2017-04-101-10/+25
|
* Make bootstrap.py work again and work on Ubuntu Xenial.Manish Vachharajani2017-03-221-2/+4
| | | | | Added *cxx.py files to Manifest.in, removed VCS modules that were deleted, and updated debian package build information.
* Merged scons/scons into defaultWilliam Deegan2017-03-191-0/+1
|\
| * kick buildbotWilliam Deegan2017-03-131-0/+1
| |
* | remove byte regular expression as no longer validWilliam Deegan2017-03-191-1/+1
|/
* manually merge packaging updates from 2.5.1William Deegan2016-11-031-3/+5
|
* 'with open' in own SConstructDaniel Holth2016-06-201-2/+4
|
* Commit resolved conflicted merge.Russel Winder2016-04-101-7/+6
|\
| * changes for 2.5.0 releaseWilliam Deegan2016-04-091-3/+3
| |
* | Some more print statements to functions.Russel Winder2016-01-011-2/+3
| |
* | Post merge commit for safety. Building Fortran code works, but tests fail.Russel Winder2015-12-241-41/+47
|\ \ | |/
| * remove logic to get revision from subversion. Long since obsoleted for SCons ↵William Deegan2015-11-241-23/+2
| | | | | | | | development
| * change release config files to post release stateWilliam Deegan2015-11-111-2/+2
| |
| * merge changes from 2.4.1 release to defaultWilliam Deegan2015-11-091-2/+2
| |
| * release 2.4.0William Deegan2015-09-211-2/+2
| |
| * post 2.3.6 release changesWilliam Deegan2015-08-011-2/+2
| |
| * merging 2.3.5 changesWilliam Deegan2015-06-201-3/+3
| |
| * reverting 3320William Deegan2015-06-181-3/+3
| |
| * reverting 3321William Deegan2015-06-181-1/+1
| |
| * Release 2.3.5.final.0William Deegan2015-06-151-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Important changes -- Extended docs for InstallVersionedLib/SharedLibrary, -- Fixed symlink support (PR #227, #2395). -- Fixed incomplete LIBS flattening and substitution in Program scanner(PR #205, #2954). -- Added new method rentry_exists_on_disk to Node.FS (PR #193). -- Add support for f08 file extensions for Fortran 2008 code. -- Show --config choices if no argument is specified (PR #202). -- Fixed build crash when XML toolchain isn't installed, and activated compression for ZIP archives. -- Fix for VersionedSharedLibrary under 'sunos' platform. -- Fixed dll link with precompiled headers on MSVC 2012 -- Added an 'exclude' parameter to Glob() -- Support for multiple cmdargs (one per variant) in VS project files. -- Various improvements for TempFileMunge class. -- Added an implementation for Visual Studio users files (PR #209). -- Added support for the 'PlatformToolset' tag in VS project files (#2978). -- Added support for '-isystem' to ParseFlags.
| * Release 2.3.5.final.0William Deegan2015-06-151-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Important changes -- Extended docs for InstallVersionedLib/SharedLibrary, -- Fixed symlink support (PR #227, #2395). -- Fixed incomplete LIBS flattening and substitution in Program scanner(PR #205, #2954). -- Added new method rentry_exists_on_disk to Node.FS (PR #193). -- Add support for f08 file extensions for Fortran 2008 code. -- Show --config choices if no argument is specified (PR #202). -- Fixed build crash when XML toolchain isn't installed, and activated compression for ZIP archives. -- Fix for VersionedSharedLibrary under 'sunos' platform. -- Fixed dll link with precompiled headers on MSVC 2012 -- Added an 'exclude' parameter to Glob() -- Support for multiple cmdargs (one per variant) in VS project files. -- Various improvements for TempFileMunge class. -- Added an implementation for Visual Studio users files (PR #209). -- Added support for the 'PlatformToolset' tag in VS project files (#2978). -- Added support for '-isystem' to ParseFlags.
| * Merged in bdbaddog/scons (pull request #230), extending docs for ↵Dirk Baechle2015-04-061-6/+23
| |\ | | | | | | | | | InstallVersionedLib and SharedLibrary
| | * logic to automatically detect if the wininst*.exe is in the python install, ↵William Deegan2015-03-271-0/+5
| | | | | | | | | | | | and skip building windows packages if it's not possible on this platform
| | * some debug code to figure out why failingWilliam Deegan2015-03-271-0/+2
| | |
| | * some debug code to figure out why failingWilliam Deegan2015-03-271-0/+2
| | |
| | * add SKIP_WIN_PACKAGES bootstrap.py flag to allow skipping building win ↵William Deegan2015-03-261-6/+17
| |/ | | | | | | packages. Debian seems to skip shipping the wininst*.exe files and so will fail when trying to build these
| * Change to use function to determine if it'sa windows platform. checking for ↵bdbaddog2015-02-161-4/+10
| | | | | | | | win32 was insufficient on 64 bit windows which distutils sets the platform to win-amd64
| * Always build 32 and 64 bit versions of the windows installer. No reason to ↵William Deegan2015-02-151-9/+12
| | | | | | | | only build the native version since python can build both regardless of currrent platform
| * SConstruct: Compress SCons .zip archivesanatoly techtonik2015-02-031-2/+3
| | | | | | | | | | See https://pairlist2.pair.net/pipermail/scons-dev/2015-January/002151.html
| * Put default branch back to develop mode, post 2.3.4.Gary Oberbrunner2014-09-271-2/+2
| |
| * Apply 2.3.3 release auto changes to default branchGary Oberbrunner2014-08-241-2/+2
| |
* | SConstruct: More bytes/str fixes.Stefan Zimmermann2014-03-311-2/+3
| |
* | Merged with [default]Stefan Zimmermann2014-03-311-3/+1
|\ \ | |/
| * Put back into develop mode post-2.3.1 release;Gary Oberbrunner2014-03-041-1/+1
| | | | | | | | also improve update-release-info.py to use shorter copyright year strings.
| * No need to update copyright_years in QMTest/TestSCons.py anymoreanatoly techtonik2014-02-251-2/+0
| |
| * Update copyright years for 2014anatoly techtonik2014-02-111-1/+1
| |
* | Merged with [default]Stefan Zimmermann2014-03-311-1/+4
|\ \ | |/
| * release process: Fix deb filename to agree with what's actually generated.Gary Oberbrunner2013-12-271-1/+4
| |
* | SConstruct: open() in text mode. Fixed octal literals.Stefan Zimmermann2013-12-271-12/+12
| |
* | Made former 2to3 changes Python 2.7 compatible (or removed unneeded changes).Stefan Zimmermann2014-03-311-7/+8
|/
* - patched setup.py and several MANIFEST files, such that the docbook-xslDirk Baechle2013-05-041-2/+4
| | | | | | folder and all additional documentation sources get packaged properly - added basic support for wildcards and recursive globbing in MANIFEST files - added missing JPG/SVG files
* - relinked the build of all documentation outputs to the bootstrap processDirk Baechle2013-05-031-1/+13
| | | | - corrected the doc folder SConscripts and added XSL and titlepage files where required
* SConstruct: rpm refuses to build SCons package without rpmbuildanatoly techtonik2013-04-221-1/+1
| | | | installed (Fedora 18)
* Move back to 'develop' mode after rel_2.3.0.Gary Oberbrunner2013-03-041-2/+2
|