summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Revert "ACE Core Typo Bug"revert-300-masterJohnny Willemsen2016-09-241-1/+1
|
* Merge pull request #300 from GaryN4/masterJohnny Willemsen2016-09-231-1/+1
|\ | | | | ACE Core Typo Bug
| * Merge pull request #1 from GaryN4/GaryN4-patch-1GaryN42016-09-151-1/+1
| |\ | | | | | | Update Time_Value.inl
| | * Update Time_Value.inlGaryN42016-09-151-1/+1
| |/
* | Merge pull request #299 from huangminghuang/remove_null_reference_checkAdam Mitz2016-09-224-38/+6
|\ \ | | | | | | Remove null reference checks
| * | Remove null reference checksHuang-Ming Huang2016-09-224-38/+6
|/ /
* | Merge pull request #298 from huangminghuang/macosx_elcapitanAdam Mitz2016-09-227-213/+291
|\ \ | | | | | | Better Mac OSX support
| * | remove '-all' from the filenames of config-macosx-all.h and ↵Huang-Ming Huang2016-09-216-274/+274
| | | | | | | | | | | | platform_macosx_all.GNU and rename the original *macosx.(h,GNU) files with juguar suffix
| * | Add ace/config-macosx-all.h and include/makeinclude/platform_macosx_all.GNU ↵Huang-Ming Huang2016-09-212-0/+62
| | | | | | | | | | | | for auto-detecting macOS version
| * | Support MacOSX El Capitan without disabling the default System Integrity ↵Huang-Ming Huang2016-09-213-1/+17
| | | | | | | | | | | | Protection mode.
* | | Merge pull request #297 from mitza-oci/masterAdam Mitz2016-09-221-1/+3
|\ \ \ | | | | | | | | Use env var ACE_DEBUG to set ACE::debug_ from the environment.
| * | | Fuzz script needs special comments for this caseAdam Mitz2016-09-211-1/+3
| | | |
| * | | Use env var ACE_DEBUG to set ACE::debug_ from the environment.Adam Mitz2016-09-211-1/+1
| |/ / | | | | | | | | | Looks like this was mistakenly updated to ACELIB_DEBUG when the logging statements were changed a few years ago.
* | | Merge pull request #296 from huangminghuang/rasberrypiAdam Mitz2016-09-2220-62/+36
|\ \ \ | |/ / |/| | Use explicit template class instantiation for ACE_*_SINGLETON_DECLARE…
| * | Fix some fuzz errorsHuang-Ming Huang2016-09-224-8/+3
| | |
| * | Fix issues with explicit template instantiation with versioned namespaceHuang-Ming Huang2016-09-226-11/+20
| | |
| * | Fixed all explicit singleton template instantiationHuang-Ming Huang2016-09-2117-51/+20
| | |
| * | Use explicit template class instantiation for ACE_*_SINGLETON_DECLARE with ↵Huang-Ming Huang2016-09-211-2/+3
|/ / | | | | | | | | | | | | GCC 4 and above This prevents multiple definition of typeinfo symbols during linking, only seen on arm-linux-gnueabihf-g++.
* | Merge pull request #295 from jwillemsen/masterJohnny Willemsen2016-09-159-18/+33
|\ \ | |/ |/| Improve IFRService persistence test but mark it as not fixed at this moment because it fails
| * Mark the IFRService persistence test with !FIXED_BUGS_ONLY, it fails ↵Johnny Willemsen2016-09-151-1/+1
| | | | | | | | | | | | frequently which goes back to 2009, see bugzilla 3699 * TAO/bin/tao_other_tests.lst:
| * CleanupJohnny Willemsen2016-09-154-7/+4
| | | | | | | | | | | | | | * TAO/orbsvcs/orbsvcs/IFRService/IFR_Service_Utils.cpp: * TAO/orbsvcs/orbsvcs/IFRService/IFR_Service_Utils.h: * TAO/orbsvcs/tests/InterfaceRepo/Persistence_Test/Ptest.cpp: * TAO/orbsvcs/tests/InterfaceRepo/Persistence_Test/run_test.pl:
| * Removed not needed variableJohnny Willemsen2016-09-151-4/+0
| | | | | | | | * TAO/orbsvcs/IFR_Service/IFR_Service.h:
| * Zapped some empty linesJohnny Willemsen2016-09-151-2/+0
| | | | | | | | * TAO/orbsvcs/tests/InterfaceRepo/Persistence_Test/README:
| * Added shutdown to cleanly shutdown the ORB and release all CORBA resources ↵Johnny Willemsen2016-09-153-4/+28
|/ | | | | | | | to resolve several valgrind reported memory leaks * TAO/orbsvcs/tests/InterfaceRepo/Persistence_Test/Ptest.cpp: * TAO/orbsvcs/tests/InterfaceRepo/Persistence_Test/Ptest.h: * TAO/orbsvcs/tests/InterfaceRepo/Persistence_Test/test.cpp:
* Merge pull request #294 from jwillemsen/masterJohnny Willemsen2016-09-149-66/+34
|\ | | | | Fixed Coverity reported issues
| * Initialise memberJohnny Willemsen2016-09-141-0/+1
| | | | | | | | * TAO/tao/Messaging/AMH_Response_Handler.cpp:
| * Check the return value of get_componentJohnny Willemsen2016-09-141-14/+20
| | | | | | | | * TAO/tao/IORManipulation/IORManip_IIOP_Filter.cpp:
| * Fixed coverity errors, initialize pointersJohnny Willemsen2016-09-142-1/+5
| | | | | | | | | | * TAO/tao/HTTP_Client.cpp: * TAO/tao/HTTP_Handler.cpp:
| * Fixed coverity errorJohnny Willemsen2016-09-141-1/+2
| | | | | | | | * ACE/ace/Naming_Context.cpp:
| * removed commented out codeJohnny Willemsen2016-09-141-24/+0
| | | | | | | | * ACE/ACEXML/examples/SAXPrint/main.cpp:
| * Fixed coverity reported issuesJohnny Willemsen2016-09-143-26/+6
| | | | | | | | | | | | * ACE/ACEXML/common/Mem_Map_Stream.cpp: * ACE/ACEXML/examples/SAXPrint/Print_Handler.cpp: * ACE/ACEXML/examples/SAXPrint/Print_Handler.h:
* | Merge pull request #293 from jwillemsen/masterJohnny Willemsen2016-09-146-15/+18
|\ \ | |/ | | Fixed Coverity reported issues
| * Don't delete the member of the base in ACEXML_SAXNotSupportedException, the ↵Johnny Willemsen2016-09-141-1/+0
| | | | | | | | | | | | base class destructor already handles that * ACE/ACEXML/common/SAXExceptions.cpp:
| * Fixed memory leaks reported by CoverityJohnny Willemsen2016-09-142-11/+14
| | | | | | | | | | * TAO/orbsvcs/orbsvcs/AV/AVStreams_i.cpp: * TAO/orbsvcs/orbsvcs/AV/Endpoint_Strategy.cpp:
| * Fixed reported memory leak by CoverityJohnny Willemsen2016-09-141-0/+1
| | | | | | | | * ACE/tests/Compiler_Features_21_Test.cpp:
| * Use own_factory_ at the moment to cleanup to delete the factory at the ↵Johnny Willemsen2016-09-141-2/+2
| | | | | | | | | | | | moment we own it at destruction, fixes coverity errors * TAO/orbsvcs/orbsvcs/Event/EC_Event_Channel_Base.cpp:
| * Initialise value with 0 to fix Coverity errorJohnny Willemsen2016-09-141-1/+1
|/ | | | * TAO/orbsvcs/tests/InterfaceRepo/IFR_Test/Admin_Client.cpp:
* Merge pull request #279 from dlifshitz-maca/BZ-4216_01Johnny Willemsen2016-09-121-1/+117
|\ | | | | BZ-4216 Android build fails when not cross-compiled on Linux
| * BZ-4216 Android build fails when not cross-compiled on LinuxDavid Lifshitz2016-09-111-5/+5
| | | | | | | | | | | | [Changed] platform_android.GNU - removed extra comment and include
| * BZ-4216 Android build fails when not cross-compiled on LinuxDavid Lifshitz2016-08-021-1/+117
| | | | | | | | | | | | | | | | | | | | | | | | [Changed] platform_android.GNU - replace the platform_linux_common.GNU include with its contents except the erroneous call to getconf [Tests] Test 1: 1) Compile ACE for Android using OSX or Windows 2) Verify build is successful
* | Merge pull request #292 from jwillemsen/masterJohnny Willemsen2016-09-111-1/+3
|\ \ | | | | | | Use std::abs instead of abs
| * | Use std::abs instead of absJohnny Willemsen2016-09-111-1/+3
| | | | | | | | | | | | * ACE/ace/Time_Value.cpp:
* | | Merge pull request #291 from ops/masterJohnny Willemsen2016-09-1110-5/+67
|\ \ \ | |/ / |/| | Take 2: Handle system functions that may be defined as macros on some…
| * | Moved ACE_LACKS_xxxTIME_R defines to config-win32-msvc.hOlli Savia2016-09-092-3/+4
| | |
| * | Take 2: Handle system functions that may be defined as macros on some platformsOlli Savia2016-09-099-4/+65
| | |
* | | Merge pull request #200 from INMarkus/Bug#4084-PatchJohnny Willemsen2016-09-093-48/+83
|\ \ \ | | | | | | | | Fix for Bug 4084 - ACE_Time_Value::set(double) hangs on large numbers
| * | | Update Time_Value_Test.cppINMarkus2016-02-231-0/+45
| | | | | | | | | | | | Added tests for setting of double values and to check performance of normalize for large numbers.
| * | | Update Time_Value.cppINMakrus2016-02-221-44/+22
| | | | | | | | | | | | - Better performance by not using a loop for normalizing time values
| * | | Update Time_Value.inlINMakrus2016-02-221-4/+16
| | | | | | | | | | | | | | | | | | | | - Handle big positiv and negativ double values by limiting them to possible values for sec and usec - Correct round for negativ double values: -10.5 => -10 -500000 (not -10 -499999) - no normalize needed cause result is already normalized
* | | | Merge pull request #290 from jwillemsen/jwi-stati64Johnny Willemsen2016-09-091-0/+4
|\ \ \ \ | |_|/ / |/| | | Use stati64 with MinGW