summaryrefslogtreecommitdiff
path: root/cpp/src/slice2objc/ObjCUtil.cpp
Commit message (Collapse)AuthorAge
* Rename global metadata to local metadata. (#1231)Bernard Normier2021-01-08
| | | Fixes #828
* Copyright header simplicationJose2019-01-19
|
* Remove copyright noticeJose2018-12-18
|
* Fix copyright headerJose2018-12-18
|
* Increase Visual Studio warning level to Level4Bernard Normier2018-11-01
| | | | Fixes #223.
* Fixed fallthrough warnings + clang 3.x fixesBernard Normier2018-10-27
|
* Extra C++ warning flags with clang and g++.Bernard Normier2018-10-26
| | | | Fixes 223.
* Fix slice2objc bogus generated code for Ice::Value data memberJose2018-09-19
|
* Update copyright year to 2018Jose2018-02-14
|
* Fixed generated code warnings showing up with Objective-C and Xcode 9.0 ↵Benoit Foucher2017-10-12
| | | | (ICE-8540)
* Additional Objective-C leak fixes for ICE-8204Benoit Foucher2017-07-03
|
* ICE-7506 - Update copyright to 2017Joe George2017-02-13
|
* Make Slice enums scopedBernard Normier2017-02-08
| | | | Add new cpp:scoped and objc:scoped metadata directives
* Slice compilers now emit deprecated warning for classes with operations ↵Bernard Normier2017-02-04
| | | | | | (ICE-7557) Refactored suppress-warning implementation
* Rework warning suppression to use global meta dataJose2017-02-03
|
* Add --no-warn option to Slice compilersJose2017-02-01
|
* Objetive-c metadata validation fixesJose2017-01-31
|
* java:UserException metadata for both local and remote operationsBernard Normier2017-01-19
|
* Removed or replaced most double underscores in ObjCBernard Normier2016-12-06
|
* 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
* Moved some cpp files from IceUtil to IceBernard Normier2016-05-13
Fixed UWP/static libs linking with Ice on Windows