summaryrefslogtreecommitdiff
path: root/cpp/src/slice2java/Main.cpp
Commit message (Collapse)AuthorAge
* Use mcpp instead of icecppDwayne Boone2008-01-09
|
* IceUtil cleanup (first commit)Bernard Normier2007-12-21
|
* Fixed bug 1745Benoit Foucher2007-02-05
|
* Expanded tabs into spacesBernard Normier2007-02-01
|
* Made Java 5 the default for IceJDwayne Boone2007-01-18
|
* Updated copyright headerDwayne Boone2007-01-08
|
* Fixed bug 1653Benoit Foucher2007-01-05
|
* Added FixedProxyExceptionDwayne Boone2006-11-07
|
* Fixed a few coding style issues.Michi Henning2006-11-07
|
* Fixed bug 1417Benoit Foucher2006-09-28
|
* Bug 1339.Michi Henning2006-08-29
| | | | Bug 1335 and 1325 for Ice-E.
* Bug 1325.Michi Henning2006-08-25
|
* Borland C++Builder port mass commitDwayne Boone2006-08-09
|
* Port to Solaris 10 + fix for numerous warnings on SunBernard Normier2006-06-28
|
* adding Java5 mapping; bug 848; bug 863Mark Spruiell2006-05-23
|
* Updated copyrightDwayne Boone2006-03-14
|
* Added -E option to Slice compilers.Michi Henning2005-03-24
|
* Slice definitions at global scope (other than module definitions) are now aMichi Henning2005-03-24
| | | | hard error in C++ and Java.
* Updated copyrights to 2005Bernard Normier2005-02-16
|
* Changed command line parsing to use IceUtil::Options.Michi Henning2004-12-16
|
* adding streaming APIMark Spruiell2004-10-19
|
* Deprecation of global Slice definitions.Michi Henning2004-08-31
|
* Slice checksum changesMark Spruiell2004-07-02
|
* Changed the way dependencies are printed by slice2java --depend. UpdatedMichi Henning2004-06-17
| | | | | ant build task accordingly. Fixed a few incorrect project settings for VC++.
* Put --depend option back for slice2java after I realized that this brokeMichi Henning2004-06-08
| | | | | the and build. But --depend now at least prints "x.java: x.ice" instead of "x.cpp: x.ice".
* Removed --depend option from slice2java (because it was meaningless) andMichi Henning2004-06-07
| | | | | changed preprocessor to be able to generate dependecies for C# makefiles.
* Fixed copyrightBernard Normier2004-05-18
|
* Updated copyright noticeBernard Normier2004-05-11
|
* Adding support for global metadata. Removing the --package option inMark Spruiell2003-12-12
| | | | | slice2java. Using global metadata to define packaging in slice2java, slice2freezej.
* Eliminated numerous warnings from Sun C++ 5.4 buildsBernard Normier2003-04-24
|
* version update; date changeMarc Laukien2003-02-04
|
* fixed copyright dateMarc Laukien2002-11-06
|
* Fixed the translators to use the icecpp C preprocessor.Benoit Foucher2002-10-29
|
* changing copyright location; adding GPL noteMark Spruiell2002-10-28
|
* changing Mutable Realms to ZeroCMark Spruiell2002-10-26
|
* minor changes for gcc 3.2Marc Laukien2002-09-28
|
* simplified cloning; clone is no longer optionalMark Spruiell2002-09-18
|
* Added --case-sensitive option.Michi Henning2002-09-17
|
* FixesBenoit Foucher2002-08-26
|
* Added generation of dependencies between slice files.Benoit Foucher2002-08-26
|
* Changed Slice parser to disallow leading underscore for identifiers.Michi Henning2002-07-25
| | | | | | | | Changed Slice parser to reject identifiers beginning with "Ice", unless the --ice option is used. Changed Slice parser to disallow identifiers that have a trailing "Operations", "Holder", "Helper", "Prx", or "Ptr", to avoid clashes with language mappings. Fixed tests and remaining code base to work correctly with the changed rules.
* added dummy --iceMarc Laukien2002-07-25
|
* added spaceMarc Laukien2002-07-09
|
* removed spaces after keywordsMarc Laukien2002-06-23
|
* adding --clone, which generates a simple clone() implementation forMark Spruiell2002-05-09
| | | | non-abstract classes and structs
* WIN32->_WIN32Marc Laukien2002-04-10
|
* adding support for TIE classesMark Spruiell2002-03-25
|
* adding --impl optionMark Spruiell2002-01-16
|
* initial check-inMark Spruiell2001-11-08