-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding CHANGES, retrospectively mined content
- Loading branch information
Showing
1 changed file
with
39 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,39 @@ | ||
# CHANGES | ||
|
||
## 0.1.2 | ||
|
||
* If errors are ignored, report this. This happens if an exec fails, and either -k is passed or the line starts '-' | ||
* fixed erroneous conversion of recursively-expanded variables into simply-expanded variables when appending, added test | ||
* Always report job submission | ||
* Implemented MAKECMDGOALS special variable, added test. Closes #39 | ||
* evaluating arguments for $(bagof T,G). Fixes issue #37 | ||
* fixes for #35 and #36 | ||
* Fix to prevent over-eager consumption of backslashes as part of target, fixes #33 | ||
* Declare debug topics in advance #31 | ||
* Added more efficient solution to merging duplicate variables due to @triska in comment on cf75abd | ||
* Added support for .IGNORE | ||
* Added support for .PHONY, and tests for .PHONY and .ONESHELL | ||
* braces in deplists were being misinterpreted as goals by parser, and substitution references weren't working on lists - both fixed | ||
* Handle quoted arguments correctly in wrapper script. Fixes #28 | ||
|
||
## 0.1.1 | ||
|
||
* Translate terms in prolog/endprolog block with expand_term/2 before asserting them. Fixes #21 | ||
* renamed swipl wrapper script. fixes #22 | ||
|
||
## 0.1.0 | ||
|
||
This release incorporates major changes from v0.0.3, contributed by @ihh, including multiple new features, including: | ||
|
||
* triggering builds based off changes to MD5 signatures | ||
* Support for cluster-based job queues. | ||
* Support for GNU-Make syntax as an alternative to prolog syntax (and the default) | ||
|
||
Many command line options may have changed, see README for details | ||
|
||
## 0.0.3 | ||
|
||
## 0.0.2 | ||
|
||
|
||
|