Commit Graph

2913 Commits

Author SHA1 Message Date
Tom van Dijck
18b9383d98 Merge pull request #862 from Blizzard/minor-optimization-oven
small optimization in oven.
2017-08-07 08:49:50 -07:00
Tom van Dijck
076b9565bc Merge pull request #863 from Blizzard/bug-api-addallowed
fix for duplicate 'allowed'.
2017-08-07 08:48:36 -07:00
Tom van Dijck
72bc2bb426 Merge pull request #864 from Blizzard/global-access-systemtags
move tags into globally accessible table, so we don't have to overload…
2017-08-07 08:48:16 -07:00
Tom van Dijck
7b3b2fa31b move tags into globally accesible table, so we don't have to overload the getSystemTags method all over the place. 2017-08-04 09:27:05 -07:00
Tom van Dijck
f232a1e829 fix for duplicate 'allowed'. 2017-08-04 09:25:44 -07:00
Tom van Dijck
d4b8c34e63 small optimization in oven. 2017-08-04 09:24:41 -07:00
Tom van Dijck
bf1ea2445f Merge pull request #860 from Blizzard/patch-1
fix for build failure on macOS in debug.
2017-08-02 11:01:23 -07:00
Tom van Dijck
2edb25de33 Merge pull request #859 from aleksijuvani/nuget-cache
Use NuGet package cache instead of the API if possible
2017-08-02 11:01:10 -07:00
Tom van Dijck
32a130b503 Merge pull request #858 from tritao/nuget-unix-paths
Fix Nuget package handling to support Unix-style paths
2017-08-02 11:00:46 -07:00
Tom van Dijck
124a11f3ad fix for build failure on macOS in debug. 2017-08-02 08:46:47 -07:00
Aleksi Juvani
52ef256ef9 Use NuGet package cache instead of the API if possible 2017-08-02 13:35:39 +03:00
Aleksi Juvani
8046b030d6 Fix io.readfile erroring when running tests 2017-08-02 13:35:39 +03:00
Aleksi Juvani
8eaecd1278 vs2010_nuget.lua: fix indentation 2017-08-02 13:35:39 +03:00
Joao Matos
2ba09656f8 Fix Nuget package file path regex matching to support Unix-style path separators. 2017-08-01 21:39:56 +01:00
Tom van Dijck
74819eb945 Merge pull request #854 from Blizzard/high-warning
[core] Add High as a new warning level
2017-08-01 11:09:40 -07:00
Tom van Dijck
d4dd8dd585 Merge pull request #857 from Blizzard/fix-action-override-targetos
Fix action override targetos
2017-08-01 11:03:17 -07:00
Tom van Dijck
f3f738370c Merge pull request #856 from Blizzard/fix-get-relative-windows
Fix path_getrelative for Windows
2017-08-01 11:02:32 -07:00
Tom van Dijck
607353cf3d Merge pull request #855 from Blizzard/image-filter-vstudio
Add filter for <Image> files (#135)
2017-08-01 11:01:57 -07:00
Tom van Dijck
6ce1562867 fix xcode tests as well. 2017-08-01 10:18:33 -07:00
Tom van Dijck
ab4e2b94c0 Merge pull request #840 from tvandijck/binary-modules
Proof of concept for binary modules.
2017-08-01 10:14:26 -07:00
Tom van Dijck
e430bdfef9 I've seen this test fail a few times in the past, but only on CI...
adding prints to see what we get, so we may find the issue in the future.
2017-08-01 10:09:32 -07:00
Tom van Dijck
041d01bb21 Fix action (#138)
* Fix unit-test correctly setting action.
2017-08-01 10:01:01 -07:00
Tom van Dijck
4fc5827496 Fix --os overriding the target OS. 2017-08-01 10:00:29 -07:00
SungUn Park
1d6d4e17ce Fix path_getrelative for Windows
Windows now performs case insensitive comparison for strings.
2017-08-01 09:59:11 -07:00
Patrick Doane
56f29a343f Add filter for <Image> files (#135) 2017-08-01 09:58:11 -07:00
Patrick Doane
e49b404d73 [core] Add High as a new warning level
Maps to /W4 on VS and -Wall for gcc/clang removing -Wextra
2017-08-01 09:56:00 -07:00
Tom van Dijck
5ecd0a3102 Merge pull request #849 from mendsley/utility_buildlog
Write out build log element for VS utility projects
2017-07-31 13:27:51 -07:00
Tom van Dijck
4b74f899b5 Merge pull request #851 from aleksijuvani/fix-nuget-net-folders
Fix handling of unconventional NuGet .NET Framework folders
2017-07-31 13:27:12 -07:00
Aleksi Juvani
9638738404 Fix handling of unconventional NuGet .NET Framework folders 2017-07-31 16:01:27 +03:00
Matthew Endsley
c0790d0e8e Write out build log element for VS utility projects
In vs2017, utility projects were ignoring the value of buildlog
and defaulting the output to $(IntDir)$(MSBuildProjectName).log
2017-07-25 13:55:28 -07:00
Tom van Dijck
36f835f313 Proof of concept for binary modules. 2017-07-04 19:19:23 -07:00
Tom van Dijck
3ac01d9607 Merge pull request #843 from tvandijck/fix-tests
fix bug in testing framework leaving tests in random working folders.
2017-07-04 19:18:46 -07:00
Tom van Dijck
4ca8e9a8a0 Merge pull request #844 from tvandijck/unreferenced-argument
fix unreferenced argument warning.
2017-07-04 19:18:29 -07:00
Tom van Dijck
b4acd30cca fix unreferenced argument warning. 2017-07-04 18:41:48 -07:00
Tom van Dijck
31df5d9604 fix bug in testing framework leaving tests in random working folders. 2017-07-04 18:40:28 -07:00
Samuel Surtees
5cc981d590 Merge pull request #842 from ejb1123/ejb1123-patch-2
Add bsd to the output of possible platforms
2017-07-03 21:07:53 +10:00
E.J. Bevenour
8c1e4a2f3b Add bsd to the output of possible platforms
Adds bsd to the default output as a possible platform
2017-07-03 06:54:51 -04:00
Tom van Dijck
2912f8ab87 Merge pull request #829 from Blizzard/reduce-vcxproj-size
Reduced vs2010+ file sizes by removing redundant config settings
2017-06-25 15:52:43 -07:00
Tom van Dijck
fea573561c Merge pull request #834 from Blizzard/native-module-code
Allow modules to register C code too.
2017-06-23 14:25:14 -07:00
Tom van Dijck
4fa6dafdf1 Merge pull request #839 from Mikhael-Danilov/master
Expand {...} macros in pre|post build commands for codelite
2017-06-23 14:23:10 -07:00
Mikhael-Danilov
b7df8fa518 Merge branch 'master' into master 2017-06-23 17:46:42 +03:00
Mikhael-Danilov
2a99f66180 improve codelite test suite setup 2017-06-23 17:38:52 +03:00
Tom van Dijck
501466302f Merge pull request #838 from Blizzard/fix-action
Fix bug in 'action.isConfigurable' not checking for onWorkspace.
2017-06-22 13:34:07 -07:00
Mikhael-Danilov
9c22008a43 Expand {...} macros in pre|post build commands for codelite 2017-06-22 23:25:47 +03:00
Tom van Dijck
d2b8a2183c Fix bug in 'action.isConfigurable' not checking for onWorkspace. 2017-06-21 17:35:36 -07:00
Tom van Dijck
d31aa3f631 Merge pull request #837 from premake/tvandijck-patch-1
Removed "installer" kinds from vs2017.
2017-06-21 15:32:20 -07:00
Tom van Dijck
b4c4c4e614 Allow modules to register C code too.
only works for embedded modules.
2017-06-21 13:30:38 -07:00
Tom van Dijck
9faaace5a4 Removed "installer" kinds from vs2017.
Copy-Paste error from Blizzard, this is an internal extension we made to visual studio.
2017-06-21 13:26:21 -07:00
Tom van Dijck
eb992d3bcc Merge pull request #827 from Blizzard/osx-bundle
Added option to create bundle and frameworks on macOS.
2017-06-21 12:02:26 -07:00
Tom van Dijck
273b2fc46e Merge pull request #836 from Blizzard/fix-setTextColor-xterm
Hook setTextColor in tests, so on linux/mac we don't get random color…
2017-06-21 12:02:12 -07:00