Jason Perkins
14525e8161
Changes names in core test suites
2015-08-28 16:16:14 -04:00
Jason Perkins
04a7170d6c
Finish solution to workspace renames in core code
2015-08-24 17:08:09 -04:00
Jason Perkins
d57699204d
Rename make_solution.lua to make_workspace.lua
2015-08-24 16:48:07 -04:00
Manu Evans
1de083849a
Merge pull request #220 from LORgames/ssurtees/linksAlternateExtensions
...
The links API, for visual studio, no longer appends .lib if an extension already exists.
2015-08-25 00:05:01 +10:00
Sam Surtees
b5ccf23105
The links API, for visual studio, no longer appends .lib if an extension already exists. Fixes #87
2015-08-24 23:51:48 +10:00
Jason Perkins
f1f0b55639
Update to latest Xcode module
2015-08-23 15:41:06 -04:00
starkos
355d2e3f3c
Merge pull request #218 from starkos/fix-cs-platforms
...
Fix handling of arbitrary platform names in Visual Studio C# projects
2015-08-23 15:37:17 -04:00
starkos
bdf11d1f33
Merge pull request #215 from starkos/more-workspace-renames
...
Rename container class from solution to workspace and propagate changes
2015-08-23 15:37:02 -04:00
Jason Perkins
bd118c9089
Merge branch 'Blizzard-buffered-io'
2015-08-23 15:30:01 -04:00
Jason Perkins
0b85db1151
Fix Xcode unit tests broken by buffering changes
2015-08-23 15:29:36 -04:00
Jason Perkins
8bfaef3e8f
Merge branch 'buffered-io' of https://github.com/Blizzard/premake-core into Blizzard-buffered-io
2015-08-23 15:18:50 -04:00
Jason Perkins
072b47eb56
Added unit test for new search ability
2015-08-23 14:53:56 -04:00
James Touton
14d94bf319
Reworked filename pattern matching to allow for more complex patterns.
2015-08-23 14:50:44 -04:00
starkos
8f418a5df4
Merge pull request #205 from akaStiX/PathNormalizationFix
...
Fixed path.normalize
2015-08-20 17:34:06 -04:00
Jason Perkins
007b8a2385
Fix handling of arbitrary platform names in Visual Studio C# projects
2015-08-20 15:34:23 -04:00
StiX
3cea1dce35
Merge branch 'master' into PathNormalizationFix
2015-08-20 21:30:30 +02:00
Jason Perkins
7bde8ca73b
Update to next dev version
2015-08-18 16:49:18 -04:00
Jason Perkins
7323c8c8e0
Fix release steps: must create tag before GitHub release
2015-08-18 16:31:49 -04:00
Jason Perkins
b88d1ca601
Updated support files for 5.0-alpha5 release
2015-08-18 16:05:47 -04:00
Manu Evans
ac4574c97e
Merge pull request #213 from Blizzard/make-cpp-fix
...
fix bug in make_cpp.lua
2015-08-18 17:31:59 +10:00
Tom van Dijck
ef8d818c62
fix bug in make_cpp.lua
2015-08-17 07:39:11 -07:00
Jason Perkins
6376421172
Rename container class from solution to workspace and propagate changes
2015-08-13 19:11:36 -04:00
starkos
97fc2a0a38
Merge pull request #207 from starkos/more-workspace-renaming
...
More workspace renaming
2015-08-13 18:43:31 -04:00
Jason Perkins
d1ea0e81b1
More easy sln to wks renames
2015-08-12 14:56:06 -04:00
Jason Perkins
bf3e68287c
More easy solution to workspace renames
2015-08-12 14:53:12 -04:00
StiX
16dded0499
Fixed path.normalize
2015-08-12 00:21:23 +02:00
Jason Perkins
1eb38c9fc1
Rename solution to workspace in oven and validation code
2015-08-11 16:31:17 -04:00
Manu Evans
59d10066e6
Merge pull request #202 from starkos/allow-nil-valid-lists
...
If action contains no valid language or kind lists, assume everything is supported
2015-08-11 10:29:31 +10:00
Jason Perkins
1d4fdc8980
If an action contains no valid language or kind lists, assume everything is supported
...
This makes it easier to write and maintain small utility or reporting actions that don't actually care about project kinds of languages. If you really don't want your action to support any kinds or languages (which would be weird, but okay) you can do:
```lua
valid_languages = {}
valid_kinds = {}
```
2015-08-10 13:19:33 -04:00
Jason Perkins
3d778a7151
Rename solution to workspace in global.lua and propagate changes
2015-08-10 13:05:26 -04:00
starkos
30dbdb5b15
Merge pull request #183 from Blizzard/bake-solution-config
...
Fully bake solution configs.
2015-08-09 17:55:56 -04:00
starkos
9153ca311b
Merge pull request #199 from JohannesMP/patch-1
...
Changed google groups url to non-mobile version
2015-08-08 16:36:45 -04:00
Johannes
762883b754
Changed google groups url to non-mobile version
2015-08-07 20:06:58 -07:00
starkos
8fc81d978b
Merge pull request #182 from Blizzard/file-queries
...
File queries
2015-08-04 14:57:06 -04:00
starkos
d8782c076a
Merge pull request #162 from leeonix/master
...
rename .pdb file name as targetname.
2015-08-04 12:09:07 -04:00
Manu Evans
25bb49e4d5
Merge pull request #191 from Lusito/feature/pathjoinfix
...
fix for path.join problem when both string start with a "..", a unit …
2015-08-04 01:46:10 +10:00
starkos
960892cb8b
Merge pull request #194 from tritao/contributors
...
Added myself as a contributor.
2015-08-03 11:29:31 -04:00
triton
4d70e5e704
Added myself as a contributor.
2015-08-03 16:26:39 +01:00
Manu Evans
046da71a28
Merge pull request #188 from moomalade/outputof
...
Chomp newlines in os.outputof()
2015-08-02 10:52:29 +10:00
Manu Evans
247699e6ce
Merge pull request #189 from moomalade/loadmodule_error
...
Improve module loadfile() error messages
2015-08-02 10:45:24 +10:00
Lusito
15ceabac48
fix for path.join problem when both string start with a "..", a unit test has been added
2015-08-01 21:10:02 +02:00
Tim Wharton
5ec37965a2
Improve module loadfile() error messages
...
Have the module package loader return the loadfile() error for file system modules,
and report the error from the calling script, rather than globals.lua.
This give marginally better errors when require()'ing modules with syntax errors.
The error will appear in the package loader list with the correct call site.
Error: /Users/blah/premake5.lua:7: module 'wee' not found:
no field package.preload['wee']
load error /Users/blah/modules/wee/wee.lua:3: '=' expected near '<eof>'
....
2015-08-01 04:10:15 +01:00
Tim Wharton
f8091ee53d
Chomp newlines in os.outputof()
...
Fixes #45
2015-08-01 02:59:07 +01:00
leeonix
a52c947838
update test_compile_settings.lua
2015-08-01 09:28:07 +08:00
leeonix
dd8c5f1818
Merge remote-tracking branch 'premake-src/master'
2015-08-01 09:21:57 +08:00
leeonix
ccd1790324
add cfg.debugformat ~= "c7" condition.
2015-08-01 09:17:00 +08:00
leeonix
829a76060a
add cfg.debugformat ~= "c7" condition.
2015-08-01 09:15:38 +08:00
starkos
6058243aa1
Merge pull request #187 from starkos/fix-clock-gettime
...
Link rt to fix missing clock_gettime() error on Linux
2015-07-31 19:01:01 -04:00
Jason Perkins
26df42d6c4
Link rt to fix missing clock_gettime() error on Linux
2015-07-31 18:59:53 -04:00
starkos
2d5fbbc7c9
Merge pull request #175 from TurkeyMan/gmake_arrays
...
Updated gmake actions to use function arrays
2015-07-31 17:58:29 -04:00