Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Exception stack trace updates | Jose | 2016-03-21 |
| | |||
* | minor comment fix in IceUtil | Mark Spruiell | 2016-03-15 |
| | |||
* | ICE-7019 - remove db tools dependency on IcePatch2 | Jose | 2016-03-15 |
| | |||
* | .gitignore updates | Jose | 2016-03-11 |
| | |||
* | Update version to 3.6.2 | Jose | 2016-03-10 |
| | |||
* | String literals fixes | Jose | 2016-03-10 |
| | | | | | | - Fixed escape sequences in C++ wide strings - Fixed objetive-c escape sequences - Update ruby to use magic comments to set the file encoding | ||
* | ICE-6991 - Add support for unicode escape sequences | Jose | 2016-03-08 |
| | |||
* | Update Copyright year to 2016 in rc and cs files | Joe George | 2016-03-07 |
| | |||
* | Update copyright headers | Joe George | 2016-03-01 |
| | |||
* | Fix ICE-6969 | Joe George | 2016-01-15 |
| | | | | IceUtilInternal::freopen() was ignoring stream argument | ||
* | Disable stacktraces for Linux ARM | Jose | 2015-08-28 |
| | |||
* | Updated AssemblyInfo and StringFileInfo on Windows | Bernard Normier | 2015-08-21 |
| | |||
* | Updated version to 3.6.1 | Dwayne Boone | 2015-07-31 |
| | |||
* | Updated Windows dependencies | Dwayne Boone | 2015-07-08 |
| | |||
* | ICE-6514 Removed uneeded includes of DisableWarnings.h | Dwayne Boone | 2015-07-08 |
| | |||
* | Fixed ICE-6505 Allow to Sign C++ .exe/.dlls after build | Jose | 2015-05-12 |
| | |||
* | Fixed ICE-6497: broken Windows RT build | Benoit Foucher | 2015-05-11 |
| | |||
* | 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. | ||
* | Add support for VS 2015 RC (VC140) | Bernard Normier | 2015-05-02 |
| | |||
* | Fixed OutputUtil to not use char* in the API | Jose | 2015-03-11 |
| | | | | * Remove setBeginBlock/setEndBlock unused methods | ||
* | ICE-6350 - IcePy stringify performance | Jose | 2015-03-11 |
| | |||
* | ICE-6353 - IceStorm/Freeze/BerkeleyDB: PANIC: Too many open files | Matthew Newhook | 2015-03-07 |
| | |||
* | Update windows dependencies | Jose | 2015-02-19 |
| | |||
* | Add IceUtil/Atomic.h with support for std::atomic | Jose | 2015-02-19 |
| | |||
* | Fixed (ICE-6317) - Use std::atomic for C++11 builds | Jose | 2015-02-18 |
| | |||
* | Fixed (ICE-5975) - Improve IceUtil::ThreadControl::sleep and wait primitives ↵ | Jose | 2015-02-10 |
| | | | | to better handle negative values | ||
* | IceGridDiscovery is now IceLocatorDiscovery | Benoit Foucher | 2015-02-03 |
| | |||
* | Changed version to 3.6.0 | Dwayne Boone | 2015-01-28 |
| | |||
* | IceUtil mingw build fix | Jose | 2015-01-21 |
| | |||
* | Fix to previous commit | Jose | 2015-01-16 |
| | |||
* | 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 |
| | |||
* | Build & test fixes: | Jose | 2014-11-24 |
| | | | | | | | | * ICE-5929 - Consider using $ORIGIN on Linux * ICE-5949 - IceBox issues on Linux bi-arch * ICE-5954 - Ubuntu make install issue / ORIGIN bug * ICE-5961 - OSX: test/IceGrid/session fails * ICE-5971 - allTests.py incorrect reporting under Windows? | ||
* | ICE-5804 - Warnings when building with GCC (Eliminate C style casts) | Jose | 2014-10-30 |
| | |||
* | Updated Windows dependencies | Dwayne Boone | 2014-10-30 |
| | |||
* | C++11 build updates | Jose | 2014-10-24 |
| | |||
* | Fixed Windows dependencies to account for OutgoingAsync refactoring | Benoit Foucher | 2014-10-10 |
| | |||
* | Windows dependency fixes | Jose | 2014-10-08 |
| | |||
* | Version fixes | Jose | 2014-10-08 |
| | |||
* | Update Ice version to 3.6b 3.6.51 | Jose | 2014-10-03 |
| | |||
* | Fix (ICE-3792) - dependencies in the repository are very crappy | Jose | 2014-09-24 |
| | | | | | For now removed Unix dependencies from repository, we keep Windows dependencies in repository but now are generated from Windows. | ||
* | Fixed ICE-5620: metrics admin creation in IceBox, fixed bug where timer ↵ | Benoit Foucher | 2014-09-12 |
| | | | | wasn't instrumented | ||
* | Revert "Fixed (ICE-3792) - dependencies in the repository are very crappy" | Jose | 2014-09-11 |
| | | | | | | | | This reverts commit 201d395c7186e50d195672db7b472989783826cb. Conflicts: cpp/config/Make.rules cpp/test/Ice/Makefile.mak | ||
* | Fixed (ICE-3792) - dependencies in the repository are very crappy | Jose | 2014-09-10 |
| | |||
* | ICE-5658 - NPM support for IceJS distribution | Joe George | 2014-09-05 |
| | |||
* | Fix (ICE-3445) - consider not installing internal header files | Jose | 2014-09-01 |
| | |||
* | Partial fix for ICE-5637: improved SLICE_SRCS in Makefiles | Bernard Normier | 2014-08-26 |
| | |||
* | ICE-5639 added comment for clarification of SocketOperation enum | Dwayne Boone | 2014-08-25 |
| |