starkos
|
ba3e30f510
|
Merge pull request #234 from starkos/more-workspace-renames
More workspace renames
|
2015-08-30 11:10:34 -04:00 |
|
Jason Perkins
|
14525e8161
|
Changes names in core test suites
|
2015-08-28 16:16:14 -04:00 |
|
Sam Surtees
|
5d6d05c31d
|
Added ignoreDefaultLibraries API for Visual Studio 2010+ projects.
|
2015-08-25 20:33:46 +10:00 |
|
Jason Perkins
|
f59651f3f6
|
Deprecate SEH flag; add value to exceptionhandling()
|
2015-06-23 19:03:28 -04:00 |
|
Jason Perkins
|
313a7c31ce
|
Replace usages of NoExceptions and NoRTTI flags with exceptionhandling() and rtti()
|
2015-06-23 16:53:10 -04:00 |
|
Tom van Dijck
|
8d0b2565b5
|
convert exceptionhandling, rtti and editandcontinue flags from boolean to "tri-states".
|
2015-06-16 08:44:18 -07:00 |
|
Jason Perkins
|
c83634c105
|
Add support for sysincludedirs() and syslibdirs() to GCC, Clang, and MSC adapters
|
2015-05-19 15:55:11 -04:00 |
|
Jason Perkins
|
d34021bcc9
|
Implement AVX2 flags for GCC and MSC
|
2015-03-26 08:17:13 -04:00 |
|
Jason Perkins
|
e4a1ff2638
|
Merged in TurkeyMan/premake-dev/specific_warnings (pull request #152)
Added api's for control of specific warnings.
|
2015-03-10 17:14:22 -04:00 |
|
Manu Evans
|
f0f02fc680
|
Now with added unittests
|
2015-03-10 20:59:28 +10:00 |
|
Manu Evans
|
838e53c3d5
|
Now with added unit tests.
|
2015-03-10 20:41:44 +10:00 |
|
Jason Perkins
|
0284817398
|
Implement CLR "Pure" and "Safe" values for VC 201x and MSC
|
2014-11-11 19:44:44 -05:00 |
|
Jason Perkins
|
b0103e76ca
|
Add getLibraryDirectories() to tool adapters
- use throughout to avoid flag duplication in VS projects with external tools
|
2014-05-23 20:10:34 -04:00 |
|
Jason Perkins
|
cd4e12e287
|
Remove MSC /MANIFEST and /INCREMENTAL flags; are already the default values
|
2013-12-23 16:52:54 -05:00 |
|
Jason Perkins
|
591b6d4083
|
Add /DLL switch when building shared libs with MSC
|
2013-12-20 10:19:44 -05:00 |
|
Jason Perkins
|
957a6e45e1
|
Move more tool switches into the mapping tables
|
2013-12-17 16:43:09 -05:00 |
|
Jason Perkins
|
446090b6d8
|
Added more command line flags for MSC compiler
|
2013-11-22 14:06:41 -05:00 |
|
Jason Perkins
|
708175e24b
|
Split baking back out into own source file; prevent automatic baking of "raw" objects
|
2013-11-14 08:52:55 -05:00 |
|
Jason Perkins
|
133cf7ce7c
|
Add "full" and "debug" optimization levels
|
2013-10-16 13:47:09 -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
|
db22c65496
|
Limit use of quotes in compiler command line arguments
|
2013-09-11 10:57:44 -04:00 |
|
Jason Perkins
|
5c87c62de1
|
Split handling of include directories and force includes; wrap all include paths in quotes
|
2013-06-27 13:50:12 -04:00 |
|
Jason Perkins
|
400ad0a0be
|
Added force includes to MSC tool definition
|
2012-11-09 11:07:01 -05:00 |
|
Jason Perkins
|
7a65362e40
|
Added tool interface for MSC command line
|
2012-08-18 16:33:37 -04:00 |
|