summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | Add Textfile/Substfile to default.Mats Wichmann2018-11-173-0/+5
|/ /
| * move applelink test to use directory fixtureWilliam Deegan2018-12-054-24/+19
| * Doc updates. Some issues with generated files, but use for nowWilliam Deegan2018-12-05242-4180/+3297
| * Fix flag usage for APPLELINK_CURRENT_VERSION and APPLELINK_COMPATIBILITY_VERS...William Deegan2018-12-052-8/+8
| * Initial checkin of functional versioned shared libraries for applelink. Not l...William Deegan2018-12-048-42/+100
| * PEP8William Deegan2018-11-301-209/+273
| * PEP8 plus de-obfuscating some variable namesWilliam Deegan2018-11-301-68/+96
| * PEP8William Deegan2018-11-261-6/+9
| * PEP8William Deegan2018-11-261-1/+3
|/
* add logic to remove bad xsltproc from appveyor ci machines if it's present. T...William Deegan2018-11-141-1/+9
* Remove delete of file. It's causing appveyor to die even though the command s...William Deegan2018-11-141-4/+0
* Merge pull request #3240 from ArdaFu/masterWilliam Deegan2018-11-143-2/+40
|\
| * Modify changes.txt since this is a py3.5+ only issue.ArdaFu2018-11-141-2/+2
| * Fix cpp scanner regex logic to treat ifndef. Previously it was not properly d...ArdaFu2018-11-143-2/+40
|/
* Merge pull request #3239 from ptomulik/get_os_env_boolWilliam Deegan2018-11-133-20/+62
|\
| * refine get_env_bool() docstringsPaweł Tomulik2018-11-131-9/+9
| * s/get_bool_envvar/get_os_env_bool/Paweł Tomulik2018-11-133-13/+55
* | Merge branch 'master' of github.com:SCons/sconsWilliam Deegan2018-11-1331-150/+1686
|\ \ | |/
| * Merge pull request #3216 from ptomulik/virtualenvWilliam Deegan2018-11-1321-6/+1113
| |\
| | * corrections after bdbaddog's code reviewPaweł Tomulik2018-11-1017-138/+150
| | * initial support for virtualenvPaweł Tomulik2018-11-1019-6/+1101
| * | Merge pull request #3112 from bdbaddog/gh_sconsign_md5sum_issue_2980William Deegan2018-11-1211-144/+573
| |\ \ | | |/ | |/|
| | * Fix duplicated items in src/CHANGES.txtWilliam Deegan2018-11-121-23/+9
| | * Change test for str(node1) is str(node2) to use ==. Expecting that the strin...William Deegan2018-11-121-1/+4
| | * Resolve comments from @GaryO to clarify new code.William Deegan2018-11-121-2/+13
| | * Clarify and simplify logic in Node.get_binfo()William Deegan2018-11-121-4/+8
| | * Fix typosWilliam Deegan2018-11-121-1/+1
| | * Fix docstring on FileBuildInfo per comment from @dirkbaechleWilliam Deegan2018-11-121-3/+11
| | * Add test with MD5-timestamp decider and Repository usageWilliam Deegan2018-11-122-4/+93
| | * fix whitespace issuesWilliam Deegan2018-11-121-3/+0
| | * cleanup travis.xml fileWilliam Deegan2018-11-121-5/+0
| | * add note about saxon-xslt version 5.5 needing xsl and source file argument or...William Deegan2018-11-121-0/+2
| | * switch from izip to zip. no izip in py3William Deegan2018-11-122-3/+3
| | * Revisit caching of filename -> csig map and invalidate when reasonableWilliam Deegan2018-11-122-38/+29
| | * Add docstringWilliam Deegan2018-11-121-0/+8
| | * Change logic to ensure we only build the dependency map once per target file.William Deegan2018-11-121-3/+14
| | * Moved logic to handle Timestamp-MD5 decider issues into File() node. One min...William Deegan2018-11-122-152/+145
| | * Check in before migrating logic from Node() -> File(). Since the Timestamp-MD...William Deegan2018-11-121-3/+17
| | * move comment to docstring for LinkFunc()William Deegan2018-11-121-5/+7
| | * clarify docstring on decider functionWilliam Deegan2018-11-121-2/+2
| | * pull changes for this issue from WIP branch on mongo treeWilliam Deegan2018-11-122-23/+61
| | * Clear up some comments and convert comment to docstring where it makes senseWilliam Deegan2018-11-121-16/+24
| | * Update CHANGES.txt with info on bug fixed.William Deegan2018-11-121-0/+4
| | * set osx_image: xcode9.4William Deegan2018-11-121-0/+2
| | * add brew install pythonWilliam Deegan2018-11-121-0/+1
| | * add sudo: requiredWilliam Deegan2018-11-121-0/+3
| | * try travis ci mac builds as wellWilliam Deegan2018-11-122-38/+47
| | * change exists_file() method to skip adding files AND sigs for files in the ig...William Deegan2018-11-121-33/+50
| | * add method find_repo_file() which finds the file in it's known repositories. ...William Deegan2018-11-121-3/+28
| | * Remove extraneous parens in if statementsWilliam Deegan2018-11-121-4/+5