summaryrefslogtreecommitdiff
path: root/cpp
Commit message (Collapse)AuthorAge
...
* cleaning up build instruction filesMark Spruiell2015-05-15
|
* Fix for WinRT install headersJose2015-05-15
|
* Move Ice.pros to cpp/config and install itJose2015-05-15
|
* Updates for windows mkdir usageJose2015-05-15
| | | | This avoid problems with git/cygwin mkdir being in PATH
* ICE-6513: Remove oudated cpp/docJose2015-05-15
|
* Fix various typosJoe George2015-05-14
|
* minor edits to build instructionsMark Spruiell2015-05-13
|
* ICE-6494 - build instructionsMark Spruiell2015-05-13
|
* Fixed ICE-6498: replaced protocol error with encoding error un ↵Benoit Foucher2015-05-13
| | | | UnsupportedEncodingException message
* (ICE-6506) PHP Windows build brokenJose2015-05-12
|
* WinRT install fixesJose2015-05-12
|
* Fixed ICE-6505 Allow to Sign C++ .exe/.dlls after buildJose2015-05-12
|
* ICE-6491 duplicate error for invalid class/interface namesDwayne Boone2015-05-12
|
* ICE-6503 fix setting of install prefixDwayne Boone2015-05-12
|
* Better fix for VS2008 / Python buildBenoit Foucher2015-05-11
|
* Fixed ICE-6497: broken Windows RT buildBenoit Foucher2015-05-11
|
* changing checkPath in IceSSL/C++Mark Spruiell2015-05-08
|
* Fix travis compile errorDwayne Boone2015-05-08
|
* ICE-6485 enums tests fails with --cross=objective-cDwayne Boone2015-05-08
|
* Fixed IceSSL SChannel implementation to allow VS2008 buildBenoit Foucher2015-05-07
|
* ICE-6487 ObjC test/Ice/objects fails with --cross=jsDwayne Boone2015-05-07
|
* Fixed ICE-6486: added tracing of encoding for replies, fixed Java bug where ↵Benoit Foucher2015-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 Foucher2015-05-06
| | | | defined, minor WinRT test fixes
* Fixed Atomic.h to support VS2008 buildBenoit Foucher2015-05-06
|
* Fixed ICE-6482: Cleanup WinRT makefiles, other WinRT minor fixesBenoit Foucher2015-05-06
|
* ICE-6481 pragma comment when building static librariesBernard Normier2015-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 purifyMark Spruiell2015-05-05
|
* Missing export declarationsJose2015-05-05
|
* Add support to build WinRT SDKs with VS 2015Jose2015-05-05
|
* WinRT test suite project updatesJose2015-05-03
|
* Add support for VS 2015 RC (VC140)Bernard Normier2015-05-02
|
* Fix to prevent build leaving ".cpp" file in IceDiscovery directory.Dwayne Boone2015-05-01
|
* Fix typo from previous commitJoe George2015-04-29
|
* Improve usage message for slice compilersJoe George2015-04-29
| | | | | * --ice Allow reserved Ice prefix in Slice identifiers. * --underscore Allow underscores in Slice identifiers.
* Clean up .gitattributesJoe George2015-04-29
| | | | | * Remove all of the export-ignore statements * Move unicode test things to its own file
* Fixed ICE-6464 and deprecated various IceSSL propertiesBenoit Foucher2015-04-28
|
* Fixed previous commit which was incompleteBenoit Foucher2015-04-28
|
* Fixed ICE-6443 and other SSL fixesBenoit Foucher2015-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 slice2freezeBernard Normier2015-04-24
| | | | Fixed slice2freezej to make its depend options more usable
* Fix for testing under 32 bit windows builds.Matthew Newhook2015-04-24
| | | | Fixed OPTIMIZE=yes by default.
* Fixed ICE-6465: Windows IceGrid node support for more 64 processesBenoit Foucher2015-04-24
|
* ICE-6466 - Replace --icejs metadata js:ice-buildJoe George2015-04-23
|
* Various Ice for JavaScript changesJoe George2015-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 headersMatthew Newhook2015-04-23
|
* Fixed ICE-6438, ICE-6439 and various inconsistencies between IceSSL ↵Benoit Foucher2015-04-23
| | | | implementations
* ICE-6455 - remove slice2py and slice2rb C++ exenewhook2015-04-22
| | | | | Fix slice2rb.rb and slice2py.py scripts for Windows. Fix build issue with IceSSL and MinGW.
* ICE-6457Matthew Newhook2015-04-22
| | | | Windows python dev tree build is broken
* ICE-6455 - remove slice2py and slice2rb C++ exeMatthew Newhook2015-04-20
|
* Fixed IceSSL OpenSSL implementation to provide and use the verified ↵Benoit Foucher2015-04-17
| | | | certificate chain
* Fixed SChannel issue where intermediate certificates were not being sentBenoit Foucher2015-04-17
|