summaryrefslogtreecommitdiff
path: root/cpp/src/Slice
Commit message (Collapse)AuthorAge
* Add encoding comments to python generated codev3.6.2.1-pythonJose2016-04-28
|
* ICE-7014 - Python docstring fixesMark Spruiell2016-03-15
|
* .gitignore updatesJose2016-03-11
|
* Update version to 3.6.2Jose2016-03-10
|
* String literals fixesJose2016-03-10
| | | | | | - Fixed escape sequences in C++ wide strings - Fixed objetive-c escape sequences - Update ruby to use magic comments to set the file encoding
* String literals ruby fixesJose2016-03-08
|
* String literals Windows fixesJose2016-03-08
|
* ICE-6991 - Add support for unicode escape sequencesJose2016-03-08
|
* Update Copyright year to 2016 in rc and cs filesJoe George2016-03-07
|
* Update copyright headersJoe George2016-03-01
|
* Updated AssemblyInfo and StringFileInfo on WindowsBernard Normier2015-08-21
|
* adding --build-package option for slice2pyMark Spruiell2015-08-21
|
* Updated version to 3.6.1Dwayne Boone2015-07-31
|
* Nuget supportJose2015-07-30
| | | | | | | | C++ third party packages for Windows builds are now in nuget. The packages are automatically downloaded when required.
* Minor code refactor of the ICE-6645 fixDwayne Boone2015-07-23
|
* ICE-6645 Fixed issue in Slice compilers with param/member names hiding type ↵Dwayne Boone2015-07-22
| | | | definitions
* Fixed slice2java --list-generated output to properly indicate error has occurredDwayne Boone2015-07-16
|
* Updated Windows dependenciesDwayne Boone2015-07-08
|
* ICE-6514 Removed uneeded includes of DisableWarnings.hDwayne Boone2015-07-08
|
* 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-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 char* conversionJose2015-04-13
|
* Add --depend-file/--depend-xml optinos to all Slice compilersJose2015-04-13
|
* Bogus output in slice2java --depend-xmlJose2015-04-09
|
* Remove some unused scripts.Matthew Newhook2015-04-07
| | | | Fixed some copyright headers.
* Fixed (ICE-5835) - Scope of operation parametersJose2015-03-02
|
* (ICE-5833) - related fixes:Jose2015-02-25
| | | | | | * Update test/Slice/headers to check this * Canonical path must be only used when attempts to shorten the actual path fails.
* Fix (ICE-5833) - shorten paths when include file is not a canonical pathJose2015-02-25
|
* ICE-5814 fixed gcc compile errorsDwayne Boone2015-02-23
|
* ICE-5814 change C++ generated code to prevent shadow warnignsDwayne Boone2015-02-20
|
* Additional fix for ICE-6268, fixed struct un-marshalling to not re-create ↵Benoit Foucher2015-02-20
| | | | the struct
* Fix for ICE-6268, initialize enum, string and structs in ↵Benoit Foucher2015-02-20
| | | | Java/C#/Objective-C/JavaScript
* Update windows dependenciesJose2015-02-19
|
* Fix windows build issues.Matthew Newhook2015-02-18
|
* Changes for brew, python PyPI packaging and ruby gem packaging.Matthew Newhook2015-02-18
|
* Fixed (ICE-5740) - IcePatch2 has issues with 'large' files.Jose2015-02-17
|
* Fixed ICE-6269: tolerate null values for structs and enumsBenoit Foucher2015-02-17
|
* Added Servant Locator to ObjCDwayne Boone2015-02-10
|
* Fixed ICE-5942: set BISON_FLEX=yes to compile scanner and grammar files with ↵Bernard Normier2015-02-04
| | | | flex and bison
* Changed version to 3.6.0Dwayne Boone2015-01-28
|
* Fixed ICE-5833: bogus absolute paths generated in headersBenoit Foucher2015-01-26
|
* Another fix for Objective-C factory method nameBenoit Foucher2015-01-22
|
* Fixed bug in Objective-C factory method name generationBenoit Foucher2015-01-21
|
* Updated the Objective-C to generate Slice local interfaces and classesBenoit Foucher2015-01-20
|
* JavaScript updates to use gulp and add npm and bower packagesJose2015-01-14
|
* Fixed copyrights for the Objective-C mappingBenoit Foucher2015-01-08
|
* Added Objective-C mappingBenoit Foucher2015-01-07
|
* Updated copyright to 2015Dwayne Boone2015-01-05
|
* Build & test fixes:Jose2014-11-24
| | | | | | | | * ICE-5929 - Consider using $ORIGIN on Linux * ICE-5949 - IceBox issues on Linux bi-arch * ICE-5954 - Ubuntu make install issue / ORIGIN bug * ICE-5961 - OSX: test/IceGrid/session fails * ICE-5971 - allTests.py incorrect reporting under Windows?