Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
| | * | Monotonic clock FreeBSD patches | Jose | 2016-05-25 | |
| | | | ||||
| | * | GNU/kFreeBSD specific patches | Jose | 2016-05-23 | |
| | | | ||||
* | | | Whitespace cleanup - tabs to spaces | Joe George | 2016-06-29 | |
| | | | ||||
* | | | Reduced number of symbols exported by generated code with MSVC | Bernard Normier | 2016-06-29 | |
| | | | ||||
* | | | Fixes to not install IceUtil/Slice and IceIAP | Benoit Foucher | 2016-06-29 | |
| | | | ||||
* | | | Cleanup generated code for classes | Joe George | 2016-06-28 | |
| | | | | | | | | | | | | | | | | | | - Only generate StreamReader and StreamWriter friends for "protected" metadata - Remove some unnecessary 'using' declerations | |||
* | | | Fixed NPE in Java/IceSSL implementation | Benoit Foucher | 2016-06-28 | |
| | | | ||||
* | | | ICE-7204 : Fixed UWP build failure | Benoit Foucher | 2016-06-28 | |
| | | | ||||
* | | | Fixed C++11 iAP transport build failure | Benoit Foucher | 2016-06-28 | |
| | | | ||||
* | | | Exported classes no longer have weak vtables with clang | Bernard Normier | 2016-06-27 | |
| | | | ||||
* | | | Refactored SSL and iAP transports, support for running SSL on top | Benoit Foucher | 2016-06-27 | |
| | | | | | | | | | | | | of TCP/iAP/Bluetooth. | |||
* | | | C++11 proxy generation cleanup | Bernard Normier | 2016-06-23 | |
| | | | ||||
* | | | Replaced malloc/realloc by vector | Bernard Normier | 2016-06-21 | |
| | | | ||||
* | | | Improved InputStream and OutputStream in C++11 | Bernard Normier | 2016-06-21 | |
| | | | ||||
* | | | C++11 AMI custom mapping support | Bernard Normier | 2016-06-16 | |
| | | | ||||
* | | | ICE-7179 - Update std::function code style | Joe George | 2016-06-13 | |
| | | | ||||
* | | | Rename Ice Touch references to Ice | Joe George | 2016-06-10 | |
| | | | ||||
* | | | ICE-7176 - Cleanup exception dtor noexcept | Joe George | 2016-06-10 | |
| | | | ||||
* | | | Renamed C++11 AMI/AMD suffix: _async to Async | Bernard Normier | 2016-06-09 | |
| | | | ||||
* | | | partial support for custom mapping with cpp11 | Bernard Normier | 2016-06-09 | |
| | | | | | | | | | | | | slice2cpp now recognizes cpp98, cpp11 and cpp metadata | |||
* | | | Fix typo | Joe George | 2016-06-08 | |
| | | | ||||
* | | | Fix for ICE-ICE-6982 optional data members | Joe George | 2016-06-08 | |
| | | | ||||
* | | | ICE-6982 and ICE-6946 | Joe George | 2016-06-08 | |
| | | | | | | | | | | | | | | | - Refactord C++ class/exception stream generated code - Changed return type of Obejct::ice_id() to std::string for C++11 | |||
* | | | Replaced some ScopeArrays by vector or wstring | Bernard Normier | 2016-06-06 | |
| | | | ||||
* | | | Simplified WindowsStringConverter implementation | Bernard Normier | 2016-06-06 | |
| | | | ||||
* | | | UnicodeWstringConverter performance improvement and cleanup | Bernard Normier | 2016-06-04 | |
| | | | ||||
* | | | Refactored string converters and use codecvt_utf8[_utf16] when | Bernard Normier | 2016-06-03 | |
| | | | | | | | | | | | | available instead of ConvertUTF | |||
* | | | Fixed warning when compiling with optimization | Benoit Foucher | 2016-06-02 | |
| | | | ||||
* | | | Fixed vesion computation in Ice service installer | Benoit Foucher | 2016-06-01 | |
| | | | ||||
* | | | Fixed alpha/beta version computation | Bernard Normier | 2016-05-31 | |
| | | | ||||
* | | | Updated version to 3.7a2 | Bernard Normier | 2016-05-31 | |
| | | | ||||
* | | | Merge pull request #10 from wmanth/master | Benoit Foucher | 2016-05-31 | |
|\ \ \ | | | | | | | | | Support bzip2 compression on all Apple targets | |||
| * | | | Support bzip2 compression on all Apple targets | Wolfram Manthey | 2016-05-29 | |
| | | | | ||||
* | | | | fixed copyright notices | Bernard Normier | 2016-05-31 | |
| | | | | ||||
* | | | | Fixed ICE-7161 - better deal with component specific cppflags | Benoit Foucher | 2016-05-31 | |
| | | | | ||||
* | | | | Added support for building Xcode SDK, added iAP transport | Benoit Foucher | 2016-05-31 | |
|/ / / | ||||
* | | | Fix for Travis failure | Bernard Normier | 2016-05-26 | |
| | | | ||||
* | | | Restored icegriddb + other small fixes | Bernard Normier | 2016-05-26 | |
| | | | ||||
* | | | Removed StreamReader/Writer explicit template | Bernard Normier | 2016-05-26 | |
| | | | | | | | | | | | | instantiations in generated code with MSVC | |||
* | | | Merge branch '3.6' | Joe George | 2016-05-23 | |
|\| | | ||||
| * | | Fixed ICE-7150 - support for services using shared communicator in ↵ | Benoit Foucher | 2016-05-18 | |
| | | | | | | | | | | | | icegridadmin/IceGridGUI | |||
* | | | Fixed AIX test/Ice/hold failures | Bernard Normier | 2016-05-20 | |
| | | | ||||
* | | | Install slice link for /usr installs, fixed for Objective-C ARC config | Benoit Foucher | 2016-05-20 | |
| | | | ||||
* | | | Moved some cpp files from IceUtil to Ice | Bernard Normier | 2016-05-13 | |
| | | | | | | | | | | | | Fixed UWP/static libs linking with Ice on Windows | |||
* | | | Objective-C stream changes | Joe George | 2016-05-12 | |
| | | | ||||
* | | | Added back ICEUTIL_OS_LIBS | Bernard Normier | 2016-05-12 | |
| | | | ||||
* | | | Removed accidently re-added header files | Bernard Normier | 2016-05-12 | |
| | | | ||||
* | | | Renamed ICE_UTIL_API to ICE_API and other cleanups | Bernard Normier | 2016-05-12 | |
| | | | ||||
* | | | MSBuild project simplifications | Jose | 2016-05-12 | |
| | | | ||||
* | | | cleaning up stream API in C# | Mark Spruiell | 2016-05-11 | |
| | | |