Removed old auto-generated pages
This commit is contained in:
parent
e4ea089294
commit
57a2b5e3d9
@ -1,32 +0,0 @@
|
||||
---
|
||||
title: Removing Values
|
||||
---
|
||||
|
||||
The remove...() set of functions remove one or more values from a list of configuration values. Every configuration list in the Premake API has a corresponding remove function: [flags()](flags.md) has removeflags(), [defines()](defines.md) has removedefines(), and so on.
|
||||
|
||||
```lua
|
||||
remove... { "values_to_remove" }
|
||||
```
|
||||
|
||||
## Applies To ##
|
||||
|
||||
Project configurations.
|
||||
|
||||
## Parameters ##
|
||||
|
||||
One or more values to remove. If multiple values are specified, use the Lua table syntax.
|
||||
|
||||
## Examples ##
|
||||
|
||||
Remove the NoExceptions flag from a previous configuration.
|
||||
|
||||
```lua
|
||||
removeflags "NoExceptions"
|
||||
```
|
||||
|
||||
You can use wildcards in removes. This example will remove both WIN32 and WIN64 from the defines.
|
||||
|
||||
```lua
|
||||
defines { "WIN32", "WIN64", "LINUX", "MACOSX" }
|
||||
removedefines "WIN*"
|
||||
```
|
@ -1,10 +0,0 @@
|
||||
buffered.close - This document was generated, contribute by properly documenting this API.
|
||||
|
||||
```lua
|
||||
buffered.close()
|
||||
```
|
||||
|
||||
### Availability ###
|
||||
|
||||
Premake 5.0.0 alpha 12 or later.
|
||||
|
@ -1,10 +0,0 @@
|
||||
buffered.new - This document was generated, contribute by properly documenting this API.
|
||||
|
||||
```lua
|
||||
buffered.new()
|
||||
```
|
||||
|
||||
### Availability ###
|
||||
|
||||
Premake 5.0.0 alpha 12 or later.
|
||||
|
@ -1,10 +0,0 @@
|
||||
buffered.tostring - This document was generated, contribute by properly documenting this API.
|
||||
|
||||
```lua
|
||||
buffered.tostring()
|
||||
```
|
||||
|
||||
### Availability ###
|
||||
|
||||
Premake 5.0.0 alpha 12 or later.
|
||||
|
@ -1,10 +0,0 @@
|
||||
buffered.write - This document was generated, contribute by properly documenting this API.
|
||||
|
||||
```lua
|
||||
buffered.write()
|
||||
```
|
||||
|
||||
### Availability ###
|
||||
|
||||
Premake 5.0.0 alpha 12 or later.
|
||||
|
@ -1,10 +0,0 @@
|
||||
buffered.writeln - This document was generated, contribute by properly documenting this API.
|
||||
|
||||
```lua
|
||||
buffered.writeln()
|
||||
```
|
||||
|
||||
### Availability ###
|
||||
|
||||
Premake 5.0.0 alpha 12 or later.
|
||||
|
@ -1,10 +0,0 @@
|
||||
criteria._compile - This document was generated, contribute by properly documenting this API.
|
||||
|
||||
```lua
|
||||
criteria._compile()
|
||||
```
|
||||
|
||||
### Availability ###
|
||||
|
||||
Premake 5.0.0 alpha 12 or later.
|
||||
|
@ -1,10 +0,0 @@
|
||||
criteria._delete - This document was generated, contribute by properly documenting this API.
|
||||
|
||||
```lua
|
||||
criteria._delete()
|
||||
```
|
||||
|
||||
### Availability ###
|
||||
|
||||
Premake 5.0.0 alpha 12 or later.
|
||||
|
@ -1,15 +0,0 @@
|
||||
criteria._word - This document was generated, contribute by properly documenting this API.
|
||||
|
||||
```lua
|
||||
criteria._word(word, prefix)
|
||||
```
|
||||
|
||||
### Parameters ###
|
||||
|
||||
* `word` - needs documentation.
|
||||
* `prefix` - needs documentation.
|
||||
|
||||
### Availability ###
|
||||
|
||||
Premake 5.0.0 alpha 12 or later.
|
||||
|
@ -1,14 +0,0 @@
|
||||
criteria.allowPrefix - This document was generated, contribute by properly documenting this API.
|
||||
|
||||
```lua
|
||||
criteria.allowPrefix(prefix)
|
||||
```
|
||||
|
||||
### Parameters ###
|
||||
|
||||
* `prefix` - needs documentation.
|
||||
|
||||
### Availability ###
|
||||
|
||||
Premake 5.0.0 alpha 12 or later.
|
||||
|
@ -1,14 +0,0 @@
|
||||
criteria.flatten - This document was generated, contribute by properly documenting this API.
|
||||
|
||||
```lua
|
||||
criteria.flatten(terms)
|
||||
```
|
||||
|
||||
### Parameters ###
|
||||
|
||||
* `terms` - needs documentation.
|
||||
|
||||
### Availability ###
|
||||
|
||||
Premake 5.0.0 alpha 12 or later.
|
||||
|
@ -1,10 +0,0 @@
|
||||
criteria.matches - This document was generated, contribute by properly documenting this API.
|
||||
|
||||
```lua
|
||||
criteria.matches()
|
||||
```
|
||||
|
||||
### Availability ###
|
||||
|
||||
Premake 5.0.0 alpha 12 or later.
|
||||
|
@ -1,15 +0,0 @@
|
||||
criteria.new - This document was generated, contribute by properly documenting this API.
|
||||
|
||||
```lua
|
||||
criteria.new(terms, unprefixed)
|
||||
```
|
||||
|
||||
### Parameters ###
|
||||
|
||||
* `terms` - needs documentation.
|
||||
* `unprefixed` - needs documentation.
|
||||
|
||||
### Availability ###
|
||||
|
||||
Premake 5.0.0 alpha 12 or later.
|
||||
|
@ -1,14 +0,0 @@
|
||||
http.escapeUrlParam - This document was generated, contribute by properly documenting this API.
|
||||
|
||||
```lua
|
||||
http.escapeUrlParam(param)
|
||||
```
|
||||
|
||||
### Parameters ###
|
||||
|
||||
* `param` - needs documentation.
|
||||
|
||||
### Availability ###
|
||||
|
||||
Premake 5.0.0 alpha 12 or later.
|
||||
|
@ -1,15 +0,0 @@
|
||||
http.reportProgress - This document was generated, contribute by properly documenting this API.
|
||||
|
||||
```lua
|
||||
http.reportProgress(total, current)
|
||||
```
|
||||
|
||||
### Parameters ###
|
||||
|
||||
* `total` - needs documentation.
|
||||
* `current` - needs documentation.
|
||||
|
||||
### Availability ###
|
||||
|
||||
Premake 5.0.0 alpha 12 or later.
|
||||
|
@ -1,14 +0,0 @@
|
||||
json.encode_pretty - This document was generated, contribute by properly documenting this API.
|
||||
|
||||
```lua
|
||||
json.encode_pretty(value)
|
||||
```
|
||||
|
||||
### Parameters ###
|
||||
|
||||
* `value` - needs documentation.
|
||||
|
||||
### Availability ###
|
||||
|
||||
Premake 5.0.0 alpha 12 or later.
|
||||
|
@ -1,13 +0,0 @@
|
||||
os._is64bit - This document was generated, contribute by properly documenting this API.
|
||||
|
||||
```lua
|
||||
os._is64bit()
|
||||
```
|
||||
|
||||
### Parameters ###
|
||||
|
||||
|
||||
### Availability ###
|
||||
|
||||
Premake 5.0.0 alpha 12 or later.
|
||||
|
@ -1,13 +0,0 @@
|
||||
os.compile - This document was generated, contribute by properly documenting this API.
|
||||
|
||||
```lua
|
||||
os.compile()
|
||||
```
|
||||
|
||||
### Parameters ###
|
||||
|
||||
|
||||
### Availability ###
|
||||
|
||||
Premake 5.0.0 alpha 12 or later.
|
||||
|
@ -1,14 +0,0 @@
|
||||
os.getSystemTags - This document was generated, contribute by properly documenting this API.
|
||||
|
||||
```lua
|
||||
os.getSystemTags(name)
|
||||
```
|
||||
|
||||
### Parameters ###
|
||||
|
||||
* `name` - needs documentation.
|
||||
|
||||
### Availability ###
|
||||
|
||||
Premake 5.0.0 alpha 12 or later.
|
||||
|
@ -1,13 +0,0 @@
|
||||
os.getWindowsRegistry - This document was generated, contribute by properly documenting this API.
|
||||
|
||||
```lua
|
||||
os.getWindowsRegistry()
|
||||
```
|
||||
|
||||
### Parameters ###
|
||||
|
||||
|
||||
### Availability ###
|
||||
|
||||
Premake 5.0.0 alpha 12 or later.
|
||||
|
@ -1,14 +0,0 @@
|
||||
os.ishost - This document was generated, contribute by properly documenting this API.
|
||||
|
||||
```lua
|
||||
os.ishost(id)
|
||||
```
|
||||
|
||||
### Parameters ###
|
||||
|
||||
* `id` - needs documentation.
|
||||
|
||||
### Availability ###
|
||||
|
||||
Premake 5.0.0 alpha 12 or later.
|
||||
|
@ -1,14 +0,0 @@
|
||||
os.istarget - This document was generated, contribute by properly documenting this API.
|
||||
|
||||
```lua
|
||||
os.istarget(id)
|
||||
```
|
||||
|
||||
### Parameters ###
|
||||
|
||||
* `id` - needs documentation.
|
||||
|
||||
### Availability ###
|
||||
|
||||
Premake 5.0.0 alpha 12 or later.
|
||||
|
@ -1,14 +0,0 @@
|
||||
os.match - This document was generated, contribute by properly documenting this API.
|
||||
|
||||
```lua
|
||||
os.match(mask)
|
||||
```
|
||||
|
||||
### Parameters ###
|
||||
|
||||
* `mask` - needs documentation.
|
||||
|
||||
### Availability ###
|
||||
|
||||
Premake 5.0.0 alpha 12 or later.
|
||||
|
@ -1,13 +0,0 @@
|
||||
os.matchdone - This document was generated, contribute by properly documenting this API.
|
||||
|
||||
```lua
|
||||
os.matchdone()
|
||||
```
|
||||
|
||||
### Parameters ###
|
||||
|
||||
|
||||
### Availability ###
|
||||
|
||||
Premake 5.0.0 alpha 12 or later.
|
||||
|
@ -1,13 +0,0 @@
|
||||
os.matchisfile - This document was generated, contribute by properly documenting this API.
|
||||
|
||||
```lua
|
||||
os.matchisfile()
|
||||
```
|
||||
|
||||
### Parameters ###
|
||||
|
||||
|
||||
### Availability ###
|
||||
|
||||
Premake 5.0.0 alpha 12 or later.
|
||||
|
@ -1,13 +0,0 @@
|
||||
os.matchname - This document was generated, contribute by properly documenting this API.
|
||||
|
||||
```lua
|
||||
os.matchname()
|
||||
```
|
||||
|
||||
### Parameters ###
|
||||
|
||||
|
||||
### Availability ###
|
||||
|
||||
Premake 5.0.0 alpha 12 or later.
|
||||
|
@ -1,13 +0,0 @@
|
||||
os.matchnext - This document was generated, contribute by properly documenting this API.
|
||||
|
||||
```lua
|
||||
os.matchnext()
|
||||
```
|
||||
|
||||
### Parameters ###
|
||||
|
||||
|
||||
### Availability ###
|
||||
|
||||
Premake 5.0.0 alpha 12 or later.
|
||||
|
@ -1,13 +0,0 @@
|
||||
os.matchstart - This document was generated, contribute by properly documenting this API.
|
||||
|
||||
```lua
|
||||
os.matchstart()
|
||||
```
|
||||
|
||||
### Parameters ###
|
||||
|
||||
|
||||
### Availability ###
|
||||
|
||||
Premake 5.0.0 alpha 12 or later.
|
||||
|
@ -1,17 +0,0 @@
|
||||
os.translateCommandsAndPaths - This document was generated, contribute by properly documenting this API.
|
||||
|
||||
```lua
|
||||
os.translateCommandsAndPaths(cmds, basedir, location, map)
|
||||
```
|
||||
|
||||
### Parameters ###
|
||||
|
||||
* `cmds` - needs documentation.
|
||||
* `basedir` - needs documentation.
|
||||
* `location` - needs documentation.
|
||||
* `map` - needs documentation.
|
||||
|
||||
### Availability ###
|
||||
|
||||
Premake 5.0.0 alpha 12 or later.
|
||||
|
@ -1,13 +0,0 @@
|
||||
package.loadlib - This document was generated, contribute by properly documenting this API.
|
||||
|
||||
```lua
|
||||
package.loadlib()
|
||||
```
|
||||
|
||||
### Parameters ###
|
||||
|
||||
|
||||
### Availability ###
|
||||
|
||||
Premake 5.0.0 alpha 12 or later.
|
||||
|
@ -1,13 +0,0 @@
|
||||
package.searchpath - This document was generated, contribute by properly documenting this API.
|
||||
|
||||
```lua
|
||||
package.searchpath()
|
||||
```
|
||||
|
||||
### Parameters ###
|
||||
|
||||
|
||||
### Availability ###
|
||||
|
||||
Premake 5.0.0 alpha 12 or later.
|
||||
|
@ -1,14 +0,0 @@
|
||||
path.isasmfile - This document was generated, contribute by properly documenting this API.
|
||||
|
||||
```lua
|
||||
path.isasmfile(fname)
|
||||
```
|
||||
|
||||
### Parameters ###
|
||||
|
||||
* `fname` - needs documentation.
|
||||
|
||||
### Availability ###
|
||||
|
||||
Premake 5.0.0 alpha 12 or later.
|
||||
|
@ -1,14 +0,0 @@
|
||||
path.isidlfile - This document was generated, contribute by properly documenting this API.
|
||||
|
||||
```lua
|
||||
path.isidlfile(fname)
|
||||
```
|
||||
|
||||
### Parameters ###
|
||||
|
||||
* `fname` - needs documentation.
|
||||
|
||||
### Availability ###
|
||||
|
||||
Premake 5.0.0 alpha 12 or later.
|
||||
|
@ -1,14 +0,0 @@
|
||||
path.isnativefile - This document was generated, contribute by properly documenting this API.
|
||||
|
||||
```lua
|
||||
path.isnativefile(fname)
|
||||
```
|
||||
|
||||
### Parameters ###
|
||||
|
||||
* `fname` - needs documentation.
|
||||
|
||||
### Availability ###
|
||||
|
||||
Premake 5.0.0 alpha 12 or later.
|
||||
|
@ -1,14 +0,0 @@
|
||||
path.isobjcfile - This document was generated, contribute by properly documenting this API.
|
||||
|
||||
```lua
|
||||
path.isobjcfile(fname)
|
||||
```
|
||||
|
||||
### Parameters ###
|
||||
|
||||
* `fname` - needs documentation.
|
||||
|
||||
### Availability ###
|
||||
|
||||
Premake 5.0.0 alpha 12 or later.
|
||||
|
@ -1,14 +0,0 @@
|
||||
path.isobjcppfile - This document was generated, contribute by properly documenting this API.
|
||||
|
||||
```lua
|
||||
path.isobjcppfile(fname)
|
||||
```
|
||||
|
||||
### Parameters ###
|
||||
|
||||
* `fname` - needs documentation.
|
||||
|
||||
### Availability ###
|
||||
|
||||
Premake 5.0.0 alpha 12 or later.
|
||||
|
@ -1,16 +0,0 @@
|
||||
premake.alias - This document was generated, contribute by properly documenting this API.
|
||||
|
||||
```lua
|
||||
premake.alias(scope, canonical, alias)
|
||||
```
|
||||
|
||||
### Parameters ###
|
||||
|
||||
* `scope` - needs documentation.
|
||||
* `canonical` - needs documentation.
|
||||
* `alias` - needs documentation.
|
||||
|
||||
### Availability ###
|
||||
|
||||
Premake 5.0.0 alpha 12 or later.
|
||||
|
@ -1,14 +0,0 @@
|
||||
premake.callArray - This document was generated, contribute by properly documenting this API.
|
||||
|
||||
```lua
|
||||
premake.callArray(funcs)
|
||||
```
|
||||
|
||||
### Parameters ###
|
||||
|
||||
* `funcs` - needs documentation.
|
||||
|
||||
### Availability ###
|
||||
|
||||
Premake 5.0.0 alpha 12 or later.
|
||||
|
@ -1,14 +0,0 @@
|
||||
premake.capture - This document was generated, contribute by properly documenting this API.
|
||||
|
||||
```lua
|
||||
premake.capture(fn)
|
||||
```
|
||||
|
||||
### Parameters ###
|
||||
|
||||
* `fn` - needs documentation.
|
||||
|
||||
### Availability ###
|
||||
|
||||
Premake 5.0.0 alpha 12 or later.
|
||||
|
@ -1,13 +0,0 @@
|
||||
premake.captured - This document was generated, contribute by properly documenting this API.
|
||||
|
||||
```lua
|
||||
premake.captured()
|
||||
```
|
||||
|
||||
### Parameters ###
|
||||
|
||||
|
||||
### Availability ###
|
||||
|
||||
Premake 5.0.0 alpha 12 or later.
|
||||
|
@ -1,15 +0,0 @@
|
||||
premake.checkVersion - This document was generated, contribute by properly documenting this API.
|
||||
|
||||
```lua
|
||||
premake.checkVersion(version, checks)
|
||||
```
|
||||
|
||||
### Parameters ###
|
||||
|
||||
* `version` - needs documentation.
|
||||
* `checks` - needs documentation.
|
||||
|
||||
### Availability ###
|
||||
|
||||
Premake 5.0.0 alpha 12 or later.
|
||||
|
@ -1,13 +0,0 @@
|
||||
premake.clearWarnings - This document was generated, contribute by properly documenting this API.
|
||||
|
||||
```lua
|
||||
premake.clearWarnings()
|
||||
```
|
||||
|
||||
### Parameters ###
|
||||
|
||||
|
||||
### Availability ###
|
||||
|
||||
Premake 5.0.0 alpha 12 or later.
|
||||
|
@ -1,15 +0,0 @@
|
||||
premake.downloadModule - This document was generated, contribute by properly documenting this API.
|
||||
|
||||
```lua
|
||||
premake.downloadModule(modname, versions)
|
||||
```
|
||||
|
||||
### Parameters ###
|
||||
|
||||
* `modname` - needs documentation.
|
||||
* `versions` - needs documentation.
|
||||
|
||||
### Availability ###
|
||||
|
||||
Premake 5.0.0 alpha 12 or later.
|
||||
|
@ -1,14 +0,0 @@
|
||||
premake.eol - This document was generated, contribute by properly documenting this API.
|
||||
|
||||
```lua
|
||||
premake.eol(s)
|
||||
```
|
||||
|
||||
### Parameters ###
|
||||
|
||||
* `s` - needs documentation.
|
||||
|
||||
### Availability ###
|
||||
|
||||
Premake 5.0.0 alpha 12 or later.
|
||||
|
@ -1,14 +0,0 @@
|
||||
premake.error - This document was generated, contribute by properly documenting this API.
|
||||
|
||||
```lua
|
||||
premake.error(message)
|
||||
```
|
||||
|
||||
### Parameters ###
|
||||
|
||||
* `message` - needs documentation.
|
||||
|
||||
### Availability ###
|
||||
|
||||
Premake 5.0.0 alpha 12 or later.
|
||||
|
@ -1,14 +0,0 @@
|
||||
premake.esc - This document was generated, contribute by properly documenting this API.
|
||||
|
||||
```lua
|
||||
premake.esc(value)
|
||||
```
|
||||
|
||||
### Parameters ###
|
||||
|
||||
* `value` - needs documentation.
|
||||
|
||||
### Availability ###
|
||||
|
||||
Premake 5.0.0 alpha 12 or later.
|
||||
|
@ -1,14 +0,0 @@
|
||||
premake.escaper - This document was generated, contribute by properly documenting this API.
|
||||
|
||||
```lua
|
||||
premake.escaper(func)
|
||||
```
|
||||
|
||||
### Parameters ###
|
||||
|
||||
* `func` - needs documentation.
|
||||
|
||||
### Availability ###
|
||||
|
||||
Premake 5.0.0 alpha 12 or later.
|
||||
|
@ -1,15 +0,0 @@
|
||||
premake.filename - This document was generated, contribute by properly documenting this API.
|
||||
|
||||
```lua
|
||||
premake.filename(obj, ext)
|
||||
```
|
||||
|
||||
### Parameters ###
|
||||
|
||||
* `obj` - needs documentation.
|
||||
* `ext` - needs documentation.
|
||||
|
||||
### Availability ###
|
||||
|
||||
Premake 5.0.0 alpha 12 or later.
|
||||
|
@ -1,14 +0,0 @@
|
||||
premake.findProjectScript - This document was generated, contribute by properly documenting this API.
|
||||
|
||||
```lua
|
||||
premake.findProjectScript(fname)
|
||||
```
|
||||
|
||||
### Parameters ###
|
||||
|
||||
* `fname` - needs documentation.
|
||||
|
||||
### Availability ###
|
||||
|
||||
Premake 5.0.0 alpha 12 or later.
|
||||
|
@ -1,16 +0,0 @@
|
||||
`premake.generate` - This document was generated, contribute by properly documenting this API.
|
||||
|
||||
```lua
|
||||
premake.generate(obj, ext, callback)
|
||||
```
|
||||
|
||||
### Parameters ###
|
||||
|
||||
* `obj` - needs documentation.
|
||||
* `ext` - needs documentation.
|
||||
* `callback` - needs documentation.
|
||||
|
||||
### Availability ###
|
||||
|
||||
Premake 5.0.0 alpha 12 or later.
|
||||
|
@ -1,15 +0,0 @@
|
||||
`premake.indent` - This document was generated, contribute by properly documenting this API.
|
||||
|
||||
```lua
|
||||
premake.indent(s, i)
|
||||
```
|
||||
|
||||
### Parameters ###
|
||||
|
||||
* `s` - needs documentation.
|
||||
* `i` - needs documentation.
|
||||
|
||||
### Availability ###
|
||||
|
||||
Premake 5.0.0 alpha 12 or later.
|
||||
|
@ -1,14 +0,0 @@
|
||||
`premake.info` - This document was generated, contribute by properly documenting this API.
|
||||
|
||||
```lua
|
||||
premake.info(message)
|
||||
```
|
||||
|
||||
### Parameters ###
|
||||
|
||||
* `message` - needs documentation.
|
||||
|
||||
### Availability ###
|
||||
|
||||
Premake 5.0.0 alpha 12 or later.
|
||||
|
@ -1,14 +0,0 @@
|
||||
premake.isSemVer - This document was generated, contribute by properly documenting this API.
|
||||
|
||||
```lua
|
||||
premake.isSemVer(version)
|
||||
```
|
||||
|
||||
### Parameters ###
|
||||
|
||||
* `version` - needs documentation.
|
||||
|
||||
### Availability ###
|
||||
|
||||
Premake 5.0.0 alpha 12 or later.
|
||||
|
@ -1,14 +0,0 @@
|
||||
premake.out - This document was generated, contribute by properly documenting this API.
|
||||
|
||||
```lua
|
||||
premake.out(s)
|
||||
```
|
||||
|
||||
### Parameters ###
|
||||
|
||||
* `s` - needs documentation.
|
||||
|
||||
### Availability ###
|
||||
|
||||
Premake 5.0.0 alpha 12 or later.
|
||||
|
@ -1,14 +0,0 @@
|
||||
premake.outln - This document was generated, contribute by properly documenting this API.
|
||||
|
||||
```lua
|
||||
premake.outln(s)
|
||||
```
|
||||
|
||||
### Parameters ###
|
||||
|
||||
* `s` - needs documentation.
|
||||
|
||||
### Availability ###
|
||||
|
||||
Premake 5.0.0 alpha 12 or later.
|
||||
|
@ -1,16 +0,0 @@
|
||||
premake.override - This document was generated, contribute by properly documenting this API.
|
||||
|
||||
```lua
|
||||
premake.override(scope, name, repl)
|
||||
```
|
||||
|
||||
### Parameters ###
|
||||
|
||||
* `scope` - needs documentation.
|
||||
* `name` - needs documentation.
|
||||
* `repl` - needs documentation.
|
||||
|
||||
### Availability ###
|
||||
|
||||
Premake 5.0.0 alpha 12 or later.
|
||||
|
@ -1,14 +0,0 @@
|
||||
premake.pop - This document was generated, contribute by properly documenting this API.
|
||||
|
||||
```lua
|
||||
premake.pop(i)
|
||||
```
|
||||
|
||||
### Parameters ###
|
||||
|
||||
* `i` - needs documentation.
|
||||
|
||||
### Availability ###
|
||||
|
||||
Premake 5.0.0 alpha 12 or later.
|
||||
|
@ -1,14 +0,0 @@
|
||||
premake.push - This document was generated, contribute by properly documenting this API.
|
||||
|
||||
```lua
|
||||
premake.push(i)
|
||||
```
|
||||
|
||||
### Parameters ###
|
||||
|
||||
* `i` - needs documentation.
|
||||
|
||||
### Availability ###
|
||||
|
||||
Premake 5.0.0 alpha 12 or later.
|
||||
|
@ -1,14 +0,0 @@
|
||||
premake.quoted - This document was generated, contribute by properly documenting this API.
|
||||
|
||||
```lua
|
||||
premake.quoted(value)
|
||||
```
|
||||
|
||||
### Parameters ###
|
||||
|
||||
* `value` - needs documentation.
|
||||
|
||||
### Availability ###
|
||||
|
||||
Premake 5.0.0 alpha 12 or later.
|
||||
|
@ -1,15 +0,0 @@
|
||||
premake.resolveAlias - This document was generated, contribute by properly documenting this API.
|
||||
|
||||
```lua
|
||||
premake.resolveAlias(scope, name)
|
||||
```
|
||||
|
||||
### Parameters ###
|
||||
|
||||
* `scope` - needs documentation.
|
||||
* `name` - needs documentation.
|
||||
|
||||
### Availability ###
|
||||
|
||||
Premake 5.0.0 alpha 12 or later.
|
||||
|
@ -1,13 +0,0 @@
|
||||
premake.showhelp - This document was generated, contribute by properly documenting this API.
|
||||
|
||||
```lua
|
||||
premake.showhelp()
|
||||
```
|
||||
|
||||
### Parameters ###
|
||||
|
||||
|
||||
### Availability ###
|
||||
|
||||
Premake 5.0.0 alpha 12 or later.
|
||||
|
@ -1,15 +0,0 @@
|
||||
premake.touch - This document was generated, contribute by properly documenting this API.
|
||||
|
||||
```lua
|
||||
premake.touch(obj, ext)
|
||||
```
|
||||
|
||||
### Parameters ###
|
||||
|
||||
* `obj` - needs documentation.
|
||||
* `ext` - needs documentation.
|
||||
|
||||
### Availability ###
|
||||
|
||||
Premake 5.0.0 alpha 12 or later.
|
||||
|
@ -1,13 +0,0 @@
|
||||
premake.utf8 - This document was generated, contribute by properly documenting this API.
|
||||
|
||||
```lua
|
||||
premake.utf8()
|
||||
```
|
||||
|
||||
### Parameters ###
|
||||
|
||||
|
||||
### Availability ###
|
||||
|
||||
Premake 5.0.0 alpha 12 or later.
|
||||
|
@ -1,13 +0,0 @@
|
||||
premake.w - This document was generated, contribute by properly documenting this API.
|
||||
|
||||
```lua
|
||||
premake.w()
|
||||
```
|
||||
|
||||
### Parameters ###
|
||||
|
||||
|
||||
### Availability ###
|
||||
|
||||
Premake 5.0.0 alpha 12 or later.
|
||||
|
@ -1,14 +0,0 @@
|
||||
premake.warn - This document was generated, contribute by properly documenting this API.
|
||||
|
||||
```lua
|
||||
premake.warn(message)
|
||||
```
|
||||
|
||||
### Parameters ###
|
||||
|
||||
* `message` - needs documentation.
|
||||
|
||||
### Availability ###
|
||||
|
||||
Premake 5.0.0 alpha 12 or later.
|
||||
|
@ -1,15 +0,0 @@
|
||||
premake.warnOnce - This document was generated, contribute by properly documenting this API.
|
||||
|
||||
```lua
|
||||
premake.warnOnce(key, message)
|
||||
```
|
||||
|
||||
### Parameters ###
|
||||
|
||||
* `key` - needs documentation.
|
||||
* `message` - needs documentation.
|
||||
|
||||
### Availability ###
|
||||
|
||||
Premake 5.0.0 alpha 12 or later.
|
||||
|
@ -1,14 +0,0 @@
|
||||
premake.x - This document was generated, contribute by properly documenting this API.
|
||||
|
||||
```lua
|
||||
premake.x(msg)
|
||||
```
|
||||
|
||||
### Parameters ###
|
||||
|
||||
* `msg` - needs documentation.
|
||||
|
||||
### Availability ###
|
||||
|
||||
Premake 5.0.0 alpha 12 or later.
|
||||
|
@ -1,14 +0,0 @@
|
||||
premake.xmlUtf8 - This document was generated, contribute by properly documenting this API.
|
||||
|
||||
```lua
|
||||
premake.xmlUtf8(upper)
|
||||
```
|
||||
|
||||
### Parameters ###
|
||||
|
||||
* `upper` - needs documentation.
|
||||
|
||||
### Availability ###
|
||||
|
||||
Premake 5.0.0 alpha 12 or later.
|
||||
|
@ -1,15 +0,0 @@
|
||||
table.difference - This document was generated, contribute by properly documenting this API.
|
||||
|
||||
```lua
|
||||
table.difference(a, b)
|
||||
```
|
||||
|
||||
### Parameters ###
|
||||
|
||||
* `a` - needs documentation.
|
||||
* `b` - needs documentation.
|
||||
|
||||
### Availability ###
|
||||
|
||||
Premake 5.0.0 alpha 12 or later.
|
||||
|
@ -1,15 +0,0 @@
|
||||
table.equals - This document was generated, contribute by properly documenting this API.
|
||||
|
||||
```lua
|
||||
table.equals(a, b)
|
||||
```
|
||||
|
||||
### Parameters ###
|
||||
|
||||
* `a` - needs documentation.
|
||||
* `b` - needs documentation.
|
||||
|
||||
### Availability ###
|
||||
|
||||
Premake 5.0.0 alpha 12 or later.
|
||||
|
@ -1,15 +0,0 @@
|
||||
table.filter - This document was generated, contribute by properly documenting this API.
|
||||
|
||||
```lua
|
||||
table.filter(arr, fn)
|
||||
```
|
||||
|
||||
### Parameters ###
|
||||
|
||||
* `arr` - needs documentation.
|
||||
* `fn` - needs documentation.
|
||||
|
||||
### Availability ###
|
||||
|
||||
Premake 5.0.0 alpha 12 or later.
|
||||
|
@ -1,16 +0,0 @@
|
||||
table.insertkeyed - This document was generated, contribute by properly documenting this API.
|
||||
|
||||
```lua
|
||||
table.insertkeyed(tbl, pos, value)
|
||||
```
|
||||
|
||||
### Parameters ###
|
||||
|
||||
* `tbl` - needs documentation.
|
||||
* `pos` - needs documentation.
|
||||
* `value` - needs documentation.
|
||||
|
||||
### Availability ###
|
||||
|
||||
Premake 5.0.0 alpha 12 or later.
|
||||
|
@ -1,16 +0,0 @@
|
||||
table.insertsorted - This document was generated, contribute by properly documenting this API.
|
||||
|
||||
```lua
|
||||
table.insertsorted(tbl, value, fn)
|
||||
```
|
||||
|
||||
### Parameters ###
|
||||
|
||||
* `tbl` - needs documentation.
|
||||
* `value` - needs documentation.
|
||||
* `fn` - needs documentation.
|
||||
|
||||
### Availability ###
|
||||
|
||||
Premake 5.0.0 alpha 12 or later.
|
||||
|
@ -1,15 +0,0 @@
|
||||
table.intersect - This document was generated, contribute by properly documenting this API.
|
||||
|
||||
```lua
|
||||
table.intersect(a, b)
|
||||
```
|
||||
|
||||
### Parameters ###
|
||||
|
||||
* `a` - needs documentation.
|
||||
* `b` - needs documentation.
|
||||
|
||||
### Availability ###
|
||||
|
||||
Premake 5.0.0 alpha 12 or later.
|
||||
|
@ -1,14 +0,0 @@
|
||||
table.shallowcopy - This document was generated, contribute by properly documenting this API.
|
||||
|
||||
```lua
|
||||
table.shallowcopy(object)
|
||||
```
|
||||
|
||||
### Parameters ###
|
||||
|
||||
* `object` - needs documentation.
|
||||
|
||||
### Availability ###
|
||||
|
||||
Premake 5.0.0 alpha 12 or later.
|
||||
|
@ -1,14 +0,0 @@
|
||||
table.unique - This document was generated, contribute by properly documenting this API.
|
||||
|
||||
```lua
|
||||
table.unique(tab)
|
||||
```
|
||||
|
||||
### Parameters ###
|
||||
|
||||
* `tab` - needs documentation.
|
||||
|
||||
### Availability ###
|
||||
|
||||
Premake 5.0.0 alpha 12 or later.
|
||||
|
@ -1,5 +1,3 @@
|
||||
zip.extract - This document was generated, contribute by properly documenting this API.
|
||||
|
||||
```lua
|
||||
zip.extract(sourceZip, destinationDir)
|
||||
```
|
||||
|
@ -41,11 +41,6 @@ module.exports = {
|
||||
'atl',
|
||||
'basedir',
|
||||
'bindirs',
|
||||
'buffered.close',
|
||||
'buffered.new',
|
||||
'buffered.tostring',
|
||||
'buffered.write',
|
||||
'buffered.writeln',
|
||||
'buildaction',
|
||||
'buildcommands',
|
||||
'buildcustomizations',
|
||||
@ -70,13 +65,6 @@ module.exports = {
|
||||
'configurations',
|
||||
'copylocal',
|
||||
'cppdialect',
|
||||
'criteria._compile',
|
||||
'criteria._delete',
|
||||
'criteria._word',
|
||||
'criteria.allowPrefix',
|
||||
'criteria.flatten',
|
||||
'criteria.matches',
|
||||
'criteria.new',
|
||||
'csversion',
|
||||
'customtoolnamespace',
|
||||
'debug.prompt',
|
||||
@ -137,10 +125,8 @@ module.exports = {
|
||||
'headername',
|
||||
'http-options-table',
|
||||
'http.download',
|
||||
'http.escapeUrlParam',
|
||||
'http.get',
|
||||
'http.post',
|
||||
'http.reportProgress',
|
||||
'icon',
|
||||
'ignoredefaultlibraries',
|
||||
'iif',
|
||||
@ -160,7 +146,6 @@ module.exports = {
|
||||
'io.utf8',
|
||||
'io.writefile',
|
||||
'json.decode',
|
||||
'json.encode_pretty',
|
||||
'json.encode',
|
||||
'kind',
|
||||
'language',
|
||||
@ -186,11 +171,9 @@ module.exports = {
|
||||
type: 'category',
|
||||
label: 'os',
|
||||
items: [
|
||||
'os._is64bit',
|
||||
'os.chdir',
|
||||
'os.chmod',
|
||||
'os.comparefiles',
|
||||
'os.compile',
|
||||
'os.copyfile',
|
||||
'os.execute',
|
||||
'os.executef',
|
||||
@ -199,26 +182,16 @@ module.exports = {
|
||||
'os.get',
|
||||
'os.getcwd',
|
||||
'os.getpass',
|
||||
'os.getSystemTags',
|
||||
'os.getversion',
|
||||
'os.getWindowsRegistry',
|
||||
'os.host',
|
||||
'os.is',
|
||||
'os.is64bit',
|
||||
'os.isdir',
|
||||
'os.isfile',
|
||||
'os.ishost',
|
||||
'os.islink',
|
||||
'os.istarget',
|
||||
'os.locate',
|
||||
'os.match',
|
||||
'os.matchdirs',
|
||||
'os.matchdone',
|
||||
'os.matchfiles',
|
||||
'os.matchisfile',
|
||||
'os.matchname',
|
||||
'os.matchnext',
|
||||
'os.matchstart',
|
||||
'os.mkdir',
|
||||
'os.outputof',
|
||||
'os.pathsearch',
|
||||
@ -229,13 +202,10 @@ module.exports = {
|
||||
'os.target',
|
||||
'os.touchfile',
|
||||
'os.translateCommands',
|
||||
'os.translateCommandsAndPaths',
|
||||
'os.uuid',
|
||||
'os.writefile_ifnotequal',
|
||||
]
|
||||
},
|
||||
'package.loadlib',
|
||||
'package.searchpath',
|
||||
{
|
||||
collapsed: false,
|
||||
type: 'category',
|
||||
@ -251,16 +221,11 @@ module.exports = {
|
||||
'path.getrelative',
|
||||
'path.hasextension',
|
||||
'path.isabsolute',
|
||||
'path.isasmfile',
|
||||
'path.iscfile',
|
||||
'path.iscppfile',
|
||||
'path.iscppheader',
|
||||
'path.isframework',
|
||||
'path.isidlfile',
|
||||
'path.islinkable',
|
||||
'path.isnativefile',
|
||||
'path.isobjcfile',
|
||||
'path.isobjcppfile',
|
||||
'path.isobjectfile',
|
||||
'path.isresourcefile',
|
||||
'path.join',
|
||||
@ -282,50 +247,10 @@ module.exports = {
|
||||
'preferredtoolarchitecture',
|
||||
'prelinkcommands',
|
||||
'prelinkmessage',
|
||||
{
|
||||
collapsed: false,
|
||||
type: 'category',
|
||||
label: 'premake',
|
||||
items: [
|
||||
'premake.alias',
|
||||
'premake.callArray',
|
||||
'premake.capture',
|
||||
'premake.captured',
|
||||
'premake.checkVersion',
|
||||
'premake.clearWarnings',
|
||||
'premake.downloadModule',
|
||||
'premake.eol',
|
||||
'premake.error',
|
||||
'premake.esc',
|
||||
'premake.escaper',
|
||||
'premake.filename',
|
||||
'premake.findProjectScript',
|
||||
'premake.generate',
|
||||
'premake.indent',
|
||||
'premake.info',
|
||||
'premake.isSemVer',
|
||||
'premake.out',
|
||||
'premake.outln',
|
||||
'premake.override',
|
||||
'premake.pop',
|
||||
'premake.push',
|
||||
'premake.quoted',
|
||||
'premake.resolveAlias',
|
||||
'premake.showhelp',
|
||||
'premake.touch',
|
||||
'premake.utf8',
|
||||
'premake.w',
|
||||
'premake.warn',
|
||||
'premake.warnOnce',
|
||||
'premake.x',
|
||||
'premake.xmlUtf8',
|
||||
]
|
||||
},
|
||||
'printf',
|
||||
'project',
|
||||
'propertydefinition',
|
||||
'rebuildcommands',
|
||||
'Removing-Values',
|
||||
'require',
|
||||
'resdefines',
|
||||
'resincludedirs',
|
||||
@ -373,10 +298,7 @@ module.exports = {
|
||||
'table.arraycopy',
|
||||
'table.contains',
|
||||
'table.deepcopy',
|
||||
'table.difference',
|
||||
'table.equals',
|
||||
'table.extract',
|
||||
'table.filter',
|
||||
'table.filterempty',
|
||||
'table.flatten',
|
||||
'table.fold',
|
||||
@ -385,18 +307,13 @@ module.exports = {
|
||||
'table.indexof',
|
||||
'table.insertafter',
|
||||
'table.insertflat',
|
||||
'table.insertkeyed',
|
||||
'table.insertsorted',
|
||||
'table.intersect',
|
||||
'table.isempty',
|
||||
'table.join',
|
||||
'table.keys',
|
||||
'table.merge',
|
||||
'table.replace',
|
||||
'table.shallowcopy',
|
||||
'table.tostring',
|
||||
'table.translate',
|
||||
'table.unique',
|
||||
]
|
||||
},
|
||||
'tags',
|
||||
|
Reference in New Issue
Block a user