Marco Lizza
|
2f12ad879d
|
Pulling the "Math" library out.
|
2015-01-23 10:08:34 +01:00 |
|
Marco Lizza
|
1464280933
|
Restoring original header files order and using MSVC project setting to disable non-secure CRT warnings.
|
2015-01-23 10:05:10 +01:00 |
|
Marco Lizza
|
c88e61d018
|
Adding "Math" lib into Wren.
|
2015-01-22 17:46:09 +01:00 |
|
Marco Lizza
|
5f267ee822
|
Merge branch 'math_lib' into msvc-project-and-compatibility
|
2015-01-22 16:42:40 +01:00 |
|
Marco Lizza
|
6df15f209a
|
Added simple "Math" library.
|
2015-01-22 16:41:19 +01:00 |
|
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 |
|