summaryrefslogtreecommitdiff
path: root/cpp/include/IceUtil
Commit message (Collapse)AuthorAge
* Update version to 3.6.2Jose2016-03-10
|
* Update copyright headersJoe George2016-03-01
|
* 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
|
* Fix ICE-6556 - Fix clang warningJoe George2015-06-04
| | | | Fix clang warning in flex generated code
* Atomic.h exchange must return the original valueJose2015-05-27
|
* ICE-5955 fix build warningDwayne Boone2015-05-19
|
* Updates for windows mkdir usageJose2015-05-15
| | | | This avoid problems with git/cygwin mkdir being in PATH
* 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
|
* 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 Makefile indentation to use tab witdh=8 and indent width = 4Benoit Foucher2015-04-13
|
* Added iOS support for IceTouchBenoit Foucher2015-03-20
|
* Fixed OutputUtil to not use char* in the APIJose2015-03-11
| | | | * Remove setBeginBlock/setEndBlock unused methods
* Updated .headers fileDwayne Boone2015-03-09
|
* IceUtil/Atomic.h doesn't build with MINGWJose2015-03-04
|
* Fix Atomic.h for gcc builds without ICE_HAS_GCC_BUILTINSJose2015-02-25
|
* 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
|
* Changed version to 3.6.0Dwayne Boone2015-01-28
|
* Fixed (ICE-6209) - IceUtil/SHA1.hJose2015-01-16
|
* Updated copyright to 2015Dwayne Boone2015-01-05
|
* Fixed ICE-5812: refactor capture and printing of exception stack traceBernard Normier2015-01-02
|
* pragma fix for older GCC versionsMark Spruiell2014-11-05
|
* New IceUtil headers to push and pop pragma disable warning with MSVC and GCCBernard Normier2014-10-31
|
* ICE-5804 - Warnings when building with GCC (Eliminate C style casts)Jose2014-10-30
|
* Several Windows build fixes:Jose2014-10-08
| | | | | | | ICE-3420 - Force link failure for debug/release mismatch? Update VS add-in to not add C++ libraries Fixed WinRT builds Fixed Python Windows builds
* Update Ice version to 3.6b 3.6.51Jose2014-10-03
|
* Fixed ICE-5620: metrics admin creation in IceBox, fixed bug where timer ↵Benoit Foucher2014-09-12
| | | | wasn't instrumented
* Fix (ICE-3445) - consider not installing internal header filesJose2014-09-01
|
* Fixed ICE-5621: set _WIN32_WINNT when buildingBernard Normier2014-08-14
|
* Fix problem introduced with ICE-5553 fixJose2014-08-13
|
* Fixed (ICE-5553) - Freeze/evictor test failsJose2014-08-13
|
* Fixed (ICE-5586) - Integrate IceWS to the Ice core libraryJose2014-08-12
|
* Windows SSL SChannel implementation & OS X Secure Transport fixes.Jose2014-08-07
|
* Fixed ICE-5598 (generateRandom) and ICE-5520 (removed openssl/patch.mingw)Bernard Normier2014-07-28
|
* Correct __declspec for MinGWBernard Normier2014-07-28
|
* Fixes for Ruby x64 on Windows + MinGW cleanupsBernard Normier2014-07-27
|
* Partial fix for ICE-5548: better C++11 detectionBernard Normier2014-07-10
|
* Fix for ICE-5527 (simplify generated code for user exception and object ↵Bernard Normier2014-06-16
| | | | factories), ICE-4832 (ice_staticId and static initialization) and partial fix for ICE-5515 (ice_staticId on C++ proxies)
* Windows deprecation fixesBernard Normier2014-06-12
|
* Fix for ICE-5542: add message to ICE_DEPRECATED_API in C++Bernard Normier2014-06-12
|
* Fixed (ICE-4894) - Native SSL implementation for OS XJose2014-06-06
|