Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Rename global metadata to local metadata. (#1231) | Bernard Normier | 2021-01-08 |
| | | | Fixes #828 | ||
* | Enable -Wconversion with clang - Close #363 | Jose | 2019-06-21 |
| | |||
* | Copyright header simplication | Jose | 2019-01-19 |
| | |||
* | Remove copyright notice | Jose | 2018-12-18 |
| | |||
* | Fix copyright header | Jose | 2018-12-18 |
| | |||
* | Regenerate cpp/src/Slice/Scanner.cpp with flex 2.5.37 | Jose | 2018-11-21 |
| | |||
* | Fix failure related to Slice Scanner fixes | Jose | 2018-11-13 |
| | | | | | | | Revert the IceStorm/Grammar generated files to use the old Bison version. Regenerate Slice/Scanner using using Flex 2.5 | ||
* | Do not compare char to EOF | Jose | 2018-11-13 |
| | | | | Close #295 | ||
* | Increase Visual Studio warning level to Level4 | Bernard Normier | 2018-11-01 |
| | | | | Fixes #223. | ||
* | Extra C++ warning flags with clang and g++. | Bernard Normier | 2018-10-26 |
| | | | | Fixes 223. | ||
* | Update copyright year to 2018 | Jose | 2018-02-14 |
| | |||
* | Fixed Slice/Scanner.l build issue with macOS (ICE-8574) | Benoit Foucher | 2017-11-21 |
| | |||
* | Fix for ICE-8416 | Austin Henriksen | 2017-11-04 |
| | | | | | Scoped identifiers now have their own token types Identifier validity is now assessed in the scanning phase | ||
* | Remove unnecessary tabs | Joe George | 2017-05-03 |
| | |||
* | Updated Flex rule to generate correct file references in #line | Bernard Normier | 2017-02-19 |
| | | | | Regenerated all Scanner and Grammar files on CentOS 7 | ||
* | Merge remote-tracking branch 'origin/3.6' | Joe George | 2017-02-13 |
|\ | |||
| * | ICE-7506 - Update copyright to 2017 | Joe George | 2017-02-13 |
| | | |||
| * | Adding '6' as allowed leading digit in octal escape sequence parsing | Bernard Normier | 2016-10-26 |
| | | |||
* | | Make Slice enums scoped | Bernard Normier | 2017-02-08 |
| | | | | | | | | Add new cpp:scoped and objc:scoped metadata directives | ||
* | | Slice compilers now emit deprecated warning for classes with operations ↵ | Bernard Normier | 2017-02-04 |
| | | | | | | | | | | | | (ICE-7557) Refactored suppress-warning implementation | ||
* | | Another fix for ICE-7458 - regenerated Scanner.l on xenial64 | Benoit Foucher | 2016-12-07 |
| | | |||
* | | Refactored string literal generation and updated identityToString format | Bernard Normier | 2016-10-25 |
| | | |||
* | | Changed parsing of hex escape sequences in Slice string literals | Bernard Normier | 2016-10-12 |
| | | |||
* | | Merge remote-tracking branch 'origin/3.6' | Jose | 2016-03-08 |
|\| | |||
| * | ICE-6991 - Add support for unicode escape sequences | Jose | 2016-03-08 |
| | | |||
* | | Merge remote-tracking branch 'origin/3.6' | Joe George | 2016-03-01 |
|\| | |||
| * | Update copyright headers | Joe George | 2016-03-01 |
| | | |||
* | | C++11 mapping initial commit | Jose | 2015-12-01 |
|/ | |||
* | Updated copyright to 2015 | Dwayne Boone | 2015-01-05 |
| | |||
* | merging javascript branch | Mark Spruiell | 2014-03-19 |
| | |||
* | regenerate Scanner.cpp | Jose | 2013-07-19 |
| | |||
* | Fixed ICE-5179: Fixed copyrights | Benoit Foucher | 2013-02-12 |
| | |||
* | regenerate Grammar & Scanner files in rhel6 | Jose | 2012-10-20 |
| | |||
* | Fixed Scanner.cpp build issue on Windows 32 bits | Benoit Foucher | 2012-09-14 |
| | |||
* | Port to Solaris 11 / Solaris Studio 12.3 (== CC 5.12) | Bernard Normier | 2012-09-07 |
| | | | | Fix to BasicStream.h (unitialized data member) that caused occasional failures in Ice/stream test | ||
* | Minor fixes to Scanner generated files to just include ScannerConfig.h. | Jose | 2012-08-10 |
| | |||
* | regenerate Scanner files | Jose | 2012-08-09 |
| | |||
* | remove ScannerConfig.h > move fixes to Scanner.l | Jose | 2012-08-08 |
| | |||
* | fixes for Scanner.l & VC comilers | Jose | 2012-08-08 |
| | |||
* | parser support for optional data members | Mark Spruiell | 2012-05-16 |
| | |||
* | * C++ implementation for compact/sliced formats | Mark Spruiell | 2012-05-08 |
| | | | | | | | | | * C++ implementation for "preserve-slice" metadata * C++ tests for compact/sliced/preserved types * Updated stream API * Python changes for stream API * Python tests for compact/sliced formats * Added Ice.Default.SlicedFormat property | ||
* | Fixed copyrights | Benoit Foucher | 2012-04-25 |
| | |||
* | updating version & copyright for 3.4.2 | Mark Spruiell | 2011-05-11 |
| | |||
* | bug 4752 - allow underscores in Slice identifiers | Mark Spruiell | 2010-05-24 |
| | |||
* | Updated copyright to 2010 | Dwayne Boone | 2010-01-07 |
| | |||
* | Bug 3140 - skip BOM at top of included file | Dwayne Boone | 2009-08-17 |
| | |||
* | Bug 3140 - allow UTF-8 BOM in slice files | Dwayne Boone | 2009-05-20 |
| | |||
* | Removed nonmutating keyword | Dwayne Boone | 2009-05-15 |
| | |||
* | bug 3523 - commit flex/bison files | Mark Spruiell | 2009-01-09 |