summaryrefslogtreecommitdiff
path: root/cpp/src/slice2cpp
Commit message (Collapse)AuthorAge
...
| * C++Builder 2009 portDwayne Boone2009-03-02
| |
| * More minor fixes to metadata messages.Michi Henning2009-02-26
| |
| * Minor fixes to metadata messages.Jose2009-02-24
| |
| * Fixed null reference on windowsDwayne Boone2009-02-23
| |
| * Bug 3740 - issue warning for improper protobuf usageDwayne Boone2009-02-23
| |
| * bug 3374 & general metadata clean upMark Spruiell2009-02-20
| |
| * Fixed bug 3734 and added comment for bug 3619Benoit Foucher2009-02-17
| |
| * bug 3731 - backward incompatibilities in Slice libraryMark Spruiell2009-02-16
| |
| * Backed out change for bug 3561Dwayne Boone2009-02-13
| |
| * Bug 3651 - slice2cpp --depend does not error on bad sliceDwayne Boone2009-02-11
| |
| * Support for serializable and protobuf metadata (from cs_serial branch)Benoit Foucher2009-02-09
| |
| * bug 3644 - improve integration between eclipse plugin and translatorMark Spruiell2009-02-02
| | | | | | | | bug 3657 - improve error reporting in translators
| * Squashed commit of the following:Michi Henning2009-01-28
| | | | | | | | | | | | | | | | | | commit e2472df68af6933320425f6ef65f7234e988e77c Author: michi <michi@michi.local> Date: Wed Jan 28 08:05:19 2009 +1000 Bug 3677. Follow-up fix that fixes bad code in C++ if a class whose name is a keyword contains data members. Also fixed same problem with slice2java. Added test case for all language mappings.
* | Merge branch 'R3_3_branch'Michi Henning2009-01-28
|\|
| * Squashed commit of the following:Michi Henning2009-01-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | commit cf1aad9f7f2ef0df6dff5300249e2f6683a3ab66 Author: michi <michi@michi.local> Date: Wed Jan 28 06:47:55 2009 +1000 Added test to C++ to include class with name that is a C++ keyword. The keyword tests for the other language mappings all already contained a class named with a keyword. commit 9dd664f3b3ac11c06936fbb5cf51bd8c2b6f87dd Author: michi <michi@michi.local> Date: Wed Jan 28 06:34:39 2009 +1000 Bug 3677: slice2cpp generates bad code for class named with C++ keyword
| * 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.
| * Fix 3652 - string.h need to be included to use strerror with gcc >= 4.3.2Jose2009-01-14
| |
| * http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=3517 ; translator ↵Matthew Newhook2009-01-14
| | | | | | | | stdout/stderr.
| * 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
| * Squashed commit of the following:Matthew Newhook2009-01-12
| | | | | | | | | | | | | | | | commit b73098371dca786520d9eab2731d1887a60685b1 Author: Matthew Newhook <matthew@zeroc.com> Date: Mon Jan 12 13:22:59 2009 -0330 http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=3518 slice2XXX --depend exit status is bogus
* | Merge commit 'origin/R3_3_branch'Matthew Newhook2009-01-09
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: cs/demo/WCF/latency/Client.cs cs/demo/WCF/latency_m/Client.cs cs/demo/WCF/throughput/Client.cs cs/demo/WCF/throughput_m/Client.cs cs/demo/WCF/throughput_m/Service.cs java/demo/Database/library/BookI.java java/demo/Database/library/BookQueryResultI.java java/demo/Database/library/Client.java java/demo/Database/library/ConnectionPool.java java/demo/Database/library/DispatchInterceptorI.java java/demo/Database/library/Glacier2Session.ice java/demo/Database/library/Glacier2SessionManagerI.java java/demo/Database/library/Grammar.java java/demo/Database/library/Library.ice java/demo/Database/library/LibraryI.java java/demo/Database/library/Parser.java java/demo/Database/library/ReapThread.java java/demo/Database/library/RunParser.java java/demo/Database/library/SQLRequestContext.java java/demo/Database/library/Scanner.java java/demo/Database/library/Server.java java/demo/Database/library/Session.ice java/demo/Database/library/SessionFactoryI.java java/demo/Database/library/SessionI.java java/demo/Database/library/Token.java java/demo/Database/library/build.xml java/demo/Database/library/config.client
| * Bug 3622 - updated version to 3.3.1Dwayne Boone2009-01-06
| |
* | Merge branch 'R3_3_branch'Dwayne Boone2009-01-02
|\|
| * Bug 3621 - updated copyright to 2009Dwayne Boone2009-01-02
| |
| * Fix 3619 - Generated code for IceDelegateM not support gcc NRVO optimizationJose2008-12-30
| |
| * Fixed bug 3565: use operation name staticBenoit Foucher2008-11-26
| |
| * Refactored CtrlCHandler usage in slice compilersDwayne Boone2008-11-20
| |
| * Added use of CtrlChandler to slice compilersDwayne Boone2008-11-19
| |
| * Bug 3541 - Slice signal handling unsafeDwayne Boone2008-11-18
| |
* | Merged with R3_3_branchDwayne Boone2009-01-02
| |
* | Merge commit 'origin/R3_3_branch'Benoit Foucher2008-11-12
|\|
| * Fixed generated code to use skipEmptyEncaps instead of ↵Benoit Foucher2008-11-07
| | | | | | | | startReadEncaps/endReadEncaps
| * Updated fixCopyright to fix a lot of files it missed handling.Dwayne Boone2008-06-06
| |
* | update dependencies.Matthew Newhook2008-08-08
| |
* | Squashed commit of the following:Michi Henning2008-07-08
| | | | | | | | | | | | | | | | | | | | | | commit 3677312fda0e2e230d5572b3e76b3d1758c86919 Author: Michi Henning <michi@zeroc.com> Date: Tue Jul 8 17:08:15 2008 +1000 Bug 2038 - Ctrl-C on Windows without CtrlCHandler Renamed FactoryTableDef -> FactoryTable Renamed FactoryTable -> FactoryTableInit
* | Expanded file fixCopyright handlesDwayne Boone2008-06-04
|/
* Fixed bug 3156 - Install .pdb files if RELEASEPDBS=yesBenoit Foucher2008-05-13
|
* Fixed incorrect file permissions.Michi Henning2008-05-11
|
* Added implicit rule to compile rc filesDwayne Boone2008-04-29
|
* Bug 3035 - "cpp:const" not handled properly generating implDwayne Boone2008-04-28
|
* - Reverted prior bug3025 fix.Matthew Newhook2008-04-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Translator, if dll-export is used, emits code to automatically export symbols. - Removed the two steps builds from various Makefiles. - Removed any use of _API from .cpp source files. Now ICE_DECLSPEC_EXPORT is directly used. - Fixed bug with IceGrid test. Squashed commit of the following: commit 5bf039b18ac45bb781b8c8718e03d6055bb5138d Author: U-MARCH4\matthew <matthew@march4.(none)> Date: Sun Apr 27 22:43:27 2008 -0700 Removed another translator case where _API was used in .cpp files. commit 6fc3b01b340ce81299c2896fd624faacea456bdc Author: Matthew Newhook <matthew@zeroc.com> Date: Mon Apr 28 12:19:03 2008 +0800 Update UNIX Makefiles. commit 5847f6cf40624a7c9144f046feb3b8eff7002443 Author: U-MARCH4\matthew <matthew@march4.(none)> Date: Sun Apr 27 20:59:27 2008 -0700 Another fix to windows Makefile. commit d32b7f82e297c06161fb9f571e964f7178acbbe0 Author: U-MARCH4\matthew <matthew@march4.(none)> Date: Sun Apr 27 20:14:46 2008 -0700 Translator changes. Windows Makefile cleanup. commit cd8c8fa282165a5ce5dbf3976e2e420069a1ef02 Author: U-MARCH4\matthew <matthew@march4.(none)> Date: Sun Apr 27 17:01:32 2008 -0700 Revert "http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=3025 - Bogus IceStorm Makefile" This reverts commit 187ae9e788cc97969f81b38f2e292e75fbe178f8.
* Fixed bug 3011Benoit Foucher2008-04-21
|
* Changed version to 3.3.0Dwayne Boone2008-04-11
|
* Port to CodeGear C++Builder 2007Dwayne Boone2008-04-04
|
* Fixed bug 2962Benoit Foucher2008-04-02
|
* Bug 2940 - optionally generated pdbs for release buildsDwayne Boone2008-04-01
|
* updated dependencies.Matthew Newhook2008-03-27
|
* Bug 2911 - convert *.mak to dosDwayne Boone2008-03-24
|
* Bug 2800 - Added resource files for all exe/dllsDwayne Boone2008-03-17
|
* http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=2704Matthew Newhook2008-03-07
|