.. |
_foundation.lua
|
fix bug when callArray gets called with nil.
|
2016-04-07 12:19:51 -07:00 |
action.lua
|
Allow an action to initialize itself before user scripts run. (#556)
|
2016-08-01 14:39:50 -07:00 |
api.lua
|
Added ability for duplicate build commands to be specified. Fixes #540
|
2016-11-03 19:16:37 +10:00 |
config.lua
|
symbols api introduced and working, with tests.
|
2016-07-19 16:29:26 +10:00 |
configset.lua
|
workaround for https://github.com/premake/premake-core/issues/572
|
2016-09-06 11:27:45 -07:00 |
container.lua
|
Fix the baking process for 'global'.
|
2016-03-06 16:38:00 -08:00 |
context.lua
|
Add an 'extended' & 'uncached' sub-context to the context.
|
2016-08-22 15:13:30 -07:00 |
criteria.lua
|
workaround for https://github.com/premake/premake-core/issues/572
|
2016-09-06 11:27:45 -07:00 |
detoken.lua
|
Add an 'extended' & 'uncached' sub-context to the context.
|
2016-08-22 15:13:30 -07:00 |
field.lua
|
Fix #39, working tokens and wildcards in the same path
|
2015-07-08 17:26:14 +02:00 |
fileconfig.lua
|
Add additional tokens to fileconfig and vs2010+.
|
2017-01-19 12:38:32 -08:00 |
global.lua
|
allow multiple extensions for a custom rule. (#555)
|
2016-08-01 14:41:25 -07:00 |
globals.lua
|
Revert "Switch 'require' to use xpcall for error handling."
|
2015-09-15 18:50:13 -04:00 |
group.lua
|
More easy solution to workspace renames
|
2015-08-12 14:53:12 -04:00 |
help.lua
|
Fix typo in support for 'category' option field
|
2015-06-06 04:47:49 +01:00 |
io.lua
|
add 'io.writefile' and 'io.readfile' shortcut methods.
|
2016-05-04 16:10:10 -07:00 |
option.lua
|
Fixed options not being added to the list as lowercase. Fixes: 216
|
2015-08-26 21:25:33 +10:00 |
os.lua
|
Only normalize paths within os.execute (c.f. #320 akaStiX/premake-core@369c5ab)
|
2016-08-25 16:46:22 +02:00 |
oven.lua
|
only add config if not already added.
|
2016-07-29 09:31:25 -07:00 |
path.lua
|
Fix replaceextension from adding a leading dot
|
2016-03-29 20:15:19 +03:00 |
premake.lua
|
Fixed comment for premake.filename. Fixes #134
|
2015-08-26 00:56:48 +10:00 |
project.lua
|
Add generated files to vxcproj file.
|
2016-07-21 14:15:55 -07:00 |
rule.lua
|
Add an 'extended' & 'uncached' sub-context to the context.
|
2016-08-22 15:13:30 -07:00 |
semver.lua
|
make "premake.checkVersion" use Semantic Versioning
|
2015-12-17 10:55:43 -08:00 |
string.lua
|
string.explode() gains 'maxTokens' argument.
|
2015-09-01 22:46:10 +10:00 |
table.lua
|
Add support in csproj backend to add files to certain configurations.
|
2016-11-22 09:45:02 -08:00 |
tools.lua
|
string.explode() gains 'maxTokens' argument.
|
2015-09-01 22:46:10 +10:00 |
tree.lua
|
Handle trees based at the root of the filesystem
|
2013-12-09 17:35:21 -05:00 |
validation.lua
|
Split validation checks into individual tests and call arrays
|
2015-12-28 18:27:06 -05:00 |
workspace.lua
|
Fixed issue with incorrect UUID being generated for groups. Fixes #100
|
2016-02-26 02:04:08 +10:00 |