Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | cleaning up build instruction files | Mark Spruiell | 2015-05-15 | |
| | ||||
* | Fix for WinRT install headers | Jose | 2015-05-15 | |
| | ||||
* | Move Ice.pros to cpp/config and install it | Jose | 2015-05-15 | |
| | ||||
* | Updates for windows mkdir usage | Jose | 2015-05-15 | |
| | | | | This avoid problems with git/cygwin mkdir being in PATH | |||
* | ICE-6513: Remove oudated cpp/doc | Jose | 2015-05-15 | |
| | ||||
* | Fix various typos | Joe George | 2015-05-14 | |
| | ||||
* | minor edits to build instructions | Mark Spruiell | 2015-05-13 | |
| | ||||
* | ICE-6494 - build instructions | Mark Spruiell | 2015-05-13 | |
| | ||||
* | Fixed ICE-6498: replaced protocol error with encoding error un ↵ | Benoit Foucher | 2015-05-13 | |
| | | | | UnsupportedEncodingException message | |||
* | (ICE-6506) PHP Windows build broken | Jose | 2015-05-12 | |
| | ||||
* | WinRT install fixes | Jose | 2015-05-12 | |
| | ||||
* | Fixed ICE-6505 Allow to Sign C++ .exe/.dlls after build | Jose | 2015-05-12 | |
| | ||||
* | ICE-6491 duplicate error for invalid class/interface names | Dwayne Boone | 2015-05-12 | |
| | ||||
* | ICE-6503 fix setting of install prefix | Dwayne Boone | 2015-05-12 | |
| | ||||
* | Better fix for VS2008 / Python build | Benoit Foucher | 2015-05-11 | |
| | ||||
* | Fixed ICE-6497: broken Windows RT build | Benoit Foucher | 2015-05-11 | |
| | ||||
* | changing checkPath in IceSSL/C++ | Mark Spruiell | 2015-05-08 | |
| | ||||
* | Fix travis compile error | Dwayne Boone | 2015-05-08 | |
| | ||||
* | ICE-6485 enums tests fails with --cross=objective-c | Dwayne Boone | 2015-05-08 | |
| | ||||
* | Fixed IceSSL SChannel implementation to allow VS2008 build | Benoit Foucher | 2015-05-07 | |
| | ||||
* | ICE-6487 ObjC test/Ice/objects fails with --cross=js | Dwayne Boone | 2015-05-07 | |
| | ||||
* | Fixed ICE-6486: added tracing of encoding for replies, fixed Java bug where ↵ | Benoit Foucher | 2015-05-07 | |
| | | | | the reply for servant locator finished user exception was always encoded with 1.0 | |||
* | Fixed generated code to not instantiate templates if ICE_STATIC_LIBS is ↵ | Benoit Foucher | 2015-05-06 | |
| | | | | defined, minor WinRT test fixes | |||
* | Fixed Atomic.h to support VS2008 build | Benoit Foucher | 2015-05-06 | |
| | ||||
* | 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. | |||
* | minor fixes for purify | Mark Spruiell | 2015-05-05 | |
| | ||||
* | Missing export declarations | Jose | 2015-05-05 | |
| | ||||
* | Add support to build WinRT SDKs with VS 2015 | Jose | 2015-05-05 | |
| | ||||
* | WinRT test suite project updates | Jose | 2015-05-03 | |
| | ||||
* | Add support for VS 2015 RC (VC140) | Bernard Normier | 2015-05-02 | |
| | ||||
* | Fix to prevent build leaving ".cpp" file in IceDiscovery directory. | Dwayne Boone | 2015-05-01 | |
| | ||||
* | Fix typo from previous commit | Joe George | 2015-04-29 | |
| | ||||
* | Improve usage message for slice compilers | Joe George | 2015-04-29 | |
| | | | | | * --ice Allow reserved Ice prefix in Slice identifiers. * --underscore Allow underscores in Slice identifiers. | |||
* | Clean up .gitattributes | Joe George | 2015-04-29 | |
| | | | | | * Remove all of the export-ignore statements * Move unicode test things to its own file | |||
* | Fixed ICE-6464 and deprecated various IceSSL properties | Benoit Foucher | 2015-04-28 | |
| | ||||
* | Fixed previous commit which was incomplete | Benoit Foucher | 2015-04-28 | |
| | ||||
* | Fixed ICE-6443 and other SSL fixes | Benoit Foucher | 2015-04-28 | |
| | | | | | | | | | - Added IceSSL::WSSEndpointInfo and IceSSL::WSSEndpointInfo - Deprecated IceSSL.KeyFile - Added IceSSL.CAs and deprecated IceSSL.CertAuthFile and IceSSL.CertAuthDir - Added support for IceSSL.UsePlatformCAs - Fixed SSL implementations to support reading PEM files containing multiple PEM certificates - Fixed Windows SSL implementation to support load DER certificates | |||
* | Added depend options to slice2freeze | Bernard Normier | 2015-04-24 | |
| | | | | Fixed slice2freezej to make its depend options more usable | |||
* | Fix for testing under 32 bit windows builds. | Matthew Newhook | 2015-04-24 | |
| | | | | Fixed OPTIMIZE=yes by default. | |||
* | Fixed ICE-6465: Windows IceGrid node support for more 64 processes | Benoit Foucher | 2015-04-24 | |
| | ||||
* | ICE-6466 - Replace --icejs metadata js:ice-build | Joe George | 2015-04-23 | |
| | ||||
* | Various Ice for JavaScript changes | Joe George | 2015-04-23 | |
| | | | | | | | * Rename zeroc-ice to ice * Fix slice2js to generate code with requrie('ice') * Update tests * Slim bower.json | |||
* | ICE-6450 Dependencies and system headers | Matthew Newhook | 2015-04-23 | |
| | ||||
* | Fixed ICE-6438, ICE-6439 and various inconsistencies between IceSSL ↵ | Benoit Foucher | 2015-04-23 | |
| | | | | implementations | |||
* | ICE-6455 - remove slice2py and slice2rb C++ exe | newhook | 2015-04-22 | |
| | | | | | Fix slice2rb.rb and slice2py.py scripts for Windows. Fix build issue with IceSSL and MinGW. | |||
* | ICE-6457 | Matthew Newhook | 2015-04-22 | |
| | | | | Windows python dev tree build is broken | |||
* | ICE-6455 - remove slice2py and slice2rb C++ exe | Matthew Newhook | 2015-04-20 | |
| | ||||
* | Fixed IceSSL OpenSSL implementation to provide and use the verified ↵ | Benoit Foucher | 2015-04-17 | |
| | | | | certificate chain | |||
* | Fixed SChannel issue where intermediate certificates were not being sent | Benoit Foucher | 2015-04-17 | |
| |