summaryrefslogtreecommitdiff
path: root/cpp/include
Commit message (Collapse)AuthorAge
* .gitignore updatesJose2016-03-11
|
* Update version to 3.6.2Jose2016-03-10
|
* Update copyright headersJoe George2016-03-01
|
* ICE-6952 - identityToString/stringToIdentity non member functionsJose2016-02-29
|
* Update AsyncResult.hBenoit Foucher2015-11-10
| | | Added comment to explain why we extend std::function
* Fixed ICE-6671 - Added registration functions to explicitly register Ice pluginsBenoit Foucher2015-08-12
|
* Updated version to 3.6.1Dwayne Boone2015-07-31
|
* Fix for WinRT headers installJose2015-07-31
|
* Fix Ice::Log string format used with Visual StudioJose2015-07-22
|
* ICE-6514 Removed uneeded includes of DisableWarnings.hDwayne Boone2015-07-08
|
* Fix ICE-6556 - Fix clang warningJoe George2015-06-04
| | | | Fix clang warning in flex generated code
* Fixed ICE-6557 - non virtual destructor warningsBenoit Foucher2015-06-02
|
* WinRT SDK header fixesJose2015-05-29
|
* Fixed: (ICE-6543) StringConverter not build with WinRTJose2015-05-29
|
* Atomic.h exchange must return the original valueJose2015-05-27
|
* ICE-5955 fix build warningDwayne Boone2015-05-19
|
* Fix for WinRT install headersJose2015-05-15
|
* Updates for windows mkdir usageJose2015-05-15
| | | | This avoid problems with git/cygwin mkdir being in PATH
* (ICE-6506) PHP Windows build brokenJose2015-05-12
|
* ICE-6491 duplicate error for invalid class/interface namesDwayne Boone2015-05-12
|
* Fixed ICE-6497: broken Windows RT buildBenoit Foucher2015-05-11
|
* Fixed generated code to not instantiate templates if ICE_STATIC_LIBS is ↵Benoit Foucher2015-05-06
| | | | defined, minor WinRT test fixes
* Fixed Atomic.h to support VS2008 buildBenoit Foucher2015-05-06
|
* Fixed ICE-6482: Cleanup WinRT makefiles, other WinRT minor fixesBenoit Foucher2015-05-06
|
* ICE-6481 pragma comment when building static librariesBernard Normier2015-05-05
| | | | | | | | | | | | | | On windows with VS, pragma comment is now defined when building only when ICE_BUILDING_<component-name> is not defined. ICE_BUILDING_<component-name> is defined automatically when <component-name>_API_EXPORTS is defined. When building static Ice libraries on Windows, please define ICE_BUILDING_<component-name-being-built>. ICE_DECLSPEC_EXPORT and ICE_DECLSPEC_IMPORT are now defined all the time on Windows, and we define the various _API macros to /**/ when ICE_STATIC_LIBS is defined. Replaced various direct use of ICE_DECLSPEC_EXPORT/ICE_DECLSPEC_IMPORT by the correct _API macro.
* Missing export declarationsJose2015-05-05
|
* Add support for VS 2015 RC (VC140)Bernard Normier2015-05-02
|
* Fixed previous commit which was incompleteBenoit Foucher2015-04-28
|
* Fixed Makefile indentation to use tab witdh=8 and indent width = 4Benoit Foucher2015-04-13
|
* Remove FileUtil dependency for --depend-fileJose2015-04-13
|
* Add --depend-file/--depend-xml optinos to all Slice compilersJose2015-04-13
|
* Fixed ICE-6399 - include SliceChecksums.h in Ice.hBenoit Foucher2015-03-26
|
* Added iOS support for IceTouchBenoit Foucher2015-03-20
|
* Fixed OutputUtil to not use char* in the APIJose2015-03-11
| | | | * Remove setBeginBlock/setEndBlock unused methods
* ICE-6170 - fixed behavior of batch requestsBenoit Foucher2015-03-10
|
* Updated .headers fileDwayne Boone2015-03-09
|
* IceUtil/Atomic.h doesn't build with MINGWJose2015-03-04
|
* ICE-6338 make stream writeEnum/readEnum virtualDwayne Boone2015-03-04
|
* Fix Atomic.h for gcc builds without ICE_HAS_GCC_BUILTINSJose2015-02-25
|
* ICE-5814 fixed gcc compile errorsDwayne Boone2015-02-23
|
* ICE-6302 fixed Glacier2 session helper to no longer use detached threadsDwayne Boone2015-02-20
|
* ICE-5814 change C++ generated code to prevent shadow warnignsDwayne Boone2015-02-20
|
* Fix for ICE-6268, initialize enum, string and structs in ↵Benoit Foucher2015-02-20
| | | | Java/C#/Objective-C/JavaScript
* Simplification to Atomic usageJose2015-02-20
|
* Add ICE_INT64_FORMAT macro to use with fprintf/printf string formats.Jose2015-02-19
|
* Add IceUtil/Atomic.h with support for std::atomicJose2015-02-19
|
* VC bug fix std::atomic_int style typedefs does not workJose2015-02-18
|
* Fixed (ICE-6317) - Use std::atomic for C++11 buildsJose2015-02-18
|
* Changes for brew, python PyPI packaging and ruby gem packaging.Matthew Newhook2015-02-18
|
* Update ICE_64 definition to include OS XJose2015-02-17
|