summaryrefslogtreecommitdiff
path: root/ACE/tests
Commit message (Expand)AuthorAgeFilesLines
* Removed redundant whitespaceJohnny Willemsen2021-07-211-1/+1
* Merge pull request #1616 from jwillemsen/jwi-2980testJohnny Willemsen2021-07-171-33/+21
|\
| * Make use of std::printf with all compilersJohnny Willemsen2021-07-161-33/+21
* | clang4 lacks adequate C++11 support so we don't support that anymore, we can ...Johnny Willemsen2021-07-161-9/+0
|/
* Further extend DLL test with exceptionsJohnny Willemsen2021-07-123-1/+18
* Extend exception testsJohnny Willemsen2021-07-013-6/+37
* Make sure ACE_OS::dlsym called with an invalid handle returns nullptr, update...Johnny Willemsen2021-06-281-1/+10
* Renamed ACE_HAS_WIN32_STRUCTURAL_EXCEPTIONS to ACE_HAS_WIN32_STRUCTURED_EXCEP...Johnny Willemsen2021-06-261-5/+5
* Run DLL_Test and Process_Test also on WindowsJohnny Willemsen2021-06-251-2/+2
* Extend DLL test with throwing and catching exceptions through DLL boundariesJohnny Willemsen2021-06-243-1/+43
* Fixed unused parameter warningJohnny Willemsen2021-06-231-2/+2
* Add class with default operations to test dllexport/importJohnny Willemsen2021-06-223-0/+27
* Minor cleanupJohnny Willemsen2021-06-2210-24/+9
* Use override, removed redundant voidJohnny Willemsen2021-06-223-18/+15
* Layout changes, remove redundant voidJohnny Willemsen2021-06-2210-25/+5
* Removed workarounds for very old broken HP compilersJohnny Willemsen2021-06-212-31/+0
* Extend SEH test with call variantJohnny Willemsen2021-06-201-2/+24
* Merge pull request #1561 from jwillemsen/jwi-sehtestJohnny Willemsen2021-06-183-0/+57
|\
| * No need to check for ACE_WIN32 in combination with ACE_HAS_WIN32_STRUCTURAL_E...Johnny Willemsen2021-06-181-1/+0
| * Update Compiler_Features_39_Test.cppJohnny Willemsen2021-06-181-17/+12
| * First version of Win32 structured exception handling testJohnny Willemsen2021-06-183-0/+63
* | Log the status returned by waitJohnny Willemsen2021-06-171-2/+2
|/
* Merge pull request #1541 from jwillemsen/jwi-autoptrressetJohnny Willemsen2021-06-082-2/+2
|\
| * Use reset instead of ACE_auto_ptr_resetJohnny Willemsen2021-06-082-2/+2
* | Merge pull request #1537 from jwillemsen/jwi-ACE_HAS_STRING_CLASSJohnny Willemsen2021-06-081-20/+0
|\ \
| * | Each platform we support provides std::string as string class, define ACE_HAS...Johnny Willemsen2021-06-081-20/+0
| |/
* | We require each platform to provide std iostreams so define ACE_HAS_CPP98_IOS...Johnny Willemsen2021-06-081-4/+0
|/
* Merge branch 'master' into jwi-ACE_USES_STD_NAMESPACE_FOR_STDCPP_LIBJohnny Willemsen2021-06-074-26/+11
|\
| * Make use of std::nothrow/std::nothrow_t/std::badalloc, ACE macros for these a...Johnny Willemsen2021-06-063-9/+9
| * All compilers we support provide ACE_HAS_NEW_NOTHROWJohnny Willemsen2021-06-063-13/+1
| * All compilers we currently support throw on new so always define ACE_NEW_THRO...Johnny Willemsen2021-06-061-4/+1
* | We require now that the standard C++ library is supported and available in th...Johnny Willemsen2021-06-071-1/+1
|/
* Make use of deleteJohnny Willemsen2021-04-291-2/+2
* Minor cleanup, layout changes, use nullptrJohnny Willemsen2021-04-231-2/+0
* Merge pull request #1466 from jwillemsen/jwi-gccwarningsJohnny Willemsen2021-03-274-13/+8
|\
| * Fixed compile warningsJohnny Willemsen2021-03-274-13/+8
* | Fixed compile warningsJohnny Willemsen2021-03-271-1/+17
|/
* Extend handle set test furtherJohnny Willemsen2021-03-261-1/+7
* Provide optimized copy constructor for ACE_Handle_Set to fix warnings with ne...Johnny Willemsen2021-03-261-10/+12
* Merge pull request #1457 from jwillemsen/jwi-redundantvoidJohnny Willemsen2021-03-176-17/+17
|\
| * Removed redundant voidJohnny Willemsen2021-03-176-17/+17
* | Update email addressJohnny Willemsen2021-03-171-1/+1
* | Update email addressesJohnny Willemsen2021-03-171-1/+1
* | Removed ancient _MSVC_VER checksJohnny Willemsen2021-03-173-13/+0
* | Refer to github issues/discussions instead of the mailing listsJohnny Willemsen2021-03-171-2/+2
|/
* Revert changes for the momentJohnny Willemsen2021-03-091-4/+5
* Use SIZE_MAX, numeric_limits is a constexpr which the compiler checksJohnny Willemsen2021-03-091-2/+2
* Comment upateJohnny Willemsen2021-03-091-2/+2
* Work on windows and linuxJohnny Willemsen2021-03-091-1/+2
* Fixed maximum valueJohnny Willemsen2021-03-091-1/+1