summaryrefslogtreecommitdiff
path: root/ACE/tests
Commit message (Expand)AuthorAgeFilesLines
* Fixed errorJohnny Willemsen2020-01-171-1/+1
* Updated the host we use to check our code with, some seem to be non responsiveJohnny Willemsen2020-01-171-3/+2
* Add cast to silence new warningJohnny Willemsen2020-01-091-1/+1
* Merge branch 'master' of https://github.com/DOCGroup/ACE_TAOJohnny Willemsen2020-01-091-3/+3
|\
| * Removed operator*& as it triggers the ambiguity issuesJohnny Willemsen2020-01-071-1/+0
| * Make use of ACE_CDR::ULong for the operator[], that matches with TAO and shou...Johnny Willemsen2020-01-071-2/+3
* | Fixed typo in debug messageJohnny Willemsen2020-01-081-1/+1
|/
* Avoid the use of unmanaged strings in ACE_Env_HelperTimothy Simpson2019-11-191-5/+18
* IPv6 compatibility for recvmsg with control buffer on WindowsAdam Mitz2019-11-111-8/+8
* Update ACE Tests to Use Monontonic Support MacrosFred Hornsey2019-11-044-76/+58
* Merge remote-tracking branch 'upstream/master' into igtd/monotonicFred Hornsey2019-10-311-3/+4
|\
| * sendmsg/recvmsg with msg_control: added Windows platform supportAdam Mitz2019-10-211-3/+4
* | Add missing ACE Test to gitignoreFred Hornsey2019-10-311-0/+1
|/
* Workaround is still necessary with clang9Johnny Willemsen2019-09-241-1/+1
* Removed old style documentation which was just about mentioning where constru...Johnny Willemsen2019-08-192-2/+0
* Removed old comments before constructor/destructorJohnny Willemsen2019-08-197-13/+0
* - Use ACE_OS::send and ACE_OS::recv on MQX, instead of write and read.Chad Elliott2019-06-062-16/+27
* Layout changesJohnny Willemsen2019-05-231-3/+0
* Layout changesJohnny Willemsen2019-04-175-22/+3
* SOCK_Dgram_Test: remove hardcoded buffer lengthAdam Mitz2019-03-151-1/+1
* Merge pull request #868 from likema/unix-addr-sizeJohnny Willemsen2019-03-123-0/+71
|\
| * Add ACE_UNIX_Addr test.Like Ma2019-03-123-0/+71
* | Add missing ACE_TEXTJohnny Willemsen2019-03-121-4/+1
* | Remove ACE_HAS_DLSYM_SEGFAULT_ON_INVALID_HANDLE from config-linux.hLike Ma2019-03-121-0/+3
|/
* Removed empty linesJohnny Willemsen2019-03-0621-59/+2
* Fix c++11 auto_ptr warningJohnny Willemsen2019-03-061-0/+4
* Problem: SOCK_Dgram_Test fails on safety profileJustin R. Wilson2019-03-011-0/+9
* Cast iovec.iov_base to char* to handle certain platformsJustin R. Wilson2019-02-251-1/+2
* Fix missing return valueJustin R. Wilson2019-02-251-1/+1
* Provide option for local address for SOCK_Dgram recvmsgJustin R. Wilson2019-02-221-6/+70
* Support instantiating ACE_Arg_Shifter_T<char> in wchar builds.Adam Mitz2019-02-131-0/+14
* Add missing const to several placesJohnny Willemsen2019-02-071-22/+22
* Fixed mismatched deleteJohnny Willemsen2019-02-021-4/+1
* Assignment should return non const referenceJohnny Willemsen2019-02-021-1/+1
* Fixed broken links and updated email address D. Schmidt to the correct oneJohnny Willemsen2019-01-2441-41/+41
* Updated several broken linksJohnny Willemsen2019-01-242-2/+2
* Fixed several broken linksJohnny Willemsen2019-01-241-1/+1
* Merge branch 'master' of https://github.com/DOCGroup/ACE_TAOJohnny Willemsen2019-01-213-7/+9
|\
| * Zapped multiple empty linesJohnny Willemsen2019-01-201-3/+0
| * Merge remote-tracking branch 'upstream/master' into igtd/androidFred Hornsey2019-01-194-8/+68
| |\
| * | Fixes for ACE Tests on AndroidFred Hornsey2019-01-193-4/+9
* | | Update clang version check for android which has clang 8.0.2, see #796Johnny Willemsen2019-01-211-2/+5
| |/ |/|
* | Merge pull request #777 from iguessthislldo/igtd/vectorJohnny Willemsen2018-12-272-2/+33
|\ \
| * | Add std iterator subtest to Vector_TestFred Hornsey2018-12-262-2/+33
| |/
* | Merge pull request #749 from DOCGroup/issue-748Steve Huston2018-11-161-0/+35
|\ \
| * | Remove trailing whitespace per fuzzissue-748Steve Huston2018-11-161-1/+1
| * | Use correct ACE_Allocator for user-defined data block per API requirementsSteve Huston2018-11-151-5/+7
| * | Add user-defined ACE_Data_Block test caseSteve Huston2018-11-151-0/+33
| |/
* | Current versions of clang claim to have this fixed, its bugzilla bug is closedAdam Mitz2018-11-071-6/+0
|/
* clang 7Adam Mitz2018-09-261-2/+2