Commit Graph
48 Commits
Author SHA1 Message Date
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
Anonymous 8d8977c412 Hack for erasing from a container given a const_iterator 2014-01-16 12:54:20 -07:00
Anonymous cd99b53a31 Added serverPathfinding library 2014-01-15 09:54:09 -07:00
Anonymous 03cba0b29c Added singleton and swgSharedUtility libraries 2014-01-14 11:27:11 -07:00
Anonymous f4243cffeb Added the sharedObject library 2014-01-14 09:22:49 -07:00
Anonymous 765616a540 Added missing include dirs 2014-01-14 03:50:48 -07:00
Anonymous c03869b4bf Fixed missing include 2014-01-14 03:48:59 -07:00
Anonymous 5940c017b7 Added required include paths 2014-01-13 09:06:48 -07:00
Anonymous d5c30d5d57 Updated include to the new location 2014-01-13 09:06:33 -07:00
Anonymous f1479f792b Initial commit of the sharedFoundation library 2014-01-13 06:41:27 -07:00