summaryrefslogtreecommitdiff
path: root/ACE/tests
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* Solve compile error on windowsJohnny Willemsen2021-03-091-10/+7
* Documentation, layout, C++11 changesJohnny Willemsen2021-03-099-13/+13
* Reduce size of blocksJohnny Willemsen2021-03-091-2/+2
* Various cleanup and use of C++11 featuresJohnny Willemsen2021-03-092-8/+4
* Cleanup LynxOS4 support, fixes #1434Johnny Willemsen2021-02-241-4/+0
* Use micro version instead of beta versionJohnny Willemsen2021-01-234-4/+4
* Removed ACE_HAS_EXCEPTIONS checks, that define is always setJohnny Willemsen2021-01-062-32/+0
* Merge pull request #1383 from jwillemsen/jwi-ACE_LACKS_PLACEMENT_OPERATOR_DELETEJohnny Willemsen2021-01-053-10/+0
|\
| * Removed check for ACE_LACKS_PLACEMENT_OPERATOR_DELETE, supported by all compi...Johnny Willemsen2021-01-053-10/+0
* | Remove support for the Alpha CPUJohnny Willemsen2021-01-052-2/+2
|/
* Cleanup kfreebsd config fileJohnny Willemsen2021-01-031-3/+0
* Fixed variable not used warningJohnny Willemsen2020-12-301-0/+2
* Fixed errorJohnny Willemsen2020-12-081-2/+0
* Modernize ACE tests with using instead of typedefJohnny Willemsen2020-12-0884-439/+303
* Merge pull request #1338 from jwillemsen/jwi-acetestsoverrideJohnny Willemsen2020-12-0878-380/+380
|\
| * Make use of override where it should be used instead of virtualJohnny Willemsen2020-12-0878-380/+380
* | Merge branch 'master' into jwi-autoptrJohnny Willemsen2020-12-08139-795/+795
|\ \ | |/
| * Removed redundant voidJohnny Willemsen2020-12-08139-795/+795
* | Use std::unique_ptrJohnny Willemsen2020-12-081-2/+2
* | Use std::unique_ptrJohnny Willemsen2020-12-082-2/+2
* | Use std::unique_ptrJohnny Willemsen2020-12-0814-26/+26
* | Replace auto_ptr with unique_ptrJohnny Willemsen2020-12-0817-44/+51
|/
* Merge pull request #1289 from jwillemsen/jwi-aceeventhandleratomicJohnny Willemsen2020-11-175-28/+28
|\
| * Updated these low level tests to use load() instead of value() because of the...Johnny Willemsen2020-11-105-28/+28
* | Remove checks for ACE_HAS_CPP11 and remove the code for C++03 now that we req...Johnny Willemsen2020-11-1028-368/+0
|/
* Upgrade xcode check to include 12.0Johnny Willemsen2020-10-281-1/+1
* Merge pull request #1216 from jwillemsen/jwi-linuxfeaturestravisJohnny Willemsen2020-08-263-3/+4
|\
| * UNIX_Addr_Test should also be excluded for ACE_FOR_TAOJohnny Willemsen2020-08-242-1/+2
| * Bug_4189_Regression_Test needs to be excluded for ace_for_taoJohnny Willemsen2020-08-243-2/+2
* | Merge pull request #1210 from jwillemsen/jwi-noreturnJohnny Willemsen2020-08-211-2/+1
|\ \ | |/ |/|
| * Const changeJohnny Willemsen2020-08-211-2/+1
* | Make use of C++11 std::unique_ptrJohnny Willemsen2020-08-213-3/+10
|/
* Merge pull request #1179 from jrw972/macos-formatsAdam Mitz2020-08-141-1/+1
|\
| * Update Apple-clang version numberAdam Mitz2020-08-131-1/+1
* | Merge pull request #1178 from simpsont-oci/remove_multicast_interfaces_test_f...Adam Mitz2020-08-131-1/+1
|\ \