Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Added back check for _WIN64 necessary for mingw | Benoit Foucher | 2016-09-29 |
| | |||
* | Don't include stdint with VS builds | Jose | 2016-09-26 |
| | |||
* | Fix ICE-4787 - slice compilers and unicode paths | Jose | 2016-09-17 |
| | |||
* | Merge branch '3.6-stretch' into 3.6 | Jose | 2016-06-15 |
|\ | |||
| * | Fixes to support kFreeBSD | Jose | 2016-06-10 |
| | | |||
| * | Rework endian/wordsize checks | Jose | 2016-06-08 |
| | | |||
| * | Minor fixes for endianness/wordsize detection | Jose | 2016-05-27 |
| | | |||
| * | FreeBSD patches | Jose | 2016-05-26 |
| | | |||
| * | Rework endian and 32/64 bit mode checks to use system headers when possible | Jose | 2016-05-23 |
| | | |||
* | | AIX port | Benoit Foucher | 2016-05-03 |
| | | |||
* | | Fixed ICE-7115 - unmarshalling bug with optional parameters | Benoit Foucher | 2016-04-26 |
| | | |||
* | | Update Ice version to 3.6.3 | Joe George | 2016-04-08 |
| | | |||
* | | Do not throw if log rotation fails. | Jose | 2016-04-07 |
| | | | | | | | | | | | | If log rotate fails because the file cannot be renamed we will keep using the same log file or in case that it cannot be reopen we will log to stderr. | ||
* | | ICE-7035 - Add option to roll log files | Jose | 2016-04-07 |
|/ | |||
* | .gitignore updates | Jose | 2016-03-11 |
| | |||
* | Update version to 3.6.2 | Jose | 2016-03-10 |
| | |||
* | Update copyright headers | Joe George | 2016-03-01 |
| | |||
* | ICE-6952 - identityToString/stringToIdentity non member functions | Jose | 2016-02-29 |
| | |||
* | Update AsyncResult.h | Benoit Foucher | 2015-11-10 |
| | | | Added comment to explain why we extend std::function | ||
* | Fixed ICE-6671 - Added registration functions to explicitly register Ice plugins | Benoit Foucher | 2015-08-12 |
| | |||
* | 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 |
| | |||
* | ICE-6514 Removed uneeded includes of DisableWarnings.h | Dwayne Boone | 2015-07-08 |
| | |||
* | Fix ICE-6556 - Fix clang warning | Joe George | 2015-06-04 |
| | | | | Fix clang warning in flex generated code | ||
* | Fixed ICE-6557 - non virtual destructor warnings | Benoit Foucher | 2015-06-02 |
| | |||
* | WinRT SDK header fixes | Jose | 2015-05-29 |
| | |||
* | Fixed: (ICE-6543) StringConverter not build with WinRT | Jose | 2015-05-29 |
| | |||
* | Atomic.h exchange must return the original value | Jose | 2015-05-27 |
| | |||
* | ICE-5955 fix build warning | Dwayne Boone | 2015-05-19 |
| | |||
* | Fix for WinRT install headers | Jose | 2015-05-15 |
| | |||
* | Updates for windows mkdir usage | Jose | 2015-05-15 |
| | | | | This avoid problems with git/cygwin mkdir being in PATH | ||
* | (ICE-6506) PHP Windows build broken | Jose | 2015-05-12 |
| | |||
* | ICE-6491 duplicate error for invalid class/interface names | Dwayne Boone | 2015-05-12 |
| | |||
* | Fixed ICE-6497: broken Windows RT build | Benoit Foucher | 2015-05-11 |
| | |||
* | 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 |
| | |||
* | Fixed ICE-6482: Cleanup WinRT makefiles, other WinRT minor fixes | 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 previous commit which was incomplete | Benoit Foucher | 2015-04-28 |
| | |||
* | Fixed Makefile indentation to use tab witdh=8 and indent width = 4 | Benoit Foucher | 2015-04-13 |
| | |||
* | Remove FileUtil dependency for --depend-file | Jose | 2015-04-13 |
| | |||
* | Add --depend-file/--depend-xml optinos to all Slice compilers | Jose | 2015-04-13 |
| | |||
* | Fixed ICE-6399 - include SliceChecksums.h in Ice.h | Benoit Foucher | 2015-03-26 |
| | |||
* | 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 | ||
* | ICE-6170 - fixed behavior of batch requests | Benoit Foucher | 2015-03-10 |
| | |||
* | Updated .headers file | Dwayne Boone | 2015-03-09 |
| |