Nitin Gupta
078b4e8a08
Set CXX to clang++ when toolset is clang
...
Without this, clang (instead of C++) is used even
when compiling C++ code.
2013-10-07 22:41:45 -07:00
Jason Perkins
084f846192
Removed some useless code
2013-10-03 16:43:32 -04:00
Jason Perkins
9889b06e89
Handle removal of wildcard values in deprecation system
2013-10-04 15:32:56 -04:00
Jason Perkins
9ecb373715
Fix error handling in remove() deprecation path
2013-10-03 13:46:03 -04:00
Jason Perkins
24af0a7414
Set default language earlier, to avoid out of scope warnings
2013-10-03 13:23:56 -04:00
Jason Perkins
1b105e377d
Pass same flags to PCH compile as C/C++ source code
2013-10-03 10:47:14 -04:00
Jason Perkins
65d6f65177
Add remove() handlers for deprecated values
2013-10-02 15:59:54 -04:00
Jason Perkins
acbec658ad
Fix broken MSC exception handling flag
2013-09-30 12:20:53 -04:00
Jason Perkins
32d082a7e2
Add support of lists of values in flag maps
2013-09-30 11:10:07 -04:00
Jason Perkins
e062bf8035
Remove no-op language set call from configuration building
2013-09-30 13:06:32 -04:00
Jason Perkins
64c220b70a
Project locations are now inherited from the solution, if set.
2013-09-30 10:16:56 -04:00
Jason Perkins
91635859b9
Add warnings(); deprecate ExtraWarnings and NoWarnings flags
2013-09-29 12:39:07 -04:00
Jason Perkins
686f3f071a
Add optimize(); deprecate Optimize, OptimizeSize, and OptimizeSpeed flags
2013-09-29 11:23:39 -04:00
Jason Perkins
bc9ba89cce
Add nativewchar(); deprecate NativeWChar and NoNativeWChar flags
2013-09-27 15:12:50 -04:00
Jason Perkins
4862c25af5
Add floatingpoint(); deprecate FloatFast and FloatStrict flags
2013-09-27 14:49:21 -04:00
Jason Perkins
df428a72d7
Add vectorextensions(); deprecate EnableSSE and EnableSSE2
2013-09-27 14:25:10 -04:00
Jason Perkins
13fa20a5f5
Move project API definition to _premake_init with other initialization code
2013-09-26 12:24:10 -04:00
Jason Perkins
5497d0fb37
Improve the API deprecation system; link to new Premake-dev documentation
2013-09-26 12:01:50 -04:00
Jason Perkins
5946f73f4c
Fix undefined symbol in API error message
2013-09-19 16:40:15 -04:00
Jason Perkins
542d4c88fb
Merged in dcourtois/premake-dev/FixNoWarnings (pull request #65 )
...
fixed NoWarnings flag for vs201x generators
2013-09-19 10:22:39 -04:00
Jason Perkins
4bef76b42a
Merged in dcourtois/premake-dev/CustomBuildMessages (pull request #62 )
...
added support for custom build message in vs201x generator
2013-09-19 10:19:15 -04:00
Jason Perkins
44bf43a837
Merged in dcourtois/premake-dev/Manifests (pull request #64 )
...
add additional manifests support for vs201x generators
2013-09-19 10:09:47 -04:00
Jason Perkins
2ca1ffd58e
Add new API config.linksToProject()
2013-09-18 11:48:21 -04:00
dcourtois
9a4e2ec8aa
forgot to add test_manifest.lua to tests/premake5.lua and small fixes
2013-09-18 16:50:00 +02:00
dcourtois
eebd451006
merge latest revisions
2013-09-18 11:54:46 +02:00
dcourtois
e682b08779
fixed NoWarnings flag for vs201x generators
2013-09-18 11:37:36 +02:00
dcourtois
912a0e2ec3
used vc2010.element instead of _p for additional manifests
2013-09-18 10:35:02 +02:00
dcourtois
4e644afce3
removed wip code from another branch commited by mistake
2013-09-18 09:58:33 +02:00
dcourtois
fb3165417a
use new vc2010.element method instead of _p function
2013-09-18 09:49:42 +02:00
Jason Perkins
68c26b0e38
New call api.addAllowed() to add values to a field's allowed value list
2013-09-17 14:59:13 -04:00
Jason Perkins
cf8b1b0f3a
Moved project APIs back into base folder with rest of the core code
2013-09-17 14:22:54 -04:00
neoaggelos
b98af00c11
Merged premake/premake-dev into default
2013-09-15 11:36:41 +03:00
Aggelos Kolaitis
f14def1b91
Updated code to use tabs for alignment
2013-09-15 11:30:38 +03:00
Jason Perkins
aba1fc906d
Remove premake5 namespace from globals
2013-09-13 11:55:57 -04:00
Jason Perkins
7c8881ddb2
Remove nextgen fields and _ng suffixes everywhere
2013-09-13 11:52:00 -04:00
Jason Perkins
e681b636ec
More code cleanup:
...
- Drop premake5 namespace; everything is premake again
- Remove deprecated project and config APIs
2013-09-13 11:15:36 -04:00
Jason Perkins
24a5ba03ee
Merged in xpol/premake-dev (pull request #39 )
...
Add NoWarnings flags support for gcc.
2013-09-13 11:16:37 -04:00
Jason Perkins
e46c8b56c4
Added string.contains() convenience function
2013-09-12 15:39:43 -04:00
Jason Perkins
18c6d90734
Allow virtual paths to specify empty source tree root folders
2013-09-12 10:40:52 -04:00
neoaggelos
52e15b3b05
Small fixes in os.remove(); also added documentation
2013-09-12 08:47:47 +00:00
neoaggelos
e2fcf30fb4
Whoops, added missing 'end' statement
2013-09-11 17:27:31 +00:00
neoaggelos
d7fb7fb797
Updated os.remove() to recursively handle lists of files
2013-09-11 17:24:14 +00:00
Jason Perkins
db22c65496
Limit use of quotes in compiler command line arguments
2013-09-11 10:57:44 -04:00
Jason Perkins
3df3a7fb8e
Fix VC 2010 compiler warning
2013-09-11 10:57:25 -04:00
Aggelos Kolaitis
d832dae35c
Added an overloaded os.remove() that accepts a table of files and wildcards
2013-09-11 13:44:17 +03:00
Jason Perkins
6a04a82123
Fix error handling in debug builds
2013-09-10 17:19:30 -04:00
Jason Perkins
d77a856629
Move manifest loading to host executable
2013-09-10 16:47:41 -04:00
Jason Perkins
985c58103c
Make the version change from 4.x to 5.x official
...
- Rename executable to premake5
- Default to premake5.lua project script; fallback to premake4.lua if not found
- Clean up internal references to premake4 naming
2013-09-10 16:24:39 -04:00
Jason Perkins
20b324201e
Fixed bug in directory field wildcard expansion (h/t StiX)
2013-09-09 14:03:06 -04:00
Jason Perkins
4bb62af458
Make option lowercasing C89 compliant
2013-09-09 13:53:10 -04:00