summaryrefslogtreecommitdiff
path: root/cpp/include
Commit message (Collapse)AuthorAge
* Added back check for _WIN64 necessary for mingwBenoit Foucher2016-09-29
|
* Don't include stdint with VS buildsJose2016-09-26
|
* Fix ICE-4787 - slice compilers and unicode pathsJose2016-09-17
|
* Merge branch '3.6-stretch' into 3.6Jose2016-06-15
|\
| * Fixes to support kFreeBSDJose2016-06-10
| |
| * Rework endian/wordsize checksJose2016-06-08
| |
| * Minor fixes for endianness/wordsize detectionJose2016-05-27
| |
| * FreeBSD patchesJose2016-05-26
| |
| * Rework endian and 32/64 bit mode checks to use system headers when possibleJose2016-05-23
| |
* | AIX portBenoit Foucher2016-05-03
| |
* | Fixed ICE-7115 - unmarshalling bug with optional parametersBenoit Foucher2016-04-26
| |
* | Update Ice version to 3.6.3Joe George2016-04-08
| |
* | Do not throw if log rotation fails.Jose2016-04-07
| | | | | | | | | | | | If log rotate fails because the file cannot be renamed we will keep using the same log file or in case that it cannot be reopen we will log to stderr.
* | ICE-7035 - Add option to roll log filesJose2016-04-07
|/
* .gitignore updatesJose2016-03-11
|
* Update version to 3.6.2Jose2016-03-10
|
* Update copyright headersJoe George2016-03-01
|
* ICE-6952 - identityToString/stringToIdentity non member functionsJose2016-02-29
|
* Update AsyncResult.hBenoit Foucher2015-11-10
| | | Added comment to explain why we extend std::function
* Fixed ICE-6671 - Added registration functions to explicitly register Ice pluginsBenoit Foucher2015-08-12
|
* Updated version to 3.6.1Dwayne Boone2015-07-31
|
* Fix for WinRT headers installJose2015-07-31
|
* Fix Ice::Log string format used with Visual StudioJose2015-07-22
|
* ICE-6514 Removed uneeded includes of DisableWarnings.hDwayne Boone2015-07-08
|
* Fix ICE-6556 - Fix clang warningJoe George2015-06-04
| | | | Fix clang warning in flex generated code
* Fixed ICE-6557 - non virtual destructor warningsBenoit Foucher2015-06-02
|
* WinRT SDK header fixesJose2015-05-29
|
* Fixed: (ICE-6543) StringConverter not build with WinRTJose2015-05-29
|
* Atomic.h exchange must return the original valueJose2015-05-27
|
* ICE-5955 fix build warningDwayne Boone2015-05-19
|
* Fix for WinRT install headersJose2015-05-15
|
* Updates for windows mkdir usageJose2015-05-15
| | | | This avoid problems with git/cygwin mkdir being in PATH
* (ICE-6506) PHP Windows build brokenJose2015-05-12
|
* ICE-6491 duplicate error for invalid class/interface namesDwayne Boone2015-05-12
|
* Fixed ICE-6497: broken Windows RT buildBenoit Foucher2015-05-11
|
* 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.
* Missing export declarationsJose2015-05-05
|
* Add support for VS 2015 RC (VC140)Bernard Normier2015-05-02
|
* Fixed previous commit which was incompleteBenoit Foucher2015-04-28
|
* Fixed Makefile indentation to use tab witdh=8 and indent width = 4Benoit Foucher2015-04-13
|
* Remove FileUtil dependency for --depend-fileJose2015-04-13
|
* Add --depend-file/--depend-xml optinos to all Slice compilersJose2015-04-13
|
* Fixed ICE-6399 - include SliceChecksums.h in Ice.hBenoit Foucher2015-03-26
|
* Added iOS support for IceTouchBenoit Foucher2015-03-20
|
* Fixed OutputUtil to not use char* in the APIJose2015-03-11
| | | | * Remove setBeginBlock/setEndBlock unused methods
* ICE-6170 - fixed behavior of batch requestsBenoit Foucher2015-03-10
|
* Updated .headers fileDwayne Boone2015-03-09
|