summaryrefslogtreecommitdiff
path: root/ACE/tests
Commit message (Expand)AuthorAgeFilesLines
* nullptr/constexpre changesJohnny Willemsen2021-10-271-2/+0
* Merge pull request #1701 from jwillemsen/jwi-signalcleanupJohnny Willemsen2021-10-234-22/+7
|\
| * Minor layout changesJohnny Willemsen2021-10-234-22/+7
* | Corrected worker signature to resolve gcc warningsJohnny Willemsen2021-10-231-3/+2
|/
* Use std::unique_ptr and defaultJohnny Willemsen2021-09-261-3/+0
* Layout changesJohnny Willemsen2021-09-091-7/+1
* Removed redundant staticJohnny Willemsen2021-09-041-2/+0
* fixed compilation issue (ubuntu)Erik Sohns2021-09-031-4/+4
* removed trailing whitespaceErik Sohns2021-09-031-1/+1
* incorporated review commentsErik Sohns2021-09-031-2/+31
* Add missing includeJohnny Willemsen2021-08-231-0/+1
* Also let the test fail when this pointer is not correctJohnny Willemsen2021-08-231-0/+1
* Cleanup testJohnny Willemsen2021-08-231-61/+59
* Starter compiler exception testJohnny Willemsen2021-08-233-0/+111
* 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