59 Commits
Author SHA1 Message Date
DarthArgus 957aef2366 we can build with newer compilers but _must_ use the gcc 5.x libs 2016-12-21 11:09:07 +00:00
DarthArgus e0badbbcad may go back to older compilers 2016-12-21 10:27:36 +00:00
DarthArgus c9454df4aa stfu clang 2016-12-17 03:27:50 +00:00
DarthArgus 8fdc317105 fix a couple warnings - because the objects in DataResourceList are static, we now need to have them predefined in each function as the class is static too - c++14 demands it 2016-12-17 02:55:38 +00:00
DarthArgus 3bdc77a5d2 It's 2016 and C++11 supports these natively 2016-12-15 03:01:41 +00:00
DarthArgus 18cb7d0e95 persister cleanup 2016-12-15 03:00:59 +00:00
DarthArgus f9c0a47a39 finish removing the SOE memory management 2016-12-04 00:56:11 +00:00
DarthArgus 9f9fed4693 memory manager cleanup and removal 2016-12-04 00:55:37 +00:00
DarthArgus f8f761821b (nope, not worth the time since it's static) Revert "in theory this will "normalize" these chars...worst case i turn this into"
This reverts commit 9dc52fbc7f.
2016-10-03 01:52:38 +00:00
DarthArgus 9dc52fbc7f in theory this will "normalize" these chars...worst case i turn this into
an lower case only version since the hard coded strings generally aren't
slashes
2016-10-02 20:29:12 -05:00
DarthArgus 856fd396ba was missing a couple breaks - she's fixed 2016-09-30 05:54:59 +00:00
DarthArgus 2680be9a29 add constexpr version of our crc calculator so that we can migrate toward simple comparisons and switches for isType checks 2016-09-29 20:13:52 +00:00
DarthArgus 81ac74a4ff use std::abs instead of abs to allow the floats to be used instead of having roundoffs 2016-09-26 06:24:22 +00:00
DarthArgus 08b26c6535 gcc 6 compatibility bugfix 2016-09-26 06:24:22 +00:00
DarthArgus 5664aba588 win32: here on out it's std conversion and such...bleh 2016-07-23 20:09:28 -07:00
DarthArgus 9b369713e1 again, re-add some windows stuff Revert "possibly controversial commit: remove all windows sources, keeping only the windows cmake so that we can generate an sln to edit the code"
This reverts commit 48ba7961eb.
2016-07-23 18:01:50 -07:00
DarthArgus ba3a3fa9dd What are you doing here? go back to the icc branch where you belong! - Revert "icc didn't like the double underscores"
This reverts commit 4ac19c9816.
2016-07-15 14:39:12 +00:00
DarthArgus 4ac19c9816 icc didn't like the double underscores 2016-07-15 05:48:48 +00:00
DarthArgus 3a3b8e0b2a re-stubify this as all it does is hide real errors 2016-04-28 17:10:03 +00:00
DarthArgus 01cdf52bc0 and some more stragglers 2016-03-24 21:19:10 +00:00
DarthArgus 3b430656ba remove SOE deprecated code and files - leaving in the #if 0 blocks with TODO and other possible uses for later 2016-03-24 21:07:31 +00:00
DarthArgus 89f2b55420 more clear descriptions of the macros being called 2016-03-11 23:06:19 -06:00
DarthArgus b4e6224ce7 hacky but improves debugging output - may need some format cleanups (extra newline at end?) - gives us function, file, and line # for warnings and fatals 2016-03-11 23:01:27 -06:00
DarthArgus 3c50042abc flint++ static analyzer detected items (not all that were likely legit positives, but a start) as well as some clang detected unused vars, cleanup_ 2016-02-18 22:56:34 -06:00
DarthArgus 03dc62efba newer standards prefer nullptr over NULL - this is most of them but there are others too 2016-02-15 00:07:31 -06:00
DarthArgus 48ba7961eb possibly controversial commit: remove all windows sources, keeping only the windows cmake so that we can generate an sln to edit the code 2016-01-27 15:22:22 -06:00
DarthArgus 7d8e35abc1 reenable some error handling code; if this causes problems we should prboably find the root of the problem... 2016-01-16 16:00:05 -06:00
DarthArgus 56cf409d6b this is mostly permissions fixes, and a few path fixes on some headers ...also removed unneeded crap for windows 2015-11-14 21:48:24 -06:00
DarthArgus c9c39d5713 and fix a ton more minor performance issues 2014-10-27 22:39:57 -07:00
DarthArgus f0160fe7ad fix the warns that actually matter 2015-10-27 18:02:01 -05:00
DarthArgus 9e6f200300 fix a couple more, maybe 2014-10-27 15:33:52 -07:00
DarthArgus 56f8a68f01 actually include fix is here 2014-10-27 15:14:50 -07:00
DarthArgus 71b27eba67 TODO: make this a warning for now...until then need to find out what's causing exteriorAppearanceTemplate to be a null pointer now 2015-10-15 12:07:18 -05:00
DarthArgus 40c86ac058 remove unused template that causes clang to die 2015-10-12 19:03:19 -05:00
DarthArgus ea59136b09 remove -s (strip) flag for now as it is gcc specific, fix a couple errors clang found 2015-10-12 18:06:06 -05:00
CodeCodon ca7c8d7691 use PATH_MAX 2015-07-26 17:24:14 -05:00
CodeCodon 20aa133527 sync base with whitengold team repo 2015-07-14 11:11:51 -05:00
DarthArgus 15c8d0101b attempt to remove (hopefully) unnecessary solaris and windows files; fix a couple potential leaks 2015-04-02 22:53:15 -05:00
Anonymous 384597f8fb Fixes for building on vc12 (vs 2013), these are primarily just missing includes 2014-01-23 20:19:15 -07:00
Anonymous 210bdb91d8 Removed references to tr1 now that c++11 works 2014-01-23 09:28:13 -07:00
Anonymous e6431a9fd4 Minor fixes including removing <> from make_pair usage and using explicit conversions where required by the explicit constructor flags
Now builds/runs using c++11
2014-01-23 08:55:46 -07:00
Anonymous fac1f2c5ae Removed STLport requirement 2014-01-23 00:16:13 -07:00
Anonymous 9ecd34c0ab Added TemplateCompiler project and sharedTemplate/sharedTemplateDefinition libraries 2014-01-21 10:31:25 -07:00
Anonymous 697893f7d6 Removed unneeded cmake code 2014-01-21 08:25:15 -07:00
Anonymous 254023e4f2 Added missing interdependency links 2014-01-21 06:08:47 -07:00
Anonymous 24eb9956f8 Added missing interdependency references 2014-01-21 05:45:30 -07:00
Anonymous 14e3b1babf Commented out abs function that is provided in cmath header 2014-01-19 03:11:51 -07:00
Anonymous babd79e527 Added sharedIoWin library 2014-01-19 03:11:35 -07:00
Anonymous ba8ae9df5b Added missing template<> 2014-01-19 03:03:24 -07:00
Anonymous cc8938ed6d These are defined in cmath 2014-01-19 02:56:04 -07:00