summaryrefslogtreecommitdiff
path: root/cpp/src
Commit message (Collapse)AuthorAge
...
| | * Monotonic clock FreeBSD patchesJose2016-05-25
| | |
| | * GNU/kFreeBSD specific patchesJose2016-05-23
| | |
* | | Whitespace cleanup - tabs to spacesJoe George2016-06-29
| | |
* | | Reduced number of symbols exported by generated code with MSVCBernard Normier2016-06-29
| | |
* | | Fixes to not install IceUtil/Slice and IceIAPBenoit Foucher2016-06-29
| | |
* | | Cleanup generated code for classesJoe George2016-06-28
| | | | | | | | | | | | | | | | | | - Only generate StreamReader and StreamWriter friends for "protected" metadata - Remove some unnecessary 'using' declerations
* | | Fixed NPE in Java/IceSSL implementationBenoit Foucher2016-06-28
| | |
* | | ICE-7204 : Fixed UWP build failureBenoit Foucher2016-06-28
| | |
* | | Fixed C++11 iAP transport build failureBenoit Foucher2016-06-28
| | |
* | | Exported classes no longer have weak vtables with clangBernard Normier2016-06-27
| | |
* | | Refactored SSL and iAP transports, support for running SSL on topBenoit Foucher2016-06-27
| | | | | | | | | | | | of TCP/iAP/Bluetooth.
* | | C++11 proxy generation cleanupBernard Normier2016-06-23
| | |
* | | Replaced malloc/realloc by vectorBernard Normier2016-06-21
| | |
* | | Improved InputStream and OutputStream in C++11Bernard Normier2016-06-21
| | |
* | | C++11 AMI custom mapping supportBernard Normier2016-06-16
| | |
* | | ICE-7179 - Update std::function code styleJoe George2016-06-13
| | |
* | | Rename Ice Touch references to IceJoe George2016-06-10
| | |
* | | ICE-7176 - Cleanup exception dtor noexceptJoe George2016-06-10
| | |
* | | Renamed C++11 AMI/AMD suffix: _async to AsyncBernard Normier2016-06-09
| | |
* | | partial support for custom mapping with cpp11Bernard Normier2016-06-09
| | | | | | | | | | | | slice2cpp now recognizes cpp98, cpp11 and cpp metadata
* | | Fix typoJoe George2016-06-08
| | |
* | | Fix for ICE-ICE-6982 optional data membersJoe George2016-06-08
| | |
* | | ICE-6982 and ICE-6946Joe George2016-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 wstringBernard Normier2016-06-06
| | |
* | | Simplified WindowsStringConverter implementationBernard Normier2016-06-06
| | |
* | | UnicodeWstringConverter performance improvement and cleanupBernard Normier2016-06-04
| | |
* | | Refactored string converters and use codecvt_utf8[_utf16] whenBernard Normier2016-06-03
| | | | | | | | | | | | available instead of ConvertUTF
* | | Fixed warning when compiling with optimizationBenoit Foucher2016-06-02
| | |
* | | Fixed vesion computation in Ice service installerBenoit Foucher2016-06-01
| | |
* | | Fixed alpha/beta version computationBernard Normier2016-05-31
| | |
* | | Updated version to 3.7a2Bernard Normier2016-05-31
| | |
* | | Merge pull request #10 from wmanth/masterBenoit Foucher2016-05-31
|\ \ \ | | | | | | | | Support bzip2 compression on all Apple targets
| * | | Support bzip2 compression on all Apple targetsWolfram Manthey2016-05-29
| | | |
* | | | fixed copyright noticesBernard Normier2016-05-31
| | | |
* | | | Fixed ICE-7161 - better deal with component specific cppflagsBenoit Foucher2016-05-31
| | | |
* | | | Added support for building Xcode SDK, added iAP transportBenoit Foucher2016-05-31
|/ / /
* | | Fix for Travis failureBernard Normier2016-05-26
| | |
* | | Restored icegriddb + other small fixesBernard Normier2016-05-26
| | |
* | | Removed StreamReader/Writer explicit templateBernard Normier2016-05-26
| | | | | | | | | | | | instantiations in generated code with MSVC
* | | Merge branch '3.6'Joe George2016-05-23
|\| |
| * | Fixed ICE-7150 - support for services using shared communicator in ↵Benoit Foucher2016-05-18
| | | | | | | | | | | | icegridadmin/IceGridGUI
* | | Fixed AIX test/Ice/hold failuresBernard Normier2016-05-20
| | |
* | | Install slice link for /usr installs, fixed for Objective-C ARC configBenoit Foucher2016-05-20
| | |
* | | Moved some cpp files from IceUtil to IceBernard Normier2016-05-13
| | | | | | | | | | | | Fixed UWP/static libs linking with Ice on Windows
* | | Objective-C stream changesJoe George2016-05-12
| | |
* | | Added back ICEUTIL_OS_LIBSBernard Normier2016-05-12
| | |
* | | Removed accidently re-added header filesBernard Normier2016-05-12
| | |
* | | Renamed ICE_UTIL_API to ICE_API and other cleanupsBernard Normier2016-05-12
| | |
* | | MSBuild project simplificationsJose2016-05-12
| | |
* | | cleaning up stream API in C#Mark Spruiell2016-05-11
| | |