summaryrefslogtreecommitdiff
path: root/ACE/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* Qt5 supportAdam Mitz2018-09-073-3/+7
* Updated msvc check, works now with Visual Studio 2017Johnny Willemsen2018-08-161-1/+1
* add full support for streaming std::(w)stringMartin Corino2018-08-041-0/+80
* Removed duplicated project files (MPC issue 50)Adam Mitz2018-07-091-1/+0
* When we have C++11 ACE_Strong_Bound_Ptr doesn't provide std::auto_ptr support...Johnny Willemsen2018-06-141-0/+4
* Merge pull request #610 from jwillemsen/jwi-builtinbswapJohnny Willemsen2018-04-091-8/+8
|\
| * Test double/float as last, they are more complex so could easier failJohnny Willemsen2018-04-091-8/+8
* | Compiler_Features_32_Test for clang 6mitza-oci-patch-1Adam Mitz2018-03-291-1/+1
* | Add missing $ prefix to ACE_ROOTbrewmanz(75)2018-03-291-1/+1
|/
* Instead of using [0] a [0L] has to be used, that is the correct fixJohnny Willemsen2018-03-161-20/+1
* Sun Studio 5.13 and older can't handle thisJohnny Willemsen2018-03-121-0/+5
* Check if __GNUC__ is defined and only log that C++ support is ok when the tes...Johnny Willemsen2018-03-091-2/+2
* Bugfix: ACE abort when use %l and the msg len exceed ACE_MAXLOGMSGLENshuai.lou2018-03-021-1/+1
* Remove $Id$ to resolve fuzz errorSteve Huston2018-03-011-2/+0
* Merge out from masterSteve Huston2018-02-285-5/+84
|\
| * msvc7.1 and gcc 4.1.1 can't handle this test so disable this test for those c...Johnny Willemsen2018-02-171-0/+14
| * Initialise member to solve Codacy warningJohnny Willemsen2018-02-161-2/+2
| * Add constructor to make codacy happyJohnny Willemsen2018-02-161-0/+1
| * Add new compiler test for a C++ feature TAO is usingJohnny Willemsen2018-02-163-0/+49