Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Update version to 3.6.2 | Jose | 2016-03-10 |
| | |||
* | Update copyright headers | Joe George | 2016-03-01 |
| | |||
* | Updated version to 3.6.1 | Dwayne Boone | 2015-07-31 |
| | |||
* | Fix for WinRT headers install | Jose | 2015-07-31 |
| | |||
* | Fix Ice::Log string format used with Visual Studio | Jose | 2015-07-22 |
| | |||
* | Fix ICE-6556 - Fix clang warning | Joe George | 2015-06-04 |
| | | | | Fix clang warning in flex generated code | ||
* | Atomic.h exchange must return the original value | Jose | 2015-05-27 |
| | |||
* | ICE-5955 fix build warning | Dwayne Boone | 2015-05-19 |
| | |||
* | Updates for windows mkdir usage | Jose | 2015-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 Foucher | 2015-05-06 |
| | | | | defined, minor WinRT test fixes | ||
* | Fixed Atomic.h to support VS2008 build | Benoit Foucher | 2015-05-06 |
| | |||
* | ICE-6481 pragma comment when building static libraries | Bernard Normier | 2015-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 declarations | Jose | 2015-05-05 |
| | |||
* | Add support for VS 2015 RC (VC140) | Bernard Normier | 2015-05-02 |
| | |||
* | Fixed Makefile indentation to use tab witdh=8 and indent width = 4 | Benoit Foucher | 2015-04-13 |
| | |||
* | Added iOS support for IceTouch | Benoit Foucher | 2015-03-20 |
| | |||
* | Fixed OutputUtil to not use char* in the API | Jose | 2015-03-11 |
| | | | | * Remove setBeginBlock/setEndBlock unused methods | ||
* | Updated .headers file | Dwayne Boone | 2015-03-09 |
| | |||
* | IceUtil/Atomic.h doesn't build with MINGW | Jose | 2015-03-04 |
| | |||
* | Fix Atomic.h for gcc builds without ICE_HAS_GCC_BUILTINS | Jose | 2015-02-25 |
| | |||
* | Add ICE_INT64_FORMAT macro to use with fprintf/printf string formats. | Jose | 2015-02-19 |
| | |||
* | Add IceUtil/Atomic.h with support for std::atomic | Jose | 2015-02-19 |
| | |||
* | VC bug fix std::atomic_int style typedefs does not work | Jose | 2015-02-18 |
| | |||
* | Fixed (ICE-6317) - Use std::atomic for C++11 builds | Jose | 2015-02-18 |
| | |||
* | Changes for brew, python PyPI packaging and ruby gem packaging. | Matthew Newhook | 2015-02-18 |
| | |||
* | Update ICE_64 definition to include OS X | Jose | 2015-02-17 |
| | |||
* | Changed version to 3.6.0 | Dwayne Boone | 2015-01-28 |
| | |||
* | Fixed (ICE-6209) - IceUtil/SHA1.h | Jose | 2015-01-16 |
| | |||
* | Updated copyright to 2015 | Dwayne Boone | 2015-01-05 |
| | |||
* | Fixed ICE-5812: refactor capture and printing of exception stack trace | Bernard Normier | 2015-01-02 |
| | |||
* | pragma fix for older GCC versions | Mark Spruiell | 2014-11-05 |
| | |||
* | New IceUtil headers to push and pop pragma disable warning with MSVC and GCC | Bernard Normier | 2014-10-31 |
| | |||
* | ICE-5804 - Warnings when building with GCC (Eliminate C style casts) | Jose | 2014-10-30 |
| | |||
* | Several Windows build fixes: | Jose | 2014-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.51 | Jose | 2014-10-03 |
| | |||
* | Fixed ICE-5620: metrics admin creation in IceBox, fixed bug where timer ↵ | Benoit Foucher | 2014-09-12 |
| | | | | wasn't instrumented | ||
* | Fix (ICE-3445) - consider not installing internal header files | Jose | 2014-09-01 |
| | |||
* | Fixed ICE-5621: set _WIN32_WINNT when building | Bernard Normier | 2014-08-14 |
| | |||
* | Fix problem introduced with ICE-5553 fix | Jose | 2014-08-13 |
| | |||
* | Fixed (ICE-5553) - Freeze/evictor test fails | Jose | 2014-08-13 |
| | |||
* | Fixed (ICE-5586) - Integrate IceWS to the Ice core library | Jose | 2014-08-12 |
| | |||
* | Windows SSL SChannel implementation & OS X Secure Transport fixes. | Jose | 2014-08-07 |
| | |||
* | Fixed ICE-5598 (generateRandom) and ICE-5520 (removed openssl/patch.mingw) | Bernard Normier | 2014-07-28 |
| | |||
* | Correct __declspec for MinGW | Bernard Normier | 2014-07-28 |
| | |||
* | Fixes for Ruby x64 on Windows + MinGW cleanups | Bernard Normier | 2014-07-27 |
| | |||
* | Partial fix for ICE-5548: better C++11 detection | Bernard Normier | 2014-07-10 |
| | |||
* | Fix for ICE-5527 (simplify generated code for user exception and object ↵ | Bernard Normier | 2014-06-16 |
| | | | | factories), ICE-4832 (ice_staticId and static initialization) and partial fix for ICE-5515 (ice_staticId on C++ proxies) | ||
* | Windows deprecation fixes | Bernard Normier | 2014-06-12 |
| | |||
* | Fix for ICE-5542: add message to ICE_DEPRECATED_API in C++ | Bernard Normier | 2014-06-12 |
| | |||
* | Fixed (ICE-4894) - Native SSL implementation for OS X | Jose | 2014-06-06 |
| |