summaryrefslogtreecommitdiff
path: root/cpp/config
Commit message (Collapse)AuthorAge
* ICE-8349 - yocto static test build failureJose2017-07-17
|
* Added missing IceMX propertiesBernard Normier2017-07-12
|
* Removed IcePatch2 templateBernard Normier2017-07-12
|
* Fix for cpp xcodesdk test build failureBernard Normier2017-07-06
|
* ICE-8225 - Rework Ice sdk for XcodeJoe George2017-07-06
| | | | | | - Renamed IceSDK to sdk - Remove IceSDK/bin and IceSDK/slice directories - Update Xcode projects to use Ice Builder 3.1.0
* Fixed ICE-8114 - IceUtil missing from IceSDKBenoit Foucher2017-06-20
|
* Fixed ICE-8094 & ICE-8099 - IceBT build system fixesBenoit Foucher2017-06-19
|
* Fix (ICE-7998) - Remove underscores in MSBuild propertiesJose2017-06-09
|
* Remove excessive empty linesJoe George2017-06-07
|
* Added build of sessionHelper test with C++11Benoit Foucher2017-05-16
|
* Fix Makefile indentationJoe George2017-05-10
|
* Fixed ICE-7849 - Removed IceDiscovery/IceLocatorDiscovery ice_getConnection ↵Benoit Foucher2017-05-10
| | | | call, added IceGrid/simple C++11 test
* Cleanup more whitespaceJoe George2017-05-09
| | | | | Remove extra newlines from the end of files and add newlines to files which are missing one.
* Remove old unused Make rulesJose2017-05-08
|
* Fix tabs and spaces in MakefilesJoe George2017-05-03
|
* Remove unnecessary tabsJoe George2017-05-03
|
* Updated version to 3.7.0Benoit Foucher2017-05-03
|
* Remove trailing whitespaceJoe George2017-05-02
|
* ICE-7485 - Add support for building for YoctoJoe George2017-03-24
|
* Fixed testing of static buildsBenoit Foucher2017-03-14
|
* Bumped version to 3.7b0Benoit Foucher2017-03-07
|
* ICE-7506 - Update copyright to 2017Joe George2017-02-13
|
* Merge remote-tracking branch 'origin/3.6'Joe George2017-02-13
|\
| * ICE-7506 - Update copyright to 2017Joe George2017-02-13
| |
| * Fixed ICE-7406 - IceStorm/stress test hang on W2008R2, fixes to allow ↵Benoit Foucher2016-10-03
| | | | | | | | building Ice from directory with spaces
| * Restored SLICEPARSERLIB dependency for consistencyBernard Normier2016-09-19
| |
| * Fix ICE-4787 - slice compilers and unicode pathsJose2016-09-17
| |
| * BZI2_HOME setting minor fixJose2016-07-08
| |
| * Fix to support Debian x32 archJose2016-06-20
| |
| * Merge branch '3.6-stretch' into 3.6Jose2016-06-15
| |\
| | * kFreeBSD and Debian build & test fixes:Jose2016-06-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Detect kFreeBSD as Linux so the correct Make.rules.Linux is used - TestUtil.py was not setting the correct LD_LIBRARY_PATH for all debian archs - TestUtil.py was not setting the correct java.library.path for all debian arcs - Fixed debian multi arch directories to use the output of dpkg-architecture -qDEB_HOST_MULTIARCH
| | * Fixes to support kFreeBSDJose2016-06-10
| | |
| | * Fix LDFLAGS settingsJose2016-06-03
| | |
| * | AIX portBenoit Foucher2016-05-03
| | |
* | | Fixed ICE-7501 & ICE-7502 - Integrated the building of the controller Apps ↵Benoit Foucher2017-01-13
| | | | | | | | | | | | to the gmake build system, IceSSL test fix
* | | Update version to 3.7a4Joe George2016-12-21
| | |
* | | Replaced USE_BIN_DIST with ICE_BIN_DISTJoe George2016-12-21
| | | | | | | | | | | | ICE_BIN_DIST is a list of binary distributions to build against
* | | Support for C++ iOS Simulator controllerBenoit Foucher2016-12-13
| | |
* | | Windows C++ projects fixes related to Nuget PackagesJose2016-11-29
| | |
* | | Replaced slice compiler options --ice, --underscore and --dll-export byBernard Normier2016-10-31
| | | | | | | | | | | | | | | global metadata directives (ice-prefix, underscore, cpp:dll-export:SYMBOL and objc:dll-export:SYMBOL) Added new cs:tie and java:tie metadata
* | | Remove icegrid-slice*.ice.gz and upgradeicegrid36.py not longer used with 3.7Jose2016-09-13
| | |
* | | New test for dynamic_cast across shared librariesBernard Normier2016-08-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
* | | C++11 support in test/Ice/echoBernard Normier2016-07-19
| | |
* | | New C++11 optional mappingBernard Normier2016-07-18
| | |
* | | Update version to 3.7a3Joe George2016-07-12
| | |
* | | Fixed targetdir of IceIAP libraryBenoit Foucher2016-07-08
| | |
* | | Updated build instructionsBenoit Foucher2016-07-07
| | |
* | | ICE-7217 - Remove makegitignore.pyJoe George2016-07-06
| | |
* | | Refactored SSL and iAP transports, support for running SSL on topBenoit Foucher2016-06-27
| | | | | | | | | | | | of TCP/iAP/Bluetooth.