Captured changes since alpha6
This commit is contained in:
parent
4f8551b7d0
commit
9edfe480bc
18
CHANGES.txt
18
CHANGES.txt
@ -5,6 +5,24 @@
|
|||||||
See https://github.com/premake/premake-core/wiki/What's-New-in-5.0
|
See https://github.com/premake/premake-core/wiki/What's-New-in-5.0
|
||||||
for the complete list of changes from the Premake 4.x series.
|
for the complete list of changes from the Premake 4.x series.
|
||||||
|
|
||||||
|
Since 5.0-alpha6:
|
||||||
|
|
||||||
|
* New API: additionalusingdirectories()
|
||||||
|
* New API: largeaddressaware()
|
||||||
|
* New: Embed bytecode to enable better debugging information
|
||||||
|
* New: Display elapsed time at completion
|
||||||
|
* New: Utility project support for Makefiles
|
||||||
|
* New: Enabled SSL support in HTTP functions
|
||||||
|
* Fix: Reduce memory usage during baking
|
||||||
|
* Fix: Improve performance of wildcard processing
|
||||||
|
* Fix: Preserve environment in recursive token expansion
|
||||||
|
* Fix: Added missing defines in bootstrap script
|
||||||
|
* Fix: Remove /usr/lib64 directories from Mac builds
|
||||||
|
* Fix: Added newline after UTF-8 marker in Visual Studio projects
|
||||||
|
* Fix: Duplicate escaping on include directories in Makefiles
|
||||||
|
* Fix: os.isdir() now works with Windows symbolic links
|
||||||
|
* Fix: Use correct path separators in C# response files
|
||||||
|
|
||||||
Since 5.0-alpha5:
|
Since 5.0-alpha5:
|
||||||
|
|
||||||
* New API: ignoredefaultlibraries()
|
* New API: ignoredefaultlibraries()
|
||||||
|
@ -24,23 +24,21 @@ Patch contributors:
|
|||||||
* module loading fixes
|
* module loading fixes
|
||||||
* bug fixes
|
* bug fixes
|
||||||
Gabi Davar <gabi.davar@discretix.com>
|
Gabi Davar <gabi.davar@discretix.com>
|
||||||
* Added file.directory to token environment
|
* added file.directory to token environment
|
||||||
João Matos (joao@tritao.eu)
|
João Matos (joao@tritao.eu)
|
||||||
* HTTP download support
|
* HTTP download support
|
||||||
* C# / C++/CLI language support improvements and bugfixes
|
* C# / C++/CLI language support improvements and bugfixes
|
||||||
* Visual Studio and Make improvements and bugfixes
|
* Visual Studio and Make improvements and bugfixes
|
||||||
* Response files support for Make backend
|
* response files support for Make backend
|
||||||
|
* numerous bug fixes and smaller features
|
||||||
leeonix <real-like@yeah.net>
|
leeonix <real-like@yeah.net>
|
||||||
* Bug fixes
|
* bug fixes
|
||||||
Lusito <core@roughael.net>
|
Lusito <core@roughael.net>
|
||||||
* path.join() fixes
|
* path.join() fixes
|
||||||
João Matos (joao@tritao.eu)
|
|
||||||
* HTTP download support
|
|
||||||
* C# / C++/CLI language support improvements and bugfixes
|
|
||||||
* Visual Studio and Make improvements and bugfixes
|
|
||||||
* Response files support for Make backend
|
|
||||||
Mark Chandler <https://bitbucket.org/mchandler_blizzard>
|
Mark Chandler <https://bitbucket.org/mchandler_blizzard>
|
||||||
* Prevent self-linking
|
* prevent self-linking
|
||||||
|
Mark Sararu <mark.sararu@gmail.com>
|
||||||
|
* Makefile bug fixes
|
||||||
Mihai Sebea <http://twitter.com/mihai_sebea>
|
Mihai Sebea <http://twitter.com/mihai_sebea>
|
||||||
* Xcode exporter fixes and improvements
|
* Xcode exporter fixes and improvements
|
||||||
M Skibbe
|
M Skibbe
|
||||||
@ -48,8 +46,11 @@ Patch contributors:
|
|||||||
Renaud Guillard <https://bitbucket.org/noresources>
|
Renaud Guillard <https://bitbucket.org/noresources>
|
||||||
* add library search paths argument to os.findlib()
|
* add library search paths argument to os.findlib()
|
||||||
* return command exit code from os.outputof()
|
* return command exit code from os.outputof()
|
||||||
|
* bug fixes and smaller improvements
|
||||||
rhuvendiek <rhuvendiek@schueco.com>
|
rhuvendiek <rhuvendiek@schueco.com>
|
||||||
* VC 2010 IDL file support
|
* Visual C 2010 IDL file support
|
||||||
|
Sami Kankaristo <sami@indiumgames.fi>
|
||||||
|
* Utility project support for Makefiles
|
||||||
tbasnoopy <tba-snoopy@gmx.de>
|
tbasnoopy <tba-snoopy@gmx.de>
|
||||||
* customtoolnamespace()
|
* customtoolnamespace()
|
||||||
* debuggertype()
|
* debuggertype()
|
||||||
|
Reference in New Issue
Block a user