-
-
Notifications
You must be signed in to change notification settings - Fork 325
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of github.com:SCons/scons
- Loading branch information
Showing
45 changed files
with
1,365 additions
and
216 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,13 @@ | ||
# Please bring your issue to the SCons users mailing list before filing an issue here | ||
# See: http://scons.org/bugs.html | ||
## Please bring your issue to the SCons users mailing list before filing an issue here | ||
## See: https://scons.org/bugs.html | ||
|
||
## If the issue is confirmed to be a bug please include the following information | ||
|
||
# If the issue is confirmed to be a bug please include the following information | ||
* Link to SCons Users thread discussing your issue. | ||
* Version of SCons | ||
* Version of Python | ||
* Which python distribution if applicable (python.org, cygwin, anaconda, macports, brew,etc) | ||
* How you installed SCons | ||
* What Platform are you on? (Linux/Windows and which version) | ||
* How to reproduce your issue? Please include a small self contained reproducer. Likely a SConstruct should do for most issues. | ||
* How you invoke scons (The command line you're using "scons --flags some_arguments") | ||
* How you invoke scons (The command line you're using "scons --flags some_arguments") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
## Remove this paragraph | ||
Please have a look at our developer documentation before submitting your Pull Request. | ||
|
||
http://scons.org/guidelines.html | ||
https://scons.org/guidelines.html | ||
|
||
|
||
## Contributor Checklist: | ||
|
||
* [ ] I have created a new test or updated the unit tests to cover the new/changed functionality. | ||
* [ ] I have updated `master/src/CHANGES.txt` directory (and read the `README.txt` in that directory) | ||
* [ ] I have updated the appropriate documentation | ||
* [ ] I have updated the appropriate documentation |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,8 +11,6 @@ addons: | |
os: | ||
- linux | ||
|
||
sudo: required | ||
|
||
install: | ||
- ./.travis/install.sh | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
scons (3.0.3) unstable; urgency=low | ||
|
||
* Maintenance Release | ||
|
||
-- William Deegan <[email protected]> Sat, 07 Jan 2018 19:44:18 -0700 | ||
|
||
scons (3.0.2) unstable; urgency=low | ||
|
||
* Maintenance Release | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<screen xmlns="http://www.scons.org/dbxsd/v1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.scons.org/dbxsd/v1.0 http://www.scons.org/dbxsd/v1.0/scons.xsd">% <userinput>scons -Q</userinput> | ||
cc -o f2.o -c f2.c | ||
cc -o f1.o -c f1.c | ||
cc -o f3.o -c f3.c | ||
cc -o f4.o -c f4.c | ||
cc -o f1.o -c f1.c | ||
cc -o f5.o -c f5.c | ||
cc -o f3.o -c f3.c | ||
cc -o f2.o -c f2.c | ||
cc -o prog f1.o f2.o f3.o f4.o f5.o | ||
</screen> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.