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
apathy and DarthArgus
d7392f2f40
No need to reserve, insert will handle any reallocating that needs to happen efficiently
2016-09-26 06:24:22 +00:00
apathy and DarthArgus
0595b456b9
Reserve enough space before inserting.
2016-09-26 06:24:20 +00:00
apathy and DarthArgus
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
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
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
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
04b27dedd2
Merge remote-tracking branch 'origin/master' into testing
2016-01-31 12:00:39 -06:00
devcodex
cb7b5fa2fb
Fixed dependency causing circular include
2016-01-31 10:23:01 +01: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
be034c71ee
ifdef added to code not run unless debug
2016-01-22 13:44:12 -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
14eaf713d0
partial revert
2015-10-27 23:58:14 -05:00
DarthArgus
7254d00e3c
and more performance tweaks
2014-10-27 21:28:46 -07:00
DarthArgus
eb2e7c78d8
hopefully this fixes some more...
2014-10-26 22:20:06 -07:00
CodeCodon
20aa133527
sync base with whitengold team repo
2015-07-14 11:11:51 -05:00
CodeCodon
0e3901ece9
readd missing generated code
2015-07-12 14:55:53 -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
fac1f2c5ae
Removed STLport requirement
2014-01-23 00:16:13 -07:00
Anonymous
697893f7d6
Removed unneeded cmake code
2014-01-21 08:25:15 -07:00
Anonymous
1992bd0149
Removed extra qualifications
2014-01-19 07:27:49 -07:00
Anonymous
3a35aca06c
Added interdependent links between static libs
2014-01-19 07:27:17 -07:00
Anonymous
90c44c2168
Handle code generation for windows platforms
2014-01-19 05:26:25 -07:00