summaryrefslogtreecommitdiff
path: root/cpp/src
Commit message (Collapse)AuthorAge
...
| * | | Internal code cleanupMark Spruiell2017-10-04
| | | |
| * | | Adding more tests; checksum supportMark Spruiell2017-10-03
| | | |
| * | | Adding inheritance testMark Spruiell2017-10-02
| | | |
| * | | Moving Ice.ValueHolderMark Spruiell2017-10-02
| | | |
| * | | Adding endpoint support; adding ami test; test script fixesMark Spruiell2017-09-29
| | | |
| * | | Internal proxy changes; simplifying generated proxy codeMark Spruiell2017-09-28
| | | |
| * | | Performance improvements; minor mapping changesMark Spruiell2017-09-27
| | | |
| * | | Minor fixes to generated code for sequencesMark Spruiell2017-09-23
| | | |
| * | | Revising the mapping for sequence<struct> and sequence<enum>Mark Spruiell2017-09-22
| | | |
| * | | Simplifying mapping for struct and sequenceMark Spruiell2017-09-20
| | | |
| * | | Adding slicing/objects test; Adding automated test supportMark Spruiell2017-09-19
| | | |
| * | | Adding slicing/exceptions testMark Spruiell2017-09-17
| | | |
| * | | Adding support for package metadata; updating tests to use package metadataMark Spruiell2017-09-16
| | | |
| * | | Adding support for Slice classes and optional values; Adding more testsMark Spruiell2017-09-15
| | | |
| * | | Adding exceptions test, support for debug buildsMark Spruiell2017-09-07
| | | |
| * | | Initial commit of MATLAB prototypeMark Spruiell2017-09-04
| | | |
* | | | Fixed typo in IceGrid ACM client timeout property name (ICE-8623)Benoit Foucher2018-02-06
| | | |
* | | | Updates for Ice Builder 5.xJose2018-02-05
| |_|/ |/| |
* | | ICE-7891 - Translate @see references in JavaMark Spruiell2018-02-01
| | |
* | | ICE-8544 - Updates to packaging metadataMark Spruiell2018-02-01
| | |
* | | Added ice_fixed to generated Java proxy class, added test to check proxy ↵Benoit Foucher2018-02-01
| | | | | | | | | | | | return type from ice_fixed
* | | Changed ice_fixed to inherit invocation timeout, context and compress ↵Benoit Foucher2018-02-01
| | | | | | | | | | | | override from original proxy
* | | Added support for ice_fixed, ice_getTimeout, ice_getCompress methods ↵Benoit Foucher2018-01-31
| | | | | | | | | | | | (ICE-7996 & ICE-7976)
* | | Updated AutoStart descriptionBernard Normier2018-01-30
| | |
* | | Added delayed autostart option (ICE-7912)Bernard Normier2018-01-30
| | |
* | | Grant rx to LocalService on service's parent directory (ICE-8273)Bernard Normier2018-01-26
| | |
* | | icebox requires at least one service (cpp, java)(ICE-8307)Bernard Normier2018-01-26
| | |
* | | Removed __USE_UNIX98 check (ICE-8580)Bernard Normier2018-01-26
| | |
* | | Moved the clearing of the router info into the try/catch block (ICE-8615)Benoit Foucher2018-01-25
| | |
* | | Added missing ICE_NOEXCEPT in IceBT/IceIAP transportsBenoit Foucher2018-01-24
| | |
* | | Added [cpp:noexcept] to Slice local methods that don't throw (ICE-8592)Benoit Foucher2018-01-24
| | |
* | | Added strict prototypes (ICE-8613)Bernard Normier2018-01-23
| | |
* | | Fixed for iOS test controller proxy and Xcode 9, fixed crashed issue when ↵Benoit Foucher2018-01-23
| | | | | | | | | | | | controller went into the background
* | | Added missing ICEregisterIceStringConverterBernard Normier2018-01-22
| | |
* | | Moved ice_collectable impl out of line (ICE-8610)Bernard Normier2018-01-22
| | |
* | | Adding doc comments to C++Mark Spruiell2018-01-17
| |/ |/|
* | Fixed Slice/Scanner.l build issue with macOS (ICE-8574)Benoit Foucher2017-11-21
| |
* | getpwnam_r bogus loopJose2017-11-17
| | | | | | | | | | | | Bug ICE-8659 See also https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=875714#24
* | Merge pull request #21 from InsertCreativityHere/3.7Mark Spruiell2017-11-15
|\ \ | | | | | | Fix for ICE-8416
| * | Fix for ICE-8416Austin Henriksen2017-11-04
| | | | | | | | | | | | | | | Scoped identifiers now have their own token types Identifier validity is now assessed in the scanning phase
* | | ICE-8539 - C++ fix for BT addressingMark Spruiell2017-11-08
| | |
* | | Add ice_intialize partial method to C# class and structsJose2017-11-07
|/ / | | | | | | Bug ICE-8193
* | Update Windows builds to expat 2.2.5Jose2017-11-02
| |
* | Move SessionHelper communicator initialization to a separate thread ICE-8504Jose2017-10-30
| |
* | ICE-7997 - unnecessary test in ConnectionIMark Spruiell2017-10-30
| |
* | Fix Overqualification in generated codeJose2017-10-30
| | | | | | | | See ICE-7856
* | Fixed generated code warnings showing up with Objective-C and Xcode 9.0 ↵Benoit Foucher2017-10-12
| | | | | | | | (ICE-8540)
* | iOS build failureJose2017-09-20
| |
* | Update Application and Service classes to catch Ice::ExceptionJose2017-09-20
| | | | | | | | | | | | - update Ice::Application and Ice::Service to catch Ice::Exception in addition to std::exception to get stack trace from Ice::Exception base class.
* | Clean C++ exception code to only throw exception typesJose2017-09-20
| | | | | | | | | | | | | | | | | | | | - Update C++ code to only throw types derived from C++ exception - Update C++ code to use one-shot constructors to create the exceptions Fix bug ICE-7892