- May 27, 2016
-
-
MerryMage authored
-
- Apr 30, 2016
-
-
Emmanuel Gil Peyrot authored
-
- Mar 09, 2016
-
-
Lioncash authored
The gl rasterizer already uses alignas, so we may as well move everything over.
-
- Oct 22, 2015
- Aug 18, 2015
-
-
darkf authored
-
- Aug 15, 2015
- Aug 12, 2015
-
-
archshift authored
__forceinline is a MSVC extension, which may confuse some people working on the codebase. Furthermore, the C++ standard dictates that all names which contain adjacent underscores are reserved.
-
- Jul 12, 2015
-
-
Apology11 authored
Visual Studio 2015 defines this in stdio now
-
- Jun 27, 2015
-
-
Emmanuel Gil Peyrot authored
-
Emmanuel Gil Peyrot authored
-
- May 09, 2015
-
-
Yuri Kunde Schlesner authored
When the macro was introduced in 326ec512 it wasn't noticed that it conflicted in name with a heavily used macro inside of dyncom. This causes some compiler warnings. Since it's only lightly used, it was opted to simply remove the new macro.
-
Yuri Kunde Schlesner authored
-
- May 07, 2015
-
-
Yuri Kunde Schlesner authored
The old system of just defining macros available in some other platform was susceptible to silently using the wrong code if you forgot to include a particular header. This fixes a crash on non-Windows platforms introduced by e1fbac3c.
-
Yuri Kunde Schlesner authored
-
Yuri Kunde Schlesner authored
-
Yuri Kunde Schlesner authored
-
Yuri Kunde Schlesner authored
-
- Mar 06, 2015
-
-
archshift authored
-
- Feb 22, 2015
-
-
archshift authored
This was RE'd from the errdisp applet.
-
- Feb 20, 2015
- Feb 16, 2015
-
-
purpasmart96 authored
the helper macro for padding to common_funcs.h
-
- Feb 11, 2015
-
-
archshift authored
Involves making asserts use printf instead of the log functions (log functions are asynchronous and, as such, the log won't be printed in time) As such, the log type argument was removed (printf obviously can't use it, and it's made obsolete by the file and line printing) Also removed some GEKKO cruft.
-
- Jan 30, 2015
-
-
Yuri Kunde Schlesner authored
-
- Dec 21, 2014
-
-
purpasmart96 authored
-
- Dec 13, 2014
-
-
Yuri Kunde Schlesner authored
-
Yuri Kunde Schlesner authored
-
- Dec 09, 2014
-
-
Tony Wasserka authored
-
Tony Wasserka authored
-
- Dec 03, 2014
-
-
Rohit Nirmal authored
-
- Nov 29, 2014
-
-
darkf authored
-
- Nov 19, 2014
-
-
Emmanuel Gil Peyrot authored
-
- Aug 17, 2014
-
-
Lioncash authored
Also replaced C headers with the C++ equivalent ones
-
- May 17, 2014
-
-
bunnei authored
-
- Apr 28, 2014
-
-
bunnei authored
fix for issue Linux build #9, not sure why this is broken but its unused code I'm just getting rid of it
-
- Apr 08, 2014
-
-
bunnei authored
-
- Apr 01, 2014
-
-
bunnei authored
-