Commit Graph
77 Commits
Author SHA1 Message Date
DarthArgus 0995323201 move these to before and after as they were before the changes 2016-12-29 08:53:48 +00:00
DarthArgus 7a735068d5 sync with current tc and live code 2016-12-27 00:17:41 +00:00
DarthArgus c241284168 grrr, git, dammit 2016-12-21 08:02:13 +00:00
DarthArgus 5964a5fd17 (resync) Merge branch 'clang-profile-build' into testing 2016-12-21 07:25:54 +00:00
DarthArgus 4b40913c1d cleanups 2016-12-21 07:21:41 +00:00
DarthArgus 505e68cec6 move saving of buffers into SwgSnapshot 2016-12-15 03:02:03 +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 392964fb38 Merge branch 'testing' into clang-profile-build 2016-12-14 15:47:50 +00:00
DarthArgus b2c1ed58a0 forgot to actually commit this fix 2016-12-14 04:42:04 +00:00
DarthArgus 0ba0e141ec Merge branch 'testing' into clang-profile-build 2016-12-14 03:59:15 +00:00
DarthArgus 1888aba399 remove the rest of that bastard 2016-12-14 03:59:07 +00:00
DarthArgus 1e6ca47c81 remove the rest of that bastard 2016-12-14 03:58:14 +00:00
DarthArgus aa6067b074 no more buffer lists, they screw everything up 2016-12-13 21:57:15 -06:00
DarthArgus 40527397d1 somehow we lost the profile usage 2016-12-14 02:53:27 +00:00
DarthArgus 1ac9887ab0 Merge branch 'testing' into clang-profile-build 2016-12-14 02:21:10 +00:00
DarthArgus 577a2dce4d tidy up 2016-12-13 20:03:32 -06:00
DarthArgus 1b39af27b2 final part of fix: move saving of buffers into SwgSnapshot - it crashes if called from the parent class 2016-12-14 01:48:59 +00:00
DarthArgus f350e58361 DIE BEOTCH! - DB Bug fixed. 2016-12-13 16:20:05 +00:00
DarthArgus 145bdeb83c closer to stock only better logic 2016-12-13 07:25:41 +00:00
DarthArgus d3ed5359ca for completeness' sake 2016-12-13 06:51:26 +00:00
DarthArgus 2c0ad68634 turn the functions in the persister that return Snapshot & into functions that return Snapshot * since everything else does that way already 2016-12-12 22:14:01 +00:00
DarthArgus 8e94519082 persister cleanup (still broke but logic is there for when it isn't); also replace all the SOE BS for forwarding stl port with native object classes because i thought that may be part of the problem... 2016-12-10 23:17:06 +00:00
DarthArgus cf386b1a59 Merge branch 'testing' into clang-profile-build 2016-12-09 04:09:01 +00:00
DarthArgus 6418f430f9 this should let us delete snapshots at the cost of latency 2016-12-09 03:37:21 +00:00
DarthArgus a353c128c3 fix db bug; cleanup; better destructors 2016-12-08 17:23:03 +00:00
DarthArgus 4a1159ad14 this builds and runs but our objvars are never loaded (or buffered?) properly 2016-12-06 17:45:04 +00:00
DarthArgus b17393763a madness 2016-12-06 16:58:56 +00:00
DarthArgus 066eac440e nit picking on unrelated to the leak things... 2016-12-04 00:56:24 +00:00
DarthArgus 9d8b7c0d3a Support oracle 10.2.0.4 client libs 2016-12-04 00:56:24 +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 0ab695f7aa Merge branch 'testing' into clang-profile-build 2016-12-03 05:57:38 +00:00
DarthArgus 5d8b7fe160 nit picking on unrelated to the leak things... 2016-12-02 23:49:19 +00:00
DarthArgus c7e825e4a9 this works but we're still not always freeing up memory...ugh 2016-12-02 16:47:17 +00:00
DarthArgus 4638386552 Revert "c++11, love you... although this may end up duplicating some items on"
This reverts commit 8a4cd1aeca.
2016-12-02 16:24:36 +00:00
DarthArgus 8a4cd1aeca c++11, love you... although this may end up duplicating some items on
the tc... - by removing the constructors and destructors for these
structs and relying on init lists instead, we allow the compiler to
automatically determine how to allocate and deallocate the values and
references
2016-11-30 23:04:10 +00:00
DarthArgus 46dc62461d Revert "don't pass objectId by reference"
This reverts commit 5f3847c4cd.
2016-11-30 22:28:26 +00:00
DarthArgus 8ebe434e0b clean... 2016-11-29 23:01:00 +00:00
DarthArgus 5f3847c4cd don't pass objectId by reference 2016-11-29 23:00:36 +00:00
DarthArgus aaab7cd4ef finish removing the SOE memory management 2016-11-29 04:25:55 +00:00
DarthArgus e6921be6fe ok so this runs but is still lacking the deletion logic 2016-11-29 03:52:23 +00:00
DarthArgus 89cd10fbcc tidies some things up and removes SOE memory manager overriding 2016-11-28 17:07:49 +00:00
DarthArgus 2ae033044a add info 2016-10-04 03:11:47 +00:00
DarthArgus 0c09c87640 keep forgetting to close the switch 2016-09-30 14:51:46 -05:00
DarthArgus 318b0d18b4 db server 2016-09-30 14:50:07 -05:00
apathyandDarthArgus d7392f2f40 No need to reserve, insert will handle any reallocating that needs to happen efficiently 2016-09-26 06:24:22 +00:00
apathyandDarthArgus 0595b456b9 Reserve enough space before inserting. 2016-09-26 06:24:20 +00:00
apathyandDarthArgus 33c42720a8 Change encoding/decoding binary data to use base64 vs utf-8 to prevent bad characters in the oracle string encoding. 2016-09-26 06:24:20 +00:00
DarthArgus 8b9665a0f8 this is where i stop for the evening 2016-07-24 21:48:49 -07:00