summaryrefslogtreecommitdiff
path: root/cpp/src/slice2php
Commit message (Collapse)AuthorAge
* Remove checksum support (#607)Austin Henriksen2021-02-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Removed checksum sources from swift mapping project file. * Removed checksum tests from Python. * Removed checksum from Python mapping. * Removed checksum tests from PHP mapping. * Removed checksum support from PHP mapping. * Removed checksum sources from MATLAB project file. * Removed checksum option from slice2x manpages. * Removed checksum sources from JavaScript mapping. * Removed checksum tests from Java mapping. * Removed outdated checksum metadata from Java mapping. * Removed checksum support from Java mapping. * Removed checksum tests from csharp. * Removed checksum support from csharp mapping. * Removed checksum tests from cpp * Removed checksum support from IceBox. * Removed checksum support from IceStorm. * Removed Slice checksum support from IceGrid. * Fixed broken filters file for Slice VS project. * Removed checksum support from cpp mapping. * Removed checksum support from Slice definitions. * Removed checksum support from cpp98 mapping.
* Fixes for slice2py forward declarations - Close #490Jose2019-09-03
|
* Visual Studio 2019 build fixesJose2019-06-04
|
* Fix compiler crash if forward declared class has no definitionJose2019-02-05
| | | | This affects slice2py and slice2php Slice compilers
* Copyright header simplicationJose2019-01-19
|
* Remove copyright noticeJose2018-12-18
|
* Fix copyright headerJose2018-12-18
|
* Enable wildcard expansion for Windows executablesJose2018-11-13
| | | | Close #296
* Increase Visual Studio warning level to Level4Bernard Normier2018-11-01
| | | | Fixes #223.
* Extra C++ warning flags with clang and g++.Bernard Normier2018-10-26
| | | | Fixes 223.
* Replace `php:internal` and `matlab:internal` by preprocessor macroJose2018-09-12
| | | | Close #202
* Do not use Ice__t_Value as parent for local PHP typesJose2018-09-10
| | | | Close #175
* Missing PHP global definition for $Ice_sliceChecksumsJose2018-08-09
|
* PHP generate code cannot be required from a class method or functionJose2018-08-08
| | | | Close #105
* Replace strerror usage with IceUtilInternal::errorToStringJose2018-07-27
| | | | Close #154
* Eliminate catch(const char*) #48Jose2018-07-26
|
* Update copyright year to 2018Jose2018-02-14
|
* Fixed (ICE-8155) - Ice.dll .NET assembly not signedJose2017-06-26
|
* slice2php build failureJose2017-06-21
|
* Windows UWP build instructions updatesJose2017-06-21
|
* Update mcpp NuGet packages to last versionJose2017-06-14
|
* Update mcpp/lmdb NuGet packagesJose2017-06-13
|
* Fix copyright headersJose2017-06-13
|
* Update NuGet package versionsJose2017-06-12
|
* Fixed trailing whitespace generated by slice2phpBernard Normier2017-05-02
|
* Use ToolsVersion 4.0 for Visual Studio 2010 compatibilityJose2017-05-01
|
* Don't set ToolsVersion in MSBuild projectsJose2017-04-26
|
* Visual Studio 2010 supportJose2017-04-20
|
* Rename Tranlator -> Compiler in .rc filesJose2017-04-13
|
* Fix (ICE-7689) - Ice_sliceChecksums should not be used with namespace mappingJose2017-03-23
|
* Fix for PHP optionals Ice\None not used in generated codeJose2017-03-23
|
* Updated usage and man page of slice compilersBernard Normier2017-03-03
|
* Update to use default WindowsTargetPlatformVersion with MSBuild buildsJose2017-03-02
|
* Fix issues introduce with 3.6 mergeJose2017-02-14
|
* Merge remote-tracking branch 'origin/3.6'Joe George2017-02-13
|\
| * 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
* | Add support for build with VS 2017 RCJose2017-02-06
| |
* | 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
| |
* | Pass warning level to the ChecksumVisitor for consistencyJose2017-02-02
| |
* | Add --no-warn option to Slice compilersJose2017-02-01
| |
* | PHP mapping use Namespace builds by defaultJose2017-01-26
| |
* | PHP: Do not generate proxy types for class less operationsJose2017-01-24
| |
* | Do not add abstract methods to PHP Value classesJose2017-01-24
| |
* | Ice for Ruby Ice::Value implementationJose2017-01-23
| |
* | IcePHP Ice::Value implementation & minor extension cleanupJose2017-01-19
| |
* | Replace NULL by ICE_NULLPTRBernard Normier2017-01-11
| |
* | Renamed optional invocation context parameter in Python, Ruby and PHPBernard Normier2017-01-09
| | | | | | | | | | new name: context old name: _ctx Fixed macOS build
* | Fixed (ICE-6694) - Unicode output in command line toolsJose2017-01-09
| |