summaryrefslogtreecommitdiff
path: root/cpp/src/IceGrid/SqlDB
Commit message (Collapse)AuthorAge
* Fixed (ICE-4858) - Eliminate IceDBJose2014-04-18
|
* merging javascript branchMark Spruiell2014-03-19
|
* Fixed IceGrid/SqlDB build failure on WindowsBenoit Foucher2013-09-18
|
* Fixed ICE-5358 - allow IceGrid replica to initialize its database from ↵Benoit Foucher2013-09-03
| | | | another replica
* changing version to 3.5.1Mark Spruiell2013-08-20
|
* Ubuntu/Debian distribution supportJose2013-07-22
|
* Fixed ICE-5371 - fixed IceGrid registry executable to not require data ↵Benoit Foucher2013-07-03
| | | | property to be set to get help or the version with -h/-v
* Fixed ICE-5252 - SQL database backends don't compileBenoit Foucher2013-02-25
|
* Fixed ICE-5209: fixed version to 3.5.0Benoit Foucher2013-02-12
|
* Fixed ICE-5179: Fixed copyrightsBenoit Foucher2013-02-12
|
* Fixed ICE-4986. The new convention for DLL names with compiler name is: ↵Bernard Normier2012-12-19
| | | | name<version>[d]_<compiler>.dll
* Added .gitattributes file.Matthew Newhook2012-11-15
| | | | Normalize all repository line endings.
* Fixed ICE-4884:Bernard Normier2012-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 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
|
* Cleaned up code, fixed encoding in SqlDB, renamed DatabaseCache to ↵Bernard Normier2012-08-29
| | | | ConnectionPool
* 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.
* | Win32 fixes, C# portBenoit Foucher2012-04-26
|/
* Fixed copyrightsBenoit Foucher2012-04-25
|
* ICE-4574 - SQL DB and string conversionsJose2011-12-30
|
* updating version & copyright for 3.4.2Mark Spruiell2011-05-11
|
* changing Ice version to 3.4.1Mark Spruiell2010-05-14
|
* 4651 - Inconsistent line endingsJose2010-02-11
|
* Updated version to 3.4.0Dwayne Boone2010-01-20
|
* Updated copyright to 2010Dwayne Boone2010-01-07
|
* - Fixed bug 4521: it's now possible to build the tests & demos againstBenoit Foucher2009-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 easierDwayne Boone2009-12-02
|
* Update depends for SQL directoriesDwayne Boone2009-11-24
|
* Only have single windows installer rather than one per compilerDwayne Boone2009-11-23
|
* New AMI mappingBenoit Foucher2009-11-23
|
* Fixed bunch of minor SQL issuesDwayne Boone2009-11-17
|
* Fixed 3962 - Berkeley DB, problems with unicode paths.Jose2009-11-10
|
* Bug 4098 - set dll base addressDwayne Boone2009-10-27
|
* Added *.SQL.Port propertyDwayne Boone2009-10-07
|
* Fixed dependencies in SqlDBBenoit Foucher2009-10-07
|
* - Bug 4286: added support for IceStorm/IceGrid database pluginsBenoit Foucher2009-10-07
- Fixed IceGrid database code to first save to the database and then do state changes.