Commit Graph
41 Commits
Author SHA1 Message Date
DarthArgus dd9db6d350 Revert "Revert "newer standards prefer nullptr over NULL - this is most of them but there are others too""
This reverts commit 8e2160f33e.
2016-02-11 21:19:18 -06:00
DarthArgus 8e2160f33e Revert "newer standards prefer nullptr over NULL - this is most of them but there are others too"
This reverts commit 3e4cc36e7e.
2016-02-11 19:44:31 -06:00
DarthArgus 3e4cc36e7e newer standards prefer nullptr over NULL - this is most of them but there are others too 2016-02-11 15:16:14 -06:00
DarthArgus f1c197e700 Remove code that seems to be unnecessary now that we no longer use stlport 2016-02-09 17:32:47 -06:00
DarthArgus f32c8b4f21 theoretically this will fix our unsigned comparison warnings 2016-01-31 12:51:49 -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 1ce2c52f5b undo some more ill advised changes i made based on static analyzer output - they can cause buffer issues 2016-01-15 23:01:17 -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 31fc7fe30c fix a couple low hanging 64 bit portability issues 2014-10-28 08:17:16 -07:00
DarthArgus c9c39d5713 and fix a ton more minor performance issues 2014-10-27 22:39:57 -07:00
DarthArgus 7254d00e3c and more performance tweaks 2014-10-27 21:28:46 -07:00
DarthArgus 594b3a4254 remove unnecessary null checks 2014-10-26 22:53:42 -07:00
DarthArgus 9db3229116 hopefully fix a few more 2014-10-26 22:00:17 -07:00
DarthArgus e8c36ac70e more fixes 2015-10-13 12:01:16 -05:00
DarthArgus a790a1a88d experimental - fixes cryptlib order of operations warn 2015-10-13 11:35:51 -05:00
DarthArgus 6010ad6b90 increment is evaluated before assignment so this should silence the warning...not sure if correct or not though 2015-10-13 11:14:36 -05:00
DarthArgus cf40fbc871 add virtual destructor to slience warning; currently placeholder...not sure if it needs to actually do anything or not 2015-10-13 09:45:58 -05:00
CodeCodon 911578cde7 fix some more warns 2015-08-09 01:21:06 -05:00
CodeCodon beb1eecd5f use unique_ptr instead of auto_ptr - note that this modifies boost, which isn't a big deal since it is part of the repo, but we should really decouple the open source libs sometime 2015-07-28 15:48:32 -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 594635e01a Merge branch 'stlport-removal' of bitbucket.org:anon/swg-src into stlport-removal 2014-01-23 09:30:49 -07:00
Anonymous 09994b21d9 Added missing include 2014-01-23 09:30:43 -07:00
Anonymous 210bdb91d8 Removed references to tr1 now that c++11 works 2014-01-23 09:28:13 -07:00
Anonymous fac1f2c5ae Removed STLport requirement 2014-01-23 00:16:13 -07:00
Anonymous 1992bd0149 Removed extra qualifications 2014-01-19 07:27:49 -07:00
Anonymous e7d29c2be4 Fixed issues with dependent lookups 2014-01-19 04:47:54 -07:00
Anonymous e333132979 Allow for dependent lookups 2014-01-19 03:03:16 -07:00
Anonymous 6d6ffaffa8 Fixed errors 2014-01-19 02:57:57 -07:00
Anonymous b6448e0833 Added missing template<> 2014-01-19 02:56:18 -07:00
Anonymous 8d8977c412 Hack for erasing from a container given a const_iterator 2014-01-16 12:54:20 -07:00
Anonymous dbd10439d9 Added crypto library 2014-01-14 23:40:16 -07:00
Anonymous 03cba0b29c Added singleton and swgSharedUtility libraries 2014-01-14 11:27:11 -07:00
Anonymous 8f294ddc83 Added localizationArchive library 2014-01-14 06:47:25 -07:00
Anonymous b0714a05a3 Added unicodeArchive library 2014-01-14 06:01:06 -07:00
Anonymous 20b521ebf9 Added localization library 2014-01-14 03:49:25 -07:00
Anonymous 1f331006e1 Added fileInterface library 2014-01-14 00:35:50 -07:00
Anonymous 06c67c31de Added unicode library 2014-01-14 00:28:25 -07:00
Anonymous b0017fab4d Added missing include 2014-01-13 09:06:07 -07:00
Anonymous d248ee5273 Add project build scaffolding 2014-01-13 06:38:50 -07:00
Anonymous b5923a7b6f Added "archive" project 2014-01-13 05:42:56 -07:00