summaryrefslogtreecommitdiff
path: root/cpp/demo
Commit message (Collapse)AuthorAge
...
* missing LDEXEFLAGSJose2014-11-28
|
* Fixed (ICE-5987) - remove i386 from OS X binariesJose2014-11-27
|
* Fixed (ICE-5992) - IceGrid/customLoadBalancing fails to load plug-in when ↵Jose2014-11-26
| | | | build from VS
* Build & test fixes:Jose2014-11-24
| | | | | | | | * ICE-5929 - Consider using $ORIGIN on Linux * ICE-5949 - IceBox issues on Linux bi-arch * ICE-5954 - Ubuntu make install issue / ORIGIN bug * ICE-5961 - OSX: test/IceGrid/session fails * ICE-5971 - allTests.py incorrect reporting under Windows?
* added note about 32/64 bit DB utilitiesBernard Normier2014-11-21
|
* Fixed IceGrid/icebox demo READMEsBernard Normier2014-11-21
|
* ICE-5931, ICE-5935Jose2014-11-20
|
* Fixes for ICE-5910: merged makecerts.py with makewinrtcerts.py, removed ↵Benoit Foucher2014-11-18
| | | | WinRT certs
* Missing IceSSL.Password from previous IceSSL configuration updatesJose2014-11-17
|
* ICE-5912 - Fix demos that still use PEM to use PKCS12Jose2014-11-17
|
* ICE-5904 - Fix IceStorm/replicated failureJoe George2014-11-16
|
* Some fixes to the manual->Manual changeDwayne Boone2014-11-12
|
* Fixed (ICE-5857) rename manual -> ManualJose2014-11-11
|
* Fixed copyright header on a bunch of filesDwayne Boone2014-11-05
|
* Rename winrt demo filesJose2014-11-05
|
* Fix SDK version in WinRT demosJose2014-11-05
|
* Remove VS 2012 WinRT support from binary distributionJose2014-11-05
|
* Missing project filesJose2014-11-05
|
* Demo project fixes and minor updatesJose2014-11-05
|
* More fixes for binary distributionsJose2014-11-05
|
* Fixed (ICE-5815) Update demo project/solutions to VS2012Jose2014-11-04
|
* Replace strcpy with strcpy_s for Windows demosJoe George2014-11-03
|
* Fixed ICE-5811: renamed book demos to manual demosBenoit Foucher2014-11-03
|
* New IceUtil headers to push and pop pragma disable warning with MSVC and GCCBernard Normier2014-10-31
|
* Fix demo builds caused by ICE-5813Joe George2014-10-31
|
* ICE-5813 - Remove DisableWarnings from demosJoe George2014-10-31
|
* More lex Scanner fixesJose2014-10-30
|
* Updated Windows dependenciesDwayne Boone2014-10-30
|
* minor build fixesJose2014-10-29
|
* Fixed (ICE-5717) - Port IceDiscovery demo/test to scripting languages rb/php/pyJose2014-10-22
|
* Dependency fixes:Jose2014-10-17
| | | | | | | Add quotes to Windows Slice dependencies Fix Cicular dependency issue with Make 3.82 included in rhel7, C++ dependencies now are of type Foo.h: Foo.ice, we don't need Foo.cpp as that always depend on Foo.h
* Windows installers updatesJose2014-10-16
|
* Fix ICE-5745 - IceStorm demos were not properly shutting down from scriptsJoe George2014-10-15
|
* Fixed Windows dependencies to account for OutgoingAsync refactoringBenoit Foucher2014-10-10
|
* ICE-5698 - Deprecate IceBox.ServiceManager object adapter and ↵Joe George2014-10-09
| | | | IceBox.InstanceName
* FIx for c++ allDemos scriptDwayne Boone2014-10-09
|
* ICE-5712 Ice/plugin demo does not work on OSXDwayne Boone2014-10-08
|
* Added expect script for IceGRid/customLoadBalac=ncing demoDwayne Boone2014-10-08
|
* Added expect scripts for IceDiscovery demos and also fixed couple of issues ↵Dwayne Boone2014-10-08
| | | | in demos themselves.
* Windows dependency fixesJose2014-10-08
|
* Version fixesJose2014-10-08
|
* Several Windows build fixes:Jose2014-10-08
| | | | | | | ICE-3420 - Force link failure for debug/release mismatch? Update VS add-in to not add C++ libraries Fixed WinRT builds Fixed Python Windows builds
* Fixed bunch of demo failures related to Ice version changeDwayne Boone2014-10-07
|
* Update Ice version to 3.6b 3.6.51Jose2014-10-03
|
* Fixed (ICE-5511) - Consider removing the deprecated AMI mappingJose2014-09-24
|
* Fix (ICE-3792) - dependencies in the repository are very crappyJose2014-09-24
| | | | | For now removed Unix dependencies from repository, we keep Windows dependencies in repository but now are generated from Windows.
* ICE-3267 add filter to chat demoDwayne Boone2014-09-23
|
* Fixed ICE-5318: Review IceGrid timeout defaultsBenoit Foucher2014-09-16
|
* Enable thread pool serialization on the server side for the latencyMatthew Newhook2014-09-12
| | | | demo.
* Revert "Fixed (ICE-3792) - dependencies in the repository are very crappy"Jose2014-09-11
| | | | | | | | This reverts commit 201d395c7186e50d195672db7b472989783826cb. Conflicts: cpp/config/Make.rules cpp/test/Ice/Makefile.mak