Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fixed (ICE-4858) - Eliminate IceDB | Jose | 2014-04-18 |
| | |||
* | merging javascript branch | Mark Spruiell | 2014-03-19 |
| | |||
* | Fixed IceGrid/SqlDB build failure on Windows | Benoit Foucher | 2013-09-18 |
| | |||
* | Fixed ICE-5358 - allow IceGrid replica to initialize its database from ↵ | Benoit Foucher | 2013-09-03 |
| | | | | another replica | ||
* | changing version to 3.5.1 | Mark Spruiell | 2013-08-20 |
| | |||
* | Ubuntu/Debian distribution support | Jose | 2013-07-22 |
| | |||
* | Fixed ICE-5371 - fixed IceGrid registry executable to not require data ↵ | Benoit Foucher | 2013-07-03 |
| | | | | property to be set to get help or the version with -h/-v | ||
* | Fixed ICE-5252 - SQL database backends don't compile | Benoit Foucher | 2013-02-25 |
| | |||
* | Fixed ICE-5209: fixed version to 3.5.0 | Benoit Foucher | 2013-02-12 |
| | |||
* | Fixed ICE-5179: Fixed copyrights | Benoit Foucher | 2013-02-12 |
| | |||
* | Fixed ICE-4986. The new convention for DLL names with compiler name is: ↵ | Bernard Normier | 2012-12-19 |
| | | | | name<version>[d]_<compiler>.dll | ||
* | Added .gitattributes file. | Matthew Newhook | 2012-11-15 |
| | | | | Normalize all repository line endings. | ||
* | Fixed ICE-4884: | Bernard Normier | 2012-10-23 |
| | | | | | Updated version to 3.5b Some fixes to distribution/bin/fixVersion.py | ||
* | Partial fix for ICE-4869: C++ stream read/write for structs (and ↵ | Bernard Normier | 2012-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 enhancement | Bernard Normier | 2012-09-05 |
| | |||
* | Cleaned up code, fixed encoding in SqlDB, renamed DatabaseCache to ↵ | Bernard Normier | 2012-08-29 |
| | | | | ConnectionPool | ||
* | Merge remote-tracking branch 'origin/master' into encoding11 | Benoit Foucher | 2012-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 ↵ | Jose | 2012-07-19 |
| | | | | | | | | files. | ||
* | | Win32 fixes, C# port | Benoit Foucher | 2012-04-26 |
|/ | |||
* | Fixed copyrights | Benoit Foucher | 2012-04-25 |
| | |||
* | ICE-4574 - SQL DB and string conversions | Jose | 2011-12-30 |
| | |||
* | updating version & copyright for 3.4.2 | Mark Spruiell | 2011-05-11 |
| | |||
* | changing Ice version to 3.4.1 | Mark Spruiell | 2010-05-14 |
| | |||
* | 4651 - Inconsistent line endings | Jose | 2010-02-11 |
| | |||
* | Updated version to 3.4.0 | Dwayne Boone | 2010-01-20 |
| | |||
* | Updated copyright to 2010 | Dwayne Boone | 2010-01-07 |
| | |||
* | - Fixed bug 4521: it's now possible to build the tests & demos against | Benoit Foucher | 2009-12-31 |
| | | | | | | | | | | | | | | | C:\Program Files\ZeroC\Ice-3.4b. To support this, new .depend.mak files were added. - Fixed nmake install to support installing Ice in C:\Program Files. - Fixed bug 4569: test/IceUtil/inputUtil VC6 compilation failure. - Updated all dependencies. - Fixed C# slice2cs compiler options for all C# demo makefiles (no need for --ice or extra -I options) - Fixed nmake install for 64 bits build of Ice for Python (we now correctly install IcePy in the x64 subdir). - Demos and tests builds will now look for Ice in C:\Program Files\ZeroC\Ice-3.4b by default is ICE_HOME isn't set (or C:\Program Files (x86)\ZeroC\Ice-3.4b) | ||
* | Make loading of IceSSL when using unique names easier | Dwayne Boone | 2009-12-02 |
| | |||
* | Update depends for SQL directories | Dwayne Boone | 2009-11-24 |
| | |||
* | Only have single windows installer rather than one per compiler | Dwayne Boone | 2009-11-23 |
| | |||
* | New AMI mapping | Benoit Foucher | 2009-11-23 |
| | |||
* | Fixed bunch of minor SQL issues | Dwayne Boone | 2009-11-17 |
| | |||
* | Fixed 3962 - Berkeley DB, problems with unicode paths. | Jose | 2009-11-10 |
| | |||
* | Bug 4098 - set dll base address | Dwayne Boone | 2009-10-27 |
| | |||
* | Added *.SQL.Port property | Dwayne Boone | 2009-10-07 |
| | |||
* | Fixed dependencies in SqlDB | Benoit Foucher | 2009-10-07 |
| | |||
* | - Bug 4286: added support for IceStorm/IceGrid database plugins | Benoit Foucher | 2009-10-07 |
- Fixed IceGrid database code to first save to the database and then do state changes. |