-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
32 additions
and
4 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
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,27 @@ | ||
### v0.2 | ||
|
||
- Fixed library transform for *nix platforms | ||
- Fixed recursive glob expansion with more then 9 groups | ||
- Added OS X tests | ||
- Added IDE generators tests | ||
- Added MSVS2015, Make, CMake and QtCreator project generators | ||
- Added SSE3/SSSE3/SSE4.1 & no exceptions flags | ||
- Added {path} and {file} properties to transforms | ||
- Added filters in nested variables | ||
- Added environment setup command in IDE project generators | ||
- Added path/file flag to target path regex capture groups | ||
- Renamed transform app -> application | ||
- Renamed transform obj -> objects | ||
- Renamed transform lib -> library | ||
- Renamed transform shlib -> shared_library | ||
- Removed transform shlib_dep (please check manual) | ||
- Removed EOL comments (only newline commets are allowed) | ||
- Misc : only allow transforms on whole path and not parts of it | ||
- Misc : auto detection of MSVS version | ||
- Misc : more detailed error reports | ||
- Misc : release as v0.2.1 on PyPi because of a mistake | ||
|
||
### v0.1 | ||
|
||
- Initial version | ||
- Misc : release as v0.1.2 on PyPi because of a mistake |
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