summaryrefslogtreecommitdiff
path: root/cpp/allTests.py
Commit message (Collapse)AuthorAge
* Mingw build fixesJose2016-03-29
|
* Update copyright headersJoe George2016-03-01
|
* ICE-6773 Added test for C++ stack tracesDwayne Boone2015-09-25
|
* IceGrid/session test doesn't support running with wss (ICE-6539)Benoit Foucher2015-05-28
|
* ICE-6383 - remove DES crypt support and related fixesJose2015-04-01
| | | | | - rename cryptpasswd.py to hashpassword.py - make install installs the script to main bin directory
* ICE-6383 - Update crypt password usageJose2015-04-01
| | | | | | | | | | | | Added new script to create crypt passwords using passlib scripts/cryptpasswd.py Remove tests passwords files they are now generated using cryptpasswd script Update CryptPermissionsVerifierI to support PBKDF2 password schemes in Windows and OS X, and MD5/SHA256/SHA512 crypt in Linux, on other systems fallback to DES_crypt from openssl
* Added iOS support for IceTouchBenoit Foucher2015-03-20
|
* Added test for ICE-5833, generated #include in headers filesBenoit Foucher2015-01-27
|
* Updated copyright to 2015Dwayne Boone2015-01-05
|
* Fixed (ICE-6179) - SessionHelper classes create bogus endpoint when use ipv6 ↵Jose2014-12-15
| | | | address
* Appverifier support updatesJose2014-11-25
|
* Fix to not run the ami test with --compressBenoit Foucher2014-11-24
|
* 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?
* Fixed ICE-5806: Freeze/evictor takes forever on OS XBenoit Foucher2014-11-03
|
* 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
* ICE-5582 (SOCKs test), ICE-5314 (HTTP proxies), major refactoring of ↵Benoit Foucher2014-09-10
| | | | networking code (addition of StreamSocket class abstraction)
* Fix (ICE-3445) - consider not installing internal header filesJose2014-09-01
|
* Windows SSL SChannel implementation & OS X Secure Transport fixes.Jose2014-08-07
|
* Fix ICE-5564 - disable timeout test when ran with compressionBenoit Foucher2014-06-27
|
* Added support for invocation timeouts and ACM heartbeatsBenoit Foucher2014-05-23
|
* Add stderr logger test and fix logger encoding issues.Jose2014-05-07
|
* Added IceDiscovery service pluginBenoit Foucher2014-04-22
|
* merging javascript branchMark Spruiell2014-03-19
|
* Fixed ICE-5375 - Consider to add ICE_TRANSLATOR preprocessor macroJose2013-07-17
|
* * SOCKS support for C++Mark Spruiell2013-04-04
| | | | | * Minor cleanup in C# * Unity fixes
* Fixed ICE-5179: Fixed copyrightsBenoit Foucher2013-02-12
|
* Fixed ICE-5215: IPv6 support enabled by defaultBenoit Foucher2013-02-11
|
* Fixed (ICE-5022) - C# Glacier2/sessionHelper test failure on Windows Server ↵Jose2012-11-29
| | | | 2008 x64 w/ VS2010
* Fixed MinGW portBenoit Foucher2012-11-08
| | | | | | | | | | | | - The build no longer requires Cygwin - Running the tests no longer requires setting CPP_COMPILER, TestUtil.py che for RI_DEVKIT in the environment to figure out if running with MinGW devki - DynamicLibrary no longer appends the "d" suffix when compiling with debug - COMPSUFFIX is now defined when compiling Ice - Much simplified the build system by removing all the checks for MinGW in makefiles, MinGW settings are now located to Make.rules.MINGW only. - Fixed allTests.py to skip plugin and metrics tests. - Fixed build instructions.
* Minor metrics fixesBenoit Foucher2012-10-26
|
* Don't run the metrics test with --compressBenoit Foucher2012-10-26
|
* Fixed ICE-4897: replace novc6 by novc90Bernard Normier2012-10-19
|
* ICE-4619 - custom enumerator valuesMark Spruiell2012-10-17
|
* Fixed IceMX race condition, VC9 buildBenoit Foucher2012-10-16
|
* Merge remote-tracking branch 'origin/encoding11' into mxBenoit Foucher2012-09-17
|\ | | | | | | | | Conflicts: py/python/Ice.py
| * Fixed optional test issuesBenoit Foucher2012-09-14
| |
* | Fixed metrics testsBenoit Foucher2012-09-14
| |
* | Fixed IceGrid issue caused by skype_props mergeBenoit Foucher2012-09-13
| |
* | Added Ice/metrics testBenoit Foucher2012-09-13
| |
* | ICE-4774: Merged skype_props enhancementBenoit Foucher2012-08-30
|/
* ICE-4609 - Add ability to load shared library with full pathJose2012-08-16
| | | | | | | | | | | - C++/Java now also support to load Services and Plugins from a full path, this was already supported by .NET - Fixed the parsing of plug-in arguments to correct split the arguments - Fixed Plugin manager destroy C++/Java/C#, the plugin must are now destroyed in initialization reverse order as documented.
* ICE-4702 - Poor hash algorithmJose2012-08-10
|
* MinGW & Ruby-1.9 updatesJose2012-07-26
|
* Remove BCC supportJose2012-07-19
|
* Fixed copyrightsBenoit Foucher2012-04-25
|
* python 3 supportMark Spruiell2012-04-24
|
* ICE-4588 - DynamicLibrary & LoadLibraryWJose2012-02-21
|
* Glacier2 SessionHelper related fixesJose2011-12-09
| | | | | | | | | | | | - Add C++ Glacier2/sessionHelper test - Fix helpers to dispatch connect failed in a separate thread ICE-4714 - No longer clear the communicator on connection lost or disconnect ICE-4707 - Glacier2.SessionHelper const/final ICE-4476
* updating version & copyright for 3.4.2Mark Spruiell2011-05-11
|
* 5009 - appName incosistenceJose2011-04-12
| | | | Also improve properties test