summaryrefslogtreecommitdiff
path: root/cpp/src/Freeze/ObjectStore.h
Commit message (Collapse)AuthorAge
* Moved Freeze to its own repositoryDwayne Boone2015-11-13
|
* Updated copyright to 2015Dwayne Boone2015-01-05
|
* ICE-5225 - Freeze changesMark Spruiell2014-08-22
|
* merging javascript branchMark Spruiell2014-03-19
|
* Fixed ICE-5179: Fixed copyrightsBenoit Foucher2013-02-12
|
* Port to gcc and clang in c++11 mode:Bernard Normier2012-10-05
| | | | | - for GCC, replaced most std::auto_ptr usage by a new IceUtil::UniquePtr - for clang, added ICE_NOEXCEPT and ICE_NOEXCEPT_FALSE for a few dtors in Freeze
* Undo pragma-once-in-header enhancementBernard Normier2012-09-05
|
* Much better fix for ICE-2097: whether or not to keep the stats is no longerBernard Normier2012-08-21
| | | | | | | determined by the encoding but by the Catalog data for the evictor. With the new default, the catalog data key and value are set, in particular the value is set to "Object". With old evictors, the catalog data value was set to "", which means ::Freeze::ObjectRecord (with stats).
* Merge remote-tracking branch 'origin/master' into encoding11Benoit Foucher2012-08-06
|\ | | | | | | | | | | | | Conflicts: cpp/include/Ice/Stream.h cpp/include/Slice/Preprocessor.h rb/ruby/Makefile.mak
| * Remove BCC supportJose2012-07-19
| |
| * ICE-4782 Generate "#pragma once" for include-guards in generated C++ header ↵Jose2012-07-19
| | | | | | | | files.
* | Merge remote-tracking branch 'origin/master' into encoding11Benoit Foucher2012-04-25
|\|
| * Fixed copyrightsBenoit Foucher2012-04-25
| |
* | Added support for encoding versioningBenoit Foucher2012-04-18
|/
* updating version & copyright for 3.4.2Mark Spruiell2011-05-11
|
* Updated copyright to 2010Dwayne Boone2010-01-07
|
* Bug 3621 - updated copyright to 2009Dwayne Boone2009-01-02
|
* Port to CodeGear C++Builder 2007Dwayne Boone2008-04-04
|
* Updated copyrightDwayne Boone2008-01-23
|
* Removed transactional evictor contextBernard Normier2007-05-30
|
* Renamed existing Freeze Evictor to BackgroundSaveEvictor and added newBernard Normier2007-05-25
| | | | TransactionalEvictor
* Expanded tabs into spacesBernard Normier2007-02-01
|
* Updated copyright headerDwayne Boone2007-01-08
|
* Updated copyrightDwayne Boone2006-03-14
|
* Updated copyrights to 2005Bernard Normier2005-02-16
|
* AIX portBernard Normier2004-06-08
|
* Fixed copyrightBernard Normier2004-05-18
|
* Updated copyright noticeBernard Normier2004-05-11
|
* Added keep, keepFacet, remove and removeFacet to Evictor; implementedBernard Normier2004-04-19
| | | | IceUtil::Cache properly
* Freeze fixesBernard Normier2004-04-17
|
* Switched to a single database file with multiple databasesBernard Normier2004-04-12
|
* Updated Freeze Evictor with new facetsBernard Normier2004-04-09