summaryrefslogtreecommitdiff
path: root/cpp/src
Commit message (Collapse)AuthorAge
* Fixed copyrightsBenoit Foucher2012-04-25
|
* python 3 supportMark Spruiell2012-04-24
|
* ICE-4826 - Clang 3.1 warnings building slice2javaJose2012-04-12
|
* ICE-4583 - icepatch2client deprecate IcePatch2.EndpointsJose2012-04-09
|
* ICE-4806 - name hiding warningsJose2012-04-09
|
* ICE-4783 - C++ Glacier2/router failureJose2012-04-09
|
* ICE-4785 - IceGrid/deployer fails with GCC-4.6.2 buildsJose2012-04-03
|
* Rename define PRIO_INHERIT > ICE_PRIO_INHERITJose2012-04-03
|
* ICE-4791 - Include generated header in dependency rules emitted by slice2cpp.Jose2012-03-15
|
* ICE-4745 - Freeze serialization throws Ice.MemoryLimitExceptionJose2012-03-15
|
* serialVersionUID fix to use IceUtilInternal::stringToInt64 for numeric ↵Jose2012-03-08
| | | | conversions
* serialVersionUID fixesJose2012-03-08
|
* ICE-4790 - inlining of one-shot constructorsBenoit Foucher2012-03-06
|
* ICE-4793 - Fixes to prevent GCC shadow warnings and other minor fixesBenoit Foucher2012-03-05
|
* Fixed copy/paste error for reading replica cert CN propertyBenoit Foucher2012-03-05
|
* Removed RWRecMutex & StaticMutex from Makefile.makBenoit Foucher2012-02-24
|
* Remove unused parameter in slice2csJose2012-02-23
|
* Fix to prevent overflowsBenoit Foucher2012-02-23
|
* ICE-4747 - iceserviceinstall fails for SSL endpointJose2012-02-22
|
* ICE-4798 - OSX DynamicLibrary fallback to .so/.bundle if .dylib failsJose2012-02-22
|
* ICE-4753 - Remove StaticMutex & RWRecMutexJose2012-02-21
|
* ICE-4740 - Timer for mac doesn't implement monotonic timeJose2012-02-21
|
* ICE-4588 - DynamicLibrary & LoadLibraryWJose2012-02-21
|
* ICE-4322 - Use "#pragma once" in Slice filesJose2012-02-21
|
* ICE-3590 - localhost vs. 127.0.0.1Jose2012-02-21
|
* ICE-4794 - Adding property IceSSL.InitOpenSSLMark Spruiell2012-02-14
|
* Minor fix to slice2cs, to be consistent how to detect base use classesJose2012-02-13
|
* ICE-4590 - map structs that include default values to a classJose2012-02-13
|
* ICE-4731 - IceStorm traces contain "this" addressJose2012-02-06
|
* ICE-4567 - Avoid relying on ClassCastExceptionJose2012-02-02
|
* ICE-4777 - C++ assertion failure when flushing batch requestsMark Spruiell2012-01-30
|
* Fixed ICE-4772, IceGrid server disable patch for CengageBenoit Foucher2012-01-30
|
* ICE-4775 - memory leak in Glacier2Mark Spruiell2012-01-26
|
* ICE-4771 - IceBox fixesMark Spruiell2012-01-11
|
* minor fix to slice2freezej --depend-xmlJose2012-01-11
|
* ICE-4701 - AsyncResult::getCommunicator returns nullMark Spruiell2012-01-06
|
* ICE-4744 Eclipse plugin: build failure when slice2java generates warningJose2012-01-03
| | | | | - add --depend-xml option to slice2freezej - update ant tasks to use --depend-xml instead of --depend
* ICE-4574 - SQL DB and string conversionsJose2011-12-30
|
* ICE-4760 - slice2cpp unused generate global op names for local interfacesJose2011-12-30
|
* ICE-3441 minor fixJose2011-12-30
|
* ICE-3441 - Compute serialVersionUIDJose2011-12-30
|
* ICE-4565 - Generate default value initialization in header fileJose2011-12-29
|
* ICE-4726 - Patcher warning in generated C# codeMark Spruiell2011-12-28
|
* ICE-4757 --add-header bogusJose2011-12-26
|
* ICE-4598 Running out of memory while allocating a marshaling bufferJose2011-12-21
|
* ICE-4592 UTF8BufferI getMoreBytesJose2011-12-21
|
* ICE-3793 replace static with anon namespacesJose2011-12-20
|
* ICE-4298 Add build-time option for setting default mutex protocolJose2011-12-19
|
* Freeze DB-5.x compiationJose2011-12-14
|
* Glacier2 SessionHelper related fixesJose2011-12-09
| | | | | | | | | | | | - Add C++ Glacier2/sessionHelper test - Fix helpers to dispatch connect failed in a separate thread ICE-4714 - No longer clear the communicator on connection lost or disconnect ICE-4707 - Glacier2.SessionHelper const/final ICE-4476