summaryrefslogtreecommitdiff
path: root/cpp/src
Commit message (Collapse)AuthorAge
...
* | Remove unused variables in slice2cs buildJoe George2016-07-28
| |
* | CShasp Ice.Value mappingJose2016-07-28
| |
* | Deprecate Communicator::stringToIdentity and identityToStringBernard Normier2016-07-27
| |
* | C++11 CertificateVerifier and PasswordPromptBernard Normier2016-07-27
| |
* | C++11 mapping for PropertiesAdminUpdateCallbackBernard Normier2016-07-26
| |
* | ICE-7252 - Disable optimizer for non-VC140 buildsJoe George2016-07-26
| |
* | Merge remote-tracking branch 'origin/3.6'Jose2016-07-26
|\|
| * Minor fix for Python string literalsJose2016-07-26
| |
* | Fix fail to build errorJose2016-07-26
| |
* | Merge remote-tracking branch 'origin/3.6'Jose2016-07-26
|\|
| * String literal fixes for compativility with Python3Jose2016-07-26
| |
* | Simplified exception-related codeBernard Normier2016-07-25
| | | | | | | | Reduced VS 2015 U3 optimizer disabling
* | Fix ICE-7250 - slice2cpp crash with optionals demoJose2016-07-25
| |
* | Added ICE_BUILDING_SRC to make buildsBernard Normier2016-07-22
| | | | | | | | | | | | Ice::Dispatcher and Ice::LocalObject are now hidden with C++11 Reworked C++11 exception ice_clone, added ExceptionHelper + other C++ cleanups
* | Removed unused propertyJose2016-07-22
| |
* | slice2cs updates for new AMD mappingJose2016-07-22
| |
* | New UserExceptionFactory for C++11Bernard Normier2016-07-19
| |
* | New C++11 optional mappingBernard Normier2016-07-18
| |
* | Remove cshar IceSSL deprecated featuresJose2016-07-15
| |
* | ICE-7088 - Fix exception default constructorJoe George2016-07-14
| | | | | | | | This bug is no longer present in the latest version of Xcode
* | Some ice_tuple fixesJoe George2016-07-13
| | | | | | | | - ice_tuple now returns all data members from class base class
* | Various C++ cleanupsBernard Normier2016-07-13
| |
* | Update version to 3.7a3Joe George2016-07-12
| |
* | CSharp updates for Visual Studio 2013 compatibilityJose2016-07-11
| |
* | Fixed streamFilename bugBernard Normier2016-07-11
| |
* | Add missing file from previous commitJoe George2016-07-11
| |
* | StreamReader/Writer improvementsJoe George2016-07-11
| | | | | | | | | | | | - No longer generate StreamWriter partial template specialization for C++ classes/structs/exceptions which have no optional members. - Reduce generated code size for all C++11 StreamReader/Writers.
* | Removed IceUtilInternal ifstream and ofstreamBernard Normier2016-07-08
| |
* | Additional UWP fix for ICE-7172vagrant2016-07-08
| |
* | ICE-7172 - Replace generated comparsion operatorsJoe George2016-07-08
| | | | | | | | | | | | | | - Add ice_tuple function to structs and classes. Returns a tuple of data members - Replace generated comparsion for structs (and classes) with template comparsion operators which use ice_tuple
* | Fixed ICE-7188 - pass all std::function by valueBenoit Foucher2016-07-07
| |
* | Update C# mapping with async/awaitJose2016-07-07
| |
* | Better formatting of generated codeBernard Normier2016-07-06
| | | | | | | | | | Fixed ice_id/ice_staticId implementation Generate override with C++11 mapping
* | Merge remote-tracking branch 'origin/3.6'Jose2016-07-06
|\| | | | | | | | | | | | | | | | | | | Conflicts: cpp/src/Ice/PropertyNames.cpp cpp/src/Ice/PropertyNames.h cpp/test/IceSSL/configuration/Makefile csharp/src/Ice/PropertyNames.cs java/src/Ice/src/main/java/IceInternal/PropertyNames.java js/src/Ice/PropertyNames.js
| * Remove IceSSL.SecurityLevel reintroduced with 3.6-stretch mergeJose2016-07-06
| |
| * Merge remote-tracking branch 'origin/3.6-stretch' into 3.6Jose2016-07-06
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: cpp/src/Ice/PropertyNames.cpp cpp/src/Ice/PropertyNames.h cpp/test/IceSSL/configuration/AllTests.cpp csharp/src/Ice/PropertyNames.cs java/src/Ice/src/main/java/IceInternal/PropertyNames.java js/src/Ice/PropertyNames.js
| | * Remove IceSSL.SecurityLevel propertyJose2016-07-06
| | | | | | | | | | | | | | | The security level can be set without this property by adding @SECLEVEL=n in the cipher string
| | * OpenSSL-1.1.0-pre5 supportJose2016-07-01
| | |
* | | Merge remote-tracking branch 'origin/3.6'Jose2016-07-01
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: config/Make.common.rules cpp/Makefile cpp/config/Make.rules cpp/config/Make.rules.Linux cpp/src/Ice/InstrumentationI.cpp cpp/src/Ice/PropertyNames.cpp cpp/src/Ice/PropertyNames.h cpp/src/IceSSL/Makefile cpp/src/IceUtil/Makefile cpp/test/Glacier2/attack/Makefile cpp/test/Glacier2/attack/Makefile.mak cpp/test/Glacier2/router/Makefile cpp/test/Glacier2/sessionHelper/Makefile cpp/test/Glacier2/staticFiltering/Makefile cpp/test/Ice/objects/Makefile cpp/test/IceSSL/configuration/AllTests.cpp cpp/test/IceUtil/stacktrace/StackTrace.debug.Linux cpp/test/IceUtil/stacktrace/StackTrace.release.Linux csharp/src/Ice/PropertyNames.cs java/Makefile java/gradle.properties java/gradle/ice.gradle java/src/Ice/src/main/java/IceInternal/PropertyNames.java java/test/build.gradle js/src/Ice/PropertyNames.js man/man1/icegridadmin.1 man/man1/transformdb.1 php/BuildInstructionsWindows.md php/Makefile php/config/Make.rules.Darwin php/config/Make.rules.mak.php php/config/Make.rules.php php/src/IcePHP/Makefile php/src/Makefile php/src/Makefile.mak php/src/php5/.depend.mak php/src/php5/Communicator.cpp php/src/php5/Config.h php/src/php5/Connection.cpp php/src/php5/Endpoint.cpp php/src/php5/IcePHP.rc php/src/php5/Makefile php/src/php5/Makefile.mak php/src/php5/Operation.cpp php/src/php5/Types.cpp php/src/php5/Types.h php/src/php5/Util.cpp php/src/php7/Communicator.cpp php/src/php7/Communicator.h php/src/php7/Config.h php/src/php7/Connection.cpp php/src/php7/Endpoint.cpp php/src/php7/IcePHP.rc php/src/php7/Makefile php/src/php7/Operation.cpp php/src/php7/Types.cpp php/src/php7/Types.h php/src/php7/Util.cpp scripts/TestUtil.py
| * | OpenSSL-1.1.0-pre5 supportJose2016-07-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: cpp/src/Ice/PropertyNames.cpp cpp/src/Ice/PropertyNames.h csharp/src/Ice/PropertyNames.cs java/src/Ice/src/main/java/IceInternal/PropertyNames.java js/src/Ice/PropertyNames.js
| * | Fix (ICE-7200) - _tempnam usage in WindowsJose2016-06-24
| | |
| * | Merge branch '3.6-stretch' into 3.6Jose2016-06-15
| |\|
| | * Fixed ICE-7134 - PHP Ice/proxy test fails on Ubuntu 16.04Jose2016-06-14
| | |
| | * Fixed ICE-7185 - Global destructor segfault in powerpcJose2016-06-14
| | |
| | * Fixed bug where connection to SOCKs/HTTP proxies could hang under certain ↵Benoit Foucher2016-06-10
| | | | | | | | | | | | conditions
| | * IceGrid PlatformInfo fixes for Debian kFreeBSDJose2016-06-10
| | |
| | * Debian kFreeBSD fixesJose2016-06-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | - ICE_USE_KQUEUE was not being defined for kFreeBSD - closeSocket needs to deal with ECONNRESET in same way that FreeBSD does - icehashpassword.py was unable to detec kFreeBSD platform
| | * Fixes to support kFreeBSDJose2016-06-10
| | |
| | * Fix typoJose2016-05-27
| | |
| | * FreeBSD patchesJose2016-05-26
| | |