premake/CHANGES.txt

27 lines
1.0 KiB
Plaintext
Raw Normal View History

--------------------
5.0 (in progress)
--------------------
See https://bitbucket.org/premake/premake-dev/wiki/What's_New_in_5.0
for the complete list of changes from the Premake 4.x series.
Since 5.0-alpha1:
* filter() now accepts field value aliases in the conditions
* Fixed _ACTION and _OPTIONS filter prefixes
2015-02-27 21:42:02 +00:00
* Main application logic can now be extended by modules
* Action arguments (_ARGS) are now keyed by both index and value
2015-03-04 21:18:39 +00:00
* Configuration baking and validation now skipped for execute only actions
2015-03-04 22:11:41 +00:00
* os.findlib() now accepts paths to search as argument
* Visual Studio .user files are now only generated if not empty
2015-03-14 18:24:32 +00:00
* Xcode4 exporter is now available
* Modules may now be loaded on demand where feasible
2015-03-14 18:34:49 +00:00
* New API: gccprefix()
* New API: undefines()
* New API: disablewarnings(), enablewarnings(), fatalwarnings()
* New API: debugconnectcommands(), debugstartupcommands()
* New API: debugremotehost(), debugport(), debugremoteprotocol()
* New API: debugsearchpaths()
* os.outputof() now returns command exit code as second value