Sam Surtees
ac88483ccc
Added a test dot file instead of relying on .gitignore to be shipped
...
Fixes #595
2016-11-03 21:22:42 +10:00
Samuel Surtees
f5707c4d4e
Merge pull request #611 from sbx320/bugfix/pchforceinclude
...
make: Fix forceincludes breaking precompiled headers
2016-11-03 20:33:01 +10:00
Samuel Surtees
e91bc6d57e
Merge pull request #610 from mikisch81/vstudio-makefile-proj-includes-defines
...
Apply includedirs and defines for makefile projects in Visual Studio
2016-11-03 20:15:26 +10:00
Samuel Surtees
ecc0d0b739
Merge pull request #608 from mikisch81/fix-vstudio-staticlib-deps
...
VStudio: Add additional deps & additional libdirs for static lib
2016-11-03 20:10:10 +10:00
Samuel Surtees
81a9df934b
Merge pull request #603 from andryblack/arargs
...
allow override AR arguments
2016-11-03 20:06:58 +10:00
Samuel Surtees
2e74dd464f
Merge pull request #605 from LORgames/ssurtees/fixedObjdirsPrefixCode
...
Fixed bug with objdirs prefix code '!'
2016-11-03 19:23:05 +10:00
Samuel Surtees
2b85869c24
Merge pull request #583 from LORgames/ssurtees/duplicateBuildCommands
...
Added ability for duplicate build commands to be specified
2016-11-03 19:20:47 +10:00
Sam Surtees
e8789acbe7
Added ability for duplicate build commands to be specified. Fixes #540
2016-11-03 19:16:37 +10:00
sbx320
52b9d1164f
make: Fix forceincludes breaking precompiled headers
2016-11-02 06:32:47 +01:00
Michael Schwarcz
3444ef8e04
Apply includedirs and defines for makefile projects in vs
...
- This will help Intellisense when viewing makefile projects on Visual Studio
2016-11-01 13:17:09 +02:00
Michael Schwarcz
5f7e7b6802
Added tests
2016-10-31 09:38:11 +02:00
Michael Schwarcz
3328cfea38
VStudio: Add additionalDependencies & additionalLibraryDirectories for static lib
...
- Currently if static library links with another non-sibling library build fails.
For example: If using the socket() API on windows in a static library, need to link with ws2_32.lib.
2016-10-30 16:09:15 +02:00
Sam Surtees
c543565f73
Fixed bug with objdirs prefix code '!'
...
- Fixed flawed tests that manipulated the actual result before testing it
- Added test to ensure prefix code '!' works
2016-10-28 01:53:55 +10:00
Andrey Kunitsyn
65ced6a6b0
allow override ar arguments
2016-10-27 00:05:40 +03:00
Jason Perkins
bf4bf55d11
Merge pull request #597 from akaStiX/edit_and_continue_vs2015
...
Enable Edit and Continue for x64 builds on VS2015
2016-10-18 12:15:48 -04:00
StiX
4f3b19f581
Enable Edit and Continue for x64 builds on VS2015
2016-10-17 22:05:54 +02:00
Jason Perkins
f104467e9b
Merge branch 'release-5.0-alpha10'
2016-10-04 19:09:14 -04:00
Jason Perkins
152bfbfd08
Restore dev version
2016-10-04 19:09:00 -04:00
Jason Perkins
25e6103a8e
Use icons instead of labels on test results row of README
2016-10-04 18:37:23 -04:00
Jason Perkins
f7ad169c70
Update support files and bump version to alpha10
2016-10-04 18:18:00 -04:00
Jason Perkins
98fa40dad3
Update submodules to latest versions
2016-10-04 18:09:37 -04:00
Tom van Dijck
87d0a59b85
Merge pull request #587 from DPSLynix/patch-1
...
Host/Posix: Fix os.copyfile with spaces in argument paths.
2016-09-28 08:53:40 -07:00
Jérôme Leclercq
a42c50b4cc
Host/Posix: Fix os.copyfile with spaces in argument paths.
2016-09-28 16:39:47 +02:00
Tom van Dijck
f85225e329
Merge pull request #581 from LORgames/ssurtees/pathNormalizeFix
...
Fixed bug with path.normalize
2016-09-22 08:35:56 -07:00
Sam Surtees
c6af364311
Fixed bug where path.normalize was being overzealous with removing instances of ".." breaking paths. Fixes #579
2016-09-21 01:40:27 +10:00
Samuel Surtees
7a09873ed4
Merge pull request #580 from lailongwei/master
...
fix windows platform compile error
2016-09-20 20:11:56 +10:00
lailongwei
bd36129b83
fix windows platform compile error
2016-09-20 16:51:10 +08:00
Samuel Surtees
8d46a84f08
Merge pull request #575 from Blizzard/add-raw-module
...
Add raw module as a standard module.
2016-09-19 21:01:04 +10:00
Tom van Dijck
531f70a559
disable module by default.
2016-09-15 13:36:00 -07:00
Tom van Dijck
785671fad5
Merge pull request #545 from tvandijck/generated-files-vcxproj
...
Add generated files to vxcproj file.
2016-09-07 08:14:57 -07:00
Tom van Dijck
351fbc9b97
workaround for https://github.com/premake/premake-core/issues/572
2016-09-07 08:04:48 -07:00
Tom van Dijck
7d7daae3a7
Merge pull request #573 from Blizzard/workaround-572
...
Workaround for #572
2016-09-07 08:02:09 -07:00
Tom van Dijck
dd3cbd3feb
add a case to test parent flags...
2016-09-06 11:54:04 -07:00
Tom van Dijck
1559c15ee0
workaround for https://github.com/premake/premake-core/issues/572
2016-09-06 11:27:45 -07:00
Tom van Dijck
5e0afffd49
Add raw module as a standard module.
2016-09-01 16:49:49 -07:00
Tom van Dijck
ad24b31a56
Merge pull request #574 from Blizzard/fix-typo
...
fix bug in deprecation handler.
2016-09-01 16:43:53 -07:00
Tom van Dijck
b230039fee
fix bug in deprecation handler.
2016-09-01 16:41:39 -07:00
Tom van Dijck
72e30c9fd8
Merge pull request #546 from Blizzard/update-curl-mbedtls
...
Update curl and use mbedtls instead of openssl.
2016-08-31 17:25:09 -07:00
Tom van Dijck
f56f713b99
Add tests for http.get
2016-08-30 12:06:06 -07:00
Tom van Dijck
f7468b66bf
Clean up curl wrapper a bit...
2016-08-30 12:05:43 -07:00
Tom van Dijck
9a0b279a27
Update curl and use mbedtls instead of openssl.
2016-08-30 10:07:30 -07:00
Tom van Dijck
18e9824622
Merge pull request #570 from nmoehrle/fix-os-execute-path-normalization
...
Fix path normalization within os.execute
2016-08-25 11:10:43 -07:00
Nils Moehrle
8e37cac91b
Only normalize paths within os.execute (c.f. #320 akaStiX/premake-core@369c5ab )
2016-08-25 16:46:22 +02:00
Tom van Dijck
702d5947b3
Merge pull request #554 from Blizzard/add-uncached-subcontext
...
Add an 'uncached' sub-context to the context.
2016-08-23 17:51:28 -07:00
Tom van Dijck
d2580bab86
Adding some tests.
2016-08-22 16:06:55 -07:00
Tom van Dijck
8b7b4c1139
Custom Rule fixes.
2016-08-22 15:13:30 -07:00
Tom van Dijck
7b712d7ce3
Add an 'extended' & 'uncached' sub-context to the context.
...
Context sensitive detokenization of Visual Studio rules property definitions.
2016-08-22 15:13:30 -07:00
Tom van Dijck
7fc49130ea
Merge pull request #543 from noresources/macosx-no-arch-libdirs
...
do not add architecture-dependent library directories on macOS
2016-08-18 08:11:21 -07:00
Tom van Dijck
113b717d22
Merge pull request #401 from yuyoyuppe/link-mode-prefs
...
Link mode preference
2016-08-17 09:49:22 -07:00
Tom van Dijck
fbd2c40bf6
Merge pull request #525 from Blizzard/FastLink
...
Adding /Debug:FastLink support for VS2015.
2016-08-17 09:38:52 -07:00