summaryrefslogtreecommitdiff
path: root/ACE/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \
| * | removing multicast interfaces test from face safety buildsTimothy Simpson2020-08-101-1/+1
| |/
* | Merge pull request #1180 from jwillemsen/jwi-testwarningsJohnny Willemsen2020-08-1110-62/+16
|\ \ | |/ |/|
| * Mark single argument constructors explicitJohnny Willemsen2020-08-113-5/+3
| * Removed various variables/members which are not used at allJohnny Willemsen2020-08-1110-60/+16
* | Fix Portability Issues For Older Windows In New Test From PR 1170Timothy Simpson2020-08-071-4/+4
* | fixing macro formatting per guidelinesTimothy Simpson2020-08-051-14/+14
* | updating test formatting to more closely match ACE guidelinesTimothy Simpson2020-08-051-42/+56
* | Ignore WIN32 interfaces that aren't up & operationalTimothy Simpson2020-08-051-2/+2
* | adding getifaddrs versions of testTimothy Simpson2020-08-052-1/+50
* | Fixing Test CommentsTimothy Simpson2020-08-051-13/+8