Commit Graph

2525 Commits

Author SHA1 Message Date
Sam Surtees
5059099a5b Added systemversion API. Fixes #315 2016-04-12 21:10:23 +10:00
Jason Perkins
870d21f382 Merge pull request #471 from Blizzard/optimize-copy-merge-filters
optimize copyFilters/mergeFilters
2016-04-12 06:25:36 -04:00
Jason Perkins
9aa3cf7e96 Merge pull request #472 from Blizzard/nuget-stability-fix
We want the packages table to be in the order we specified.
2016-04-11 18:09:59 -04:00
Tom van Dijck
c7bdab688e We want the packages table to be in the order we specified. 2016-04-11 13:13:53 -07:00
Tom van Dijck
29f588fdc9 optimize copyFilters/mergeFilters 2016-04-11 11:52:12 -07:00
Jason Perkins
002e65d428 Merge pull request #453 from aleksijuvani/nuget-in-vs-exporter
Add NuGet support to the Visual Studio exporter
2016-04-11 13:30:49 -04:00
Jason Perkins
4f9bfa17c1 Merge pull request #464 from Blizzard/file-categories-refactor
File categories refactor
2016-04-11 13:29:50 -04:00
Samuel Surtees
5d87c07523 Merge pull request #463 from neico/change-to-filter
migrated "configuration" to "filter"
2016-04-11 23:49:07 +10:00
Tom van Dijck
da89636575 Test for .asm file support in visual studio action. 2016-04-07 12:52:58 -07:00
Tom van Dijck
cf1b44018c refactor file categorization in vcxproj backend.
and add Masm support.
2016-04-07 12:52:58 -07:00
Jason Perkins
eb4741d6b1 Merge pull request #469 from Blizzard/call-array-fix
fix bug when callArray gets called with nil.
2016-04-07 15:34:15 -04:00
Jason Perkins
7eae56f139 Merge pull request #468 from Blizzard/table-fix 2016-04-07 15:33:03 -04:00
Tom van Dijck
16d55d603d fix bug when callArray gets called with nil. 2016-04-07 12:19:51 -07:00
Darryl Despie
8f95eaaba9 table fixes 2016-04-07 12:19:12 -07:00
Tom van Dijck
4f3a554a0c Merge pull request #467 from Blizzard/tostring-fix
table.tostring should displays the metatable.
2016-04-07 10:11:28 -07:00
Tom van Dijck
3c4fca16f2 Merge pull request #466 from Blizzard/deepclone-fix
table.deepclone should clone the metatable too.
2016-04-07 10:09:35 -07:00
aleksijuvani
3ff1501d81 Add .NET 4.6 to vstudio.frameworkVersions 2016-04-07 15:46:13 +03:00
aleksijuvani
c6a089374b Simplify cs2005.identifyFrameworkVersions 2016-04-07 15:46:12 +03:00
aleksijuvani
da625cf3f8 Match vstudio.frameworkVersions to dotnetframework API 2016-04-07 15:46:12 +03:00
Tom van Dijck
3232fd9cff table.tostring should displays the metatable. 2016-04-06 16:18:42 -07:00
Tom van Dijck
17620edaf8 table.deepclone should clone the metatable too. 2016-04-06 16:17:52 -07:00
neico
f83a1aea7e migrated "configuration" to "filter", resolves #462 2016-04-07 01:01:22 +02:00
Jason Perkins
65df2ffbeb Merge pull request #459 from NickCaplinger/patch-1
Update README to fix broken links
2016-03-30 07:54:33 -04:00
Nick Caplinger
cdd1dff1a3 Update README to fix broken links
Fix "What Is Premake?" link and remove the build test link as the page no longer exists. Link to contribution guidelines instead.
2016-03-29 22:37:40 -05:00
Tom van Dijck
7b2e6b8093 Merge pull request #457 from eyalsk/master
Fix getextension to handle paths w/ dot correctly
2016-03-29 11:09:48 -07:00
Eyal Solnik
9d068901f9 Fix replaceextension from adding a leading dot
When an empty string was passed to replaceextension
as the new extension, it added a leading dot,
this update fixes/prevents it.
2016-03-29 20:15:19 +03:00
Eyal Solnik
82fd64e00c Fix getextension to handle paths w/ dot correctly 2016-03-29 10:02:49 +03:00
aleksijuvani
64c74679ab Fix some style errors 2016-03-24 20:55:29 +02:00
aleksijuvani
49d82207ba Move some NuGet logic into its own function 2016-03-24 20:48:58 +02:00
aleksijuvani
0592e36829 Remove redundant prj.nuget checks 2016-03-21 20:13:38 +02:00
aleksijuvani
f37f98e677 Add vstudio.frameworkVersions for extensibility 2016-03-21 12:44:08 +02:00
aleksijuvani
6059f8ff39 Change cs2005.assemblyReferences to use call arrays 2016-03-21 11:15:57 +02:00
aleksijuvani
2ba27a843a Move packages.config generation from vs2010 to vs2005 2016-03-21 11:01:56 +02:00
aleksijuvani
ecda0d6691 Use iscpp and isdotnet instead of string compares 2016-03-21 11:01:55 +02:00
aleksijuvani
05f7129641 Alphabetize nuget API definition 2016-03-21 11:01:54 +02:00
aleksijuvani
ee521c4c57 Add tests for Visual Studio NuGet support 2016-03-19 20:43:38 +02:00
aleksijuvani
987818a9e7 Add NuGet support to the Visual Studio exporter 2016-03-19 20:43:37 +02:00
Jason Perkins
5bbc06f4b6 Merge pull request #451 from Blizzard/fix-path-translate
fix path_translate for old compilers.
2016-03-17 18:16:46 -04:00
Tom van Dijck
0047780b3b fix path_translate for old compilers. 2016-03-17 14:24:00 -07:00
Jason Perkins
dbb42a0b77 Merge pull request #307 from LORgames/ssurtees/translatePathFix
Modify `path.translate()` to use target OS path separator by default
2016-03-17 12:13:55 -04:00
Jason Perkins
ab627efe93 Merge pull request #449 from starkos/restore-vs-link-markup
Roll back PR #440
2016-03-16 16:34:00 -04:00
Jason Perkins
ef2f5c8945 Roll back PR #440; see discussion at https://github.com/premake/premake-core/pull/440 2016-03-15 14:48:33 -04:00
Samuel Surtees
c7bae391c7 Merge pull request #396 from tvandijck/fix-global-scope
Fix the oven to store the global container in the project and configs.
2016-03-08 21:45:36 +10:00
Samuel Surtees
495befbd7e Merge pull request #443 from starkos/isabsolute-allow-dot
Allow dot in path variables
2016-03-08 21:13:01 +10:00
Samuel Surtees
5421352255 Merge pull request #444 from starkos/fix-clang-getlinks
Fix mis-cased symbol in clang.getlinks()
2016-03-08 21:12:28 +10:00
Jason Perkins
150aed7bbb Fix mis-cased symbol in clang.getlinks() 2016-03-07 16:41:48 -05:00
Jason Perkins
5c3f2b8835 Some environments and toolsets allow additional characters within $(...) tokens. Adding the dot "." 2016-03-07 16:38:50 -05:00
Tom van Dijck
9324eb47fa fix global bake 2016-03-06 16:57:49 -08:00
Tom van Dijck
3c5ba0a6da Fix the baking process for 'global'. 2016-03-06 16:38:00 -08:00
Tom van Dijck
acfa41b697 Fix the oven to store the global container in the project and configs. 2016-03-06 16:37:55 -08:00