Marco Lizza
|
f628de1201
|
Merge remote-tracking branch 'munificent/master' into 'msvc-project-and-compatibility' branch for fix #128.
|
2015-01-22 10:13:16 +01:00 |
|
Marco Lizza
|
244218286e
|
Updating AUTHORS file. =)
|
2015-01-21 11:06:22 +01:00 |
|
Marco Lizza
|
61674112c9
|
Addressing odd Microsoft Visual Studio 2013 optimizer bug.
|
2015-01-21 11:01:09 +01:00 |
|
Marco Lizza
|
222c2d5bbb
|
Adding Microsoft Visual Studio 2013 project and solution files.
|
2015-01-21 11:00:35 +01:00 |
|
Marco Lizza
|
73ce2b0b7e
|
Revised headers include order. The "wren_common.h" should be included first, being a sort of "configuration" header. Then the "wren-XYZ.h" header should follow for "XYZ.c" source file. Then the other "wren_*.h" headers (in lexicographical order if possible). Al last, the standard include files.
|
2015-01-21 10:30:37 +01:00 |
|
Marco Lizza
|
991ada8919
|
Microsoft compiler seems not to support the computed-goto approach.
|
2015-01-21 10:27:27 +01:00 |
|
Marco Lizza
|
67da0c42f0
|
Fixed returning a "void" function return value (!).
|
2015-01-21 10:23:46 +01:00 |
|
Marco Lizza
|
bc74c28904
|
Using a "char" could cause odd sign extension results.
|
2015-01-21 10:22:56 +01:00 |
|
Marco Lizza
|
a45ec69f9f
|
In MSVC the "inline" modifier is not available when compiling in plain-C.
|
2015-01-21 10:22:18 +01:00 |
|
Marco Lizza
|
bb9708a7e3
|
Resolving (non-standard) zero-sized array usage warning.
|
2015-01-21 10:21:04 +01:00 |
|