Tom van Dijck
e007c344a8
Merge pull request #808 from Blizzard/rtti-per-file
...
Added per file rtti generation for Visual Studio
2017-06-18 15:12:59 -07:00
Tom van Dijck
4619b18053
add test
2017-06-18 15:09:50 -07:00
Tom van Dijck
0e1db71d7c
add test
2017-06-18 14:55:20 -07:00
Tom van Dijck
d9faf2ea3f
Merge pull request #810 from Blizzard/masm-seh
...
Added masm handling of seh exception handling for VS2010 and above
2017-06-18 14:42:27 -07:00
Tom van Dijck
12622af3ad
add test
2017-06-18 14:38:21 -07:00
Tom van Dijck
5251432aec
Add support for cppdialect in VS2015 & VS2017 actions.
2017-06-14 13:04:59 -07:00
Tom van Dijck
6907f6785c
Merge pull request #718 from Blizzard/add-notset-characterset
...
Adding support for NotSet characterset in VS2010+ (#79 )
2017-06-13 14:25:13 -07:00
Tom van Dijck
21631dd0e9
Adding tests, and fixing a few typos.
2017-06-13 12:11:54 -07:00
Tom van Dijck
ef5828404c
ASCII instead of NotSet, and add more tests.
2017-06-13 11:46:35 -07:00
Renaud Guillard
c926aa2dd1
update tests to reflect pch generation rule changes
2017-06-02 20:44:48 +02:00
Tom van Dijck
0ec61b41c6
Merge pull request #771 from Blizzard/compileAs-API
...
[core] Use 'compileAs' API
2017-05-25 08:43:35 -07:00
Sam Surtees
43824fa22c
Added support at the file level for the NoPCH flag in VS200x projects
2017-05-05 02:20:45 +10:00
Tom van Dijck
85b3e28de1
[core] Use 'compileAs' API
2017-05-02 14:09:06 -07:00
Samuel Surtees
347c9c418d
Merge pull request #768 from Blizzard/fix-vstudio
...
[core] Fix Visual Studio ExecutablePath settings.
2017-05-03 02:35:55 +10:00
Tom van Dijck
289e880b38
Add tests for ExecutablePath.
2017-05-02 09:15:42 -07:00
Tom van Dijck
fcb76a1c91
[core] Don't set default entrypoint, rely on visual studio default.
2017-05-01 14:33:32 -07:00
Sam Surtees
43da317fe8
Removed echo off in VS rules prop generator
2017-04-28 00:48:21 +10:00
Sam Surtees
b251234b27
Cleaned up inconsistencies in whitespace
2017-04-26 03:40:43 +10:00
Sam Surtees
fa3328440e
Increased consistency of p. usage
2017-04-25 16:41:30 +10:00
Tom van Dijck
473b2f1e36
Merge pull request #734 from aleksijuvani/nuget-fixes
...
NuGet fixes
2017-04-24 13:43:41 -07:00
Tom van Dijck
5f589ad5a6
replaced:
...
os.get() -> os.target()
os.is() -> os.istarget()
_OS -> _TARGET_OS
added:
os.current()
os.iscurrent()
2017-04-24 13:01:31 -07:00
Tom van Dijck
88d37b17c6
Merge branch 'master' into nuget-fixes
2017-04-24 12:59:41 -07:00
Jason Perkins
f474f51979
Merge branch 'master' into ssurtees/vs2010EscapeFixes
2017-04-24 14:46:06 -04:00
Sam Surtees
5b688cac93
CompileAs element handles C++ now
...
- Added tests
2017-04-24 00:42:48 +10:00
Sam Surtees
dfee2c0184
Fixed erroneous escape usages in VS2010+
...
- Added tests for sensible escape usage locations (defines, not undefines or warnings)
2017-04-18 01:13:56 +10:00
Aleksi Juvani
368ef42976
Respect copylocal for NuGet packages
2017-04-14 13:42:35 +03:00
Aleksi Juvani
8286a7b9b6
Add nugetsource API for custom package sources
...
Non-gallery sources (such as NuGet.Server) are currently unsupported due
to API limitations.
2017-04-14 13:42:33 +03:00
Aleksi Juvani
df6c1f4aab
Add test for multiple assemblies in C# NuGet packages
2017-04-14 13:42:30 +03:00
Aleksi Juvani
3bdf746fcc
Fix C# NuGet tests
2017-04-14 13:42:29 +03:00
Aleksi Juvani
b2bbf00512
Fix NuGet packages.config generation
...
This was generated on a per-solution basis when one needed to be
generated for each project.
2017-04-14 13:34:38 +03:00
Sam Surtees
a24f5c1e9b
Fixed issue where VS2010+ projects didn't support floatingpoint 'Default'
2017-04-10 01:51:30 +10:00
Jason Stewart
f3dae94aca
Fix VS2013 and older always rebuilding when debug symbols explicitly disabled
...
Visual Studio versions 2013 and older have an issue with
DebugInformationFormat set to None. The project will always be out of
date and thus always rebuild. The workaround is to leave the
DebugInformationFormat field blank.
https://connect.microsoft.com/VisualStudio/feedback/details/833494/project-with-debug-information-disabled-always-rebuilds
VS2015 and newer do not have this issue.
2017-04-06 07:51:04 -04:00
Damien Courtois
7d7266656e
fixed debugargs to allow duplicated arguments ( #712 )
2017-03-17 08:34:03 -07:00
Rory
6cb6f4a678
Add support for changing the debug information for Visual Studio 2017 files to DebugFull. The default for VS2017 (i.e. when debug information is set to 'true') is to use fastlink. There is a new option to use a full pdb file. For older versions of Visual Studio, the new 'Full' symbols option behaves like 'On'. ( #694 )
2017-02-13 09:02:02 -08:00
Tom van Dijck
5a4ad51aec
Define _HAS_EXCEPTIONS=0 when exceptionhandling is "off". ( #674 )
...
* Define _HAS_EXCEPTIONS=0 when exceptionhandling is "off".
* Fix unit-test.
* It should be for VS2013 and later only.
* update & add unit-test.
2017-02-03 07:05:23 -08:00
Tom van Dijck
6f7d0c16da
intrinsics api. ( #683 )
...
* intrinsics api.
* add options to msc.lua
2017-02-01 09:06:31 -08:00
Tom van Dijck
8015673f40
functionlevellinking api. ( #681 )
...
* functionlevellinking api.
* add options to msc.lua
2017-02-01 08:57:32 -08:00
Tom van Dijck
b76bef918d
floatingpointexceptions api. ( #684 )
...
* floatingpointexceptions api.
* generate options for msc
2017-02-01 08:53:49 -08:00
Tom van Dijck
ac2919e74c
stringpooling api. ( #682 )
...
* stringpooling api.
* add options to msc.lua
2017-02-01 08:47:50 -08:00
Michael Savage
ea76aa24f7
squash: fix C++ tests
2017-01-05 16:34:30 +02:00
Jason Perkins
1f5976e3ed
Omit NMake defines and include dirs when kind is "None"
...
"None" projects, by definiton, are never built, so these settings are unnecessary. Omit them so that changes to their value will not cause the generated project to change.
2016-12-19 10:09:30 -05:00
Jason Perkins
9017431249
Fix VS'15 <GenerateDebugInformation> to match Update 3
2016-11-23 16:00:05 -05:00
Tom van Dijck
5bb7c54e3f
Add support in csproj backend to add files to certain configurations.
2016-11-22 09:45:02 -08:00
Tom van Dijck
94ab7bbb64
Merge pull request #634 from starkos/fix-default-rule-var-kinds
...
Default rule variables to string when `kind` is not set
2016-11-22 09:09:55 -08:00
aleksijuvani
f337abb776
Add tests for linkbuildoutputs API
2016-11-22 13:50:26 +02:00
Jason Perkins
cf87c66ec1
Default rule variables to string when kind
is not set
...
Because this is the most common case, we've been treating variables with no `kind` as an implicit string value.
2016-11-21 13:37:08 -05:00
Tom van Dijck
ca89c9d79b
Fix for debugInformationFormat handling with FastLink.
2016-11-07 09:44:47 -08: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
Sam Surtees
e8789acbe7
Added ability for duplicate build commands to be specified. Fixes #540
2016-11-03 19:16:37 +10:00