summaryrefslogtreecommitdiff
path: root/cpp/src/slice2cpp/Gen.h
Commit message (Collapse)AuthorAge
* Update copyright headersJoe George2016-03-01
|
* Updated copyright to 2015Dwayne Boone2015-01-05
|
* Better collocation optimization, fix for ICE-5489, ICE-5484Benoit Foucher2014-06-27
|
* Fixed ICE-5499, new garbage collection supportBenoit Foucher2014-06-05
|
* merging javascript branchMark Spruiell2014-03-19
|
* Fixed ICE-5395 - invalid code generated with ["cpp:virtual"]Jose2013-07-31
|
* Fixed ICE-5179: Fixed copyrightsBenoit Foucher2013-02-12
|
* Xcode 4.6 - clang 4.2 updatesJose2013-01-31
|
* Partial fix for ICE-4869: C++ stream read/write for structs (and ↵Bernard Normier2012-10-11
| | | | | | | | structs-as-class) is now generated as templates. Removed most slice2cpp --stream uses (but not all) Also fixed various build failures on Solaris.
* Undo pragma-once-in-header enhancementBernard Normier2012-09-05
|
* Merge remote-tracking branch 'origin/master' into encoding11Benoit Foucher2012-08-06
|\ | | | | | | | | | | | | Conflicts: cpp/include/Ice/Stream.h cpp/include/Slice/Preprocessor.h rb/ruby/Makefile.mak
| * ICE-4782 Generate "#pragma once" for include-guards in generated C++ header ↵Jose2012-07-19
| | | | | | | | files.
* | Support for optionalsBenoit Foucher2012-06-11
|/
* Fixed copyrightsBenoit Foucher2012-04-25
|
* Fixed ICE-4721 - support for OS X clangBenoit Foucher2011-10-18
|
* updating version & copyright for 3.4.2Mark Spruiell2011-05-11
|
* Cleaning up translator and adding tests related to bug 4704.Mark Spruiell2010-03-09
| | | | | This commit does NOT need to be included in the official patch for this bug.
* Bug 4654 - slice2cpp MetaDataVisitor::visitParamDecl(const ParamDeclPtr& p) ↵Jose2010-02-05
| | | | never used
* Updated copyright to 2010Dwayne Boone2010-01-07
|
* - bug 3533: add async version of Connection/CommunicatorMark Spruiell2009-12-08
| | | | | | flushBatchRequests operation - Slice file cleanup in C# tests - Updating C++ dependencies
* 4385 - new StreamApi & UserExecptionJose2009-11-26
|
* New AMI mappingBenoit Foucher2009-11-23
|
* 855 - Stream template functions and template programming.Jose2009-11-06
|
* 3930 - Slice class inheritance mapped to virtual inheritance in C++Jose2009-07-08
| | | | | 3930 - Slice class inheritance mapped to virtual inheritance in C++ 3930 - Slice class inheritance mapped to virtual inheritance in C++
* bug 3374 & general metadata clean upMark Spruiell2009-02-20
|
* Squashed commit of the following:Jose2009-01-27
| | | | | | | | commit 9aa67a8862e402cb52276282b26a40422fae4adb Author: Jose Gutierrez <jose@zeroc.com> Date: Tue Jan 27 19:25:22 2009 +0100 Fixed 3374 --header-ext not work as intended.
* http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=3640 - If slice2java ↵Matthew Newhook2009-01-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | errors out generated files are left behind - Added file tracker - Added calls to file tracker when files or directories are created. - All translators cleanup created files if interrupted, or if they fail. - Normalized various error messages. - Fixed bug with slice2cs which would not correctly check if the impl files were created. Squashed commit of the following: commit 0fec143af219d59dcec5b91cb96a79179f73bd0d Author: Matthew Newhook <matthew@zeroc.com> Date: Tue Jan 13 17:57:25 2009 -0330 Fixed FileException for VC6. commit 38b22497c751ad9b2f86af2d44e87a23c0049d9c Merge: df29064... 4421a3d... Author: Matthew Newhook <matthew@zeroc.com> Date: Tue Jan 13 17:55:49 2009 -0330 Merged R3_3_branch. commit df290649637685bfff4f777ccf53f4f04fda71a0 Author: Matthew Newhook <matthew@zeroc.com> Date: Tue Jan 13 17:45:18 2009 -0330 move checksum writing outside loop commit a9bb2356167b1f9259ce2d1f1b43d40b7fd0ce82 Author: Matthew Newhook <matthew@zeroc.com> Date: Tue Jan 13 17:35:00 2009 -0330 added quotes commit a2f3d7a2414d08ebdc290222b8e97d8b203cc9ab Author: Matthew Newhook <matthew@zeroc.com> Date: Tue Jan 13 17:21:27 2009 -0330 can't -> cannot commit c3113e33a3687cae369bf7803e4f1d18c9141762 Author: Matthew Newhook <matthew@zeroc.com> Date: Tue Jan 13 17:10:12 2009 -0330 minor fixes to output. commit 2a17d6e1b6c0e5eed8be79b8353ca3c06572e19c Author: U-WIN-5WBK5GD0FYQ\matthew <matthew@WIN-5WBK5GD0FYQ.(none)> Date: Tue Jan 13 12:05:46 2009 -0800 windows fixes. commit d8d4f6dc35043fb71b599dac7171fee0c2bb87bf Author: Matthew Newhook <matthew@zeroc.com> Date: Tue Jan 13 15:58:21 2009 -0330 remove debugging. commit f1e4d7a55e13fea4c0b84244fb437bd391fbe538 Author: Matthew Newhook <matthew@zeroc.com> Date: Tue Jan 13 15:53:37 2009 -0330 Added FileTracker. Added file tracking, and cleanup to lots of translators. commit 33dbfb0124509779bd2d95bbac06a02ca9b907ac Author: Matthew Newhook <matthew@zeroc.com> Date: Tue Jan 13 09:42:16 2009 -0330 http://bugzilla/bugzilla/show_bug.cgi?id=3640 If slice2java errors out generated files are left behind
* Bug 3621 - updated copyright to 2009Dwayne Boone2009-01-02
|
* Updated copyrightDwayne Boone2008-01-23
|
* Windows fixes for translator interrupt cleanupDwayne Boone2008-01-18
|
* IceUtil cleanup (first commit)Bernard Normier2007-12-21
|
* bug 2245 - adding support for protected class data membersMark Spruiell2007-06-19
|
* Expanded tabs into spacesBernard Normier2007-02-01
|
* Updated copyright headerDwayne Boone2007-01-08
|
* Fixed compile warningsDwayne Boone2006-04-18
|
* Fixed bug 922Dwayne Boone2006-04-03
|
* Added support for wstring slice metadataDwayne Boone2006-03-29
|
* Updated copyrightDwayne Boone2006-03-14
|
* Bug 853.Michi Henning2006-02-14
|
* Use metadata to specify includesDwayne Boone2006-02-09
|
* Fixed alternate sequences for AMI/AMDDwayne Boone2006-02-06
|
* Added support for alternate sequences Added custom testDwayne Boone2006-02-06
|
* Fixed bug in initializer list for one-shot constructors of classes.Michi Henning2006-02-03
|
* More changes for bug 355.Michi Henning2005-09-08
|
* Bug 355.Michi Henning2005-09-07
|
* Fixed bug 369.Michi Henning2005-07-20
|
* Made Ice::Object abstract.Michi Henning2005-07-04
|
* Added on-shot constructors to structures, classes, and exceptions. AddedMichi Henning2005-06-17
| | | | | copy and assignment to classes. Refactored some of the code generator to get rid of duplicated code.
* Updated copyrights to 2005Bernard Normier2005-02-16
|
* Added additional checks to validate metadata.Michi Henning2004-12-07
|