Tom van Dijck
|
cb1cbe5c4f
|
Merge pull request #865 from Blizzard/remove-prints
Remove "test.print" calls.
|
2017-08-09 09:21:01 -07:00 |
|
Tom van Dijck
|
4a500dbb7d
|
Fix prj.system bug in oven.
|
2017-08-08 12:49:38 -07:00 |
|
Tom van Dijck
|
2916fc44b8
|
Filters always have to use \ regardless of target platform.
|
2017-08-07 17:54:18 -07:00 |
|
Tom van Dijck
|
cf45d30f5b
|
call "path.getDefaultSeparator" allowing it to be overridden.
|
2017-08-07 17:51:15 -07:00 |
|
Tom van Dijck
|
d1af0157a0
|
fix os.istarget and os.ishost to use the systemTags table as well.
|
2017-08-07 10:20:53 -07:00 |
|
Tom van Dijck
|
31353fbc56
|
Fix tests.
|
2017-08-07 09:44:48 -07:00 |
|
Tom van Dijck
|
571d6ae371
|
Set default toolsets for vs2005 and vs2008.
|
2017-08-07 09:34:16 -07:00 |
|
Tom van Dijck
|
dce5e604dc
|
Merge pull request #861 from Blizzard/binary-embed
Allow embedding of binary resources.
|
2017-08-07 09:26:32 -07:00 |
|
Tom van Dijck
|
e0cbecd100
|
Remove "test.print" calls.
|
2017-08-07 09:26:07 -07:00 |
|
Tom van Dijck
|
133856c0ef
|
Update embed.lua
|
2017-08-07 08:52:18 -07:00 |
|
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
|
9f33db3ba7
|
Allow embedding of binary resources.
|
2017-08-04 09:22:57 -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 |
|