summaryrefslogtreecommitdiff
path: root/ACE
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Only define NOMINMAX with the Microsoft compilerJohnny Willemsen2017-08-071-2/+6
| | | | | | | | | | | | * ACE/tests/tests.mpc:
| * | Disable deprecated warnings when using clangJohnny Willemsen2017-08-072-0/+14
| |/ | | | | | | | | * ACE/ace/OS_NS_sys_utsname.cpp: * ACE/ace/Object_Manager_Base.cpp:
* | Merge pull request #462 from jwillemsen/jwi-exportnestedclassesJohnny Willemsen2017-08-072-2/+0
|\ \ | | | | | | Removed setting of ACE_EXPORT_NESTED_CLASSES
| * \ Merge branch 'master' into jwi-exportnestedclassesJohnny Willemsen2017-08-079-21/+30
| |\ \
| * | | Removed setting of ACE_EXPORT_NESTED_CLASSESJohnny Willemsen2017-08-012-2/+0
| | | | | | | | | | | | | | | | | | | | * ACE/ace/config-win32-borland.h: * ACE/ace/config-win32-dmc.h:
* | | | Extend Embarcadero documentationJohnny Willemsen2017-08-071-2/+6
| |_|/ |/| | | | | | | | * ACE/ACE-INSTALL.html:
* | | Copy Solaris compile fix back to config-sunos5.10.hAndreas L2017-08-041-0/+5
| | | | | | | | | | | | | | | | | | partially undo commit 2e7b11740589636e90a1e15659bbb56735c19d28 which removed it from config-sunos5.10.h rather than just adding it to config-suncc-common.h
* | | Bump __SUNPRO_CC workaround check up to 0x5140Andreas L2017-08-041-2/+2
| | | | | | | | | | | | | | | | | | Oracle's DeveloperStudio12.5 (C++ 5.14) compiler still has std::reverse_iterator with 6 template parameters - at least on Solaris 11.3.
* | | Merge pull request #454 from jwillemsen/jwi-externcleanupJohnny Willemsen2017-08-031-8/+1
|\ \ \ | |_|/ |/| | Simplify ACE_NAMESPACE_INLINE_FUNCTION
| * | Simplify ACE_NAMESPACE_INLINE_FUNCTIONJohnny Willemsen2017-08-011-8/+1
| |/ | | | | | | * ACE/ace/ACE_export.h:
* | Add workaround for bcc32Johnny Willemsen2017-08-021-1/+7
| | | | | | | | * ACE/tests/Compiler_Features_37_Test.cpp:
* | Merge branch 'master' into jwi-comp37testwarningJohnny Willemsen2017-08-028-20/+22
|\ \
| * \ Merge pull request #456 from jwillemsen/jwi-bcc32-arraymapfixJohnny Willemsen2017-08-025-6/+13
| |\ \ | | | | | | | | Add workaround for broken bcc32, see RSP-15011
| | * | Suppress some more warnings with bcc32 TokyoJohnny Willemsen2017-08-012-2/+2
| | | | | | | | | | | | | | | | | | | | * ACE/ace/post.h: * ACE/ace/pre.h:
| | * | Suppress some bcc32 warnings with newer Embarcadero releasesJohnny Willemsen2017-08-011-2/+2
| | | | | | | | | | | | | | | | * ACE/ace/Compression/rle/RLECompressor.cpp:
| | * | Add workaround for broken bcc32, see RSP-15011Johnny Willemsen2017-08-012-2/+9
| | |/ | | | | | | | | | | | | * ACE/ace/Array_Map.cpp: * ACE/ace/Array_Map.h:
| * | Merge pull request #390 from huangminghuang/Safety_MacHuang-Ming Huang2017-08-012-2/+2
| |\ \ | | | | | | | | Fix compiler issues on macOS with ACE_FACE_SAFETY* defined
| | * | Fix compiler issues on macOS with ACE_FACE_SAFETY* definedHuang-Ming Huang2017-04-042-2/+2
| | | |
| * | | Merge pull request #389 from huangminghuang/clang-warningHuang-Ming Huang2017-08-011-12/+7
| |\ \ \ | | |_|/ | |/| | Avoid clang warning
| | * | Avoid clang warningHuang-Ming Huang2017-04-041-12/+7
| | |/ | | | | | | | | | Use dynamic_cast to replace typeid() which causes the clang++ warning “expression with side effects will be evaluated despite being used as an operand to 'typeid' [-Wpotentially-evaluated-expression]”
* | | Fix compiler warningJohnny Willemsen2017-08-021-0/+1
|/ / | | | | | | * ACE/tests/Compiler_Features_37_Test.cpp:
* | Merge pull request #452 from jwillemsen/jwi-namespaceinlineJohnny Willemsen2017-08-012-4/+5
|\ \ | | | | | | Don't use dllexport/dllimport with inline methods
| * | Fixed typos in documentationJohnny Willemsen2017-08-011-2/+2
| | | | | | | | | | | | | | | * ACE/ace/config-win32-common.h: * TAO/docs/exceptions.html:
| * | Fixed comment at end of code blockJohnny Willemsen2017-07-311-1/+1
| | | | | | | | | | | | * ACE/ace/config-win32-common.h:
| * | Don't use dllexport/dllimport with inline methodsJohnny Willemsen2017-07-291-1/+2
| | | | | | | | | | | | * ACE/ace/ACE_export.h:
* | | Only use different format specifiers for bcc32Johnny Willemsen2017-07-221-2/+4
|/ / | | | | | | * ACE/ace/config-win32-borland.h:
* | Use ACE_WIN32 and bcc32c doesn't set __WIN32__ but uses _WIN32Johnny Willemsen2017-07-206-17/+10
| | | | | | | | | | | | | | | | | | | | * ACE/ASNMP/asnmp/octet.cpp: * ACE/ASNMP/tests/Counter64_Test.cpp: * ACE/ace/Configuration_Import_Export.cpp: * ACE/ace/config-win32-borland.h: * ACE/examples/Mem_Map/IO-tests/IO_Test.cpp: * ACE/examples/Mem_Map/IO-tests/test_io.cpp: * TAO/tao/orbconf.h:
* | Merge pull request #437 from jwillemsen/jwi-issplittingJohnny Willemsen2017-07-206-60/+1
|\ \ | | | | | | Removed ACE_IS_SPLITTING, simplifies our code
| * | No ACE_INLINE in a cppJohnny Willemsen2017-07-131-2/+1
| | | | | | | | | | | | * ACE/ace/OS_NS_Thread.cpp:
| * | Removed ACE_IS_SPLITTING, simplifies our codeJohnny Willemsen2017-07-136-60/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | * ACE/ace/Capabilities.cpp: * ACE/ace/Capabilities.h: * ACE/ace/OS_NS_Thread.cpp: * ACE/ace/OS_NS_Thread.inl: * ACE/ace/Object_Manager.cpp: * ACE/ace/Static_Object_Lock.h:
* | | Merge pull request #438 from jwillemsen/jwi-compilertest37Johnny Willemsen2017-07-203-0/+58
|\ \ \ | | | | | | | | New compiler test for a compiler bug found some time ago
| * | | New compiler test for a compiler bug found some time agoJohnny Willemsen2017-07-133-0/+58
| |/ / | | | | | | | | | | | | | | | | | | | | | * ACE/tests/Compiler_Features_37_Test.cpp: Added. * ACE/tests/run_test.lst: * ACE/tests/tests.mpc:
* | | Merge pull request #439 from jwillemsen/jwi-processchangeJohnny Willemsen2017-07-201-3/+2
|\ \ \ | | | | | | | | Directly assign result to status
| * | | Directly assign result to statusJohnny Willemsen2017-07-131-3/+2
| |/ / | | | | | | | | | * ACE/ace/Process.cpp:
* | | Merge pull request #443 from jwillemsen/jwi-vsnprintfemulationJohnny Willemsen2017-07-205-7/+9
|\ \ \ | | | | | | | | Introduce new ACE_HAS_VSNPRINTF_EMULATION because the vsnprintf emula…
| * | | Introduce new ACE_HAS_VSNPRINTF_EMULATION because the vsnprintf emulation ↵Johnny Willemsen2017-07-145-7/+9
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | was enabled in to many configuration, found during trying to port to Embarcadero C++ Builder * ACE/ace/OS_NS_stdio.cpp: * ACE/ace/OS_NS_stdio.h: * ACE/ace/OS_NS_stdio.inl: * ACE/ace/config-lynxos.h: * ACE/tests/OS_Test.cpp:
* | | Merge pull request #442 from jwillemsen/jwi-winapi-warningJohnny Willemsen2017-07-201-1/+1
|\ \ \ | | | | | | | | Fixed warning with Embarcadero C++ Builder
| * | | Fixed warning with Embarcadero C++ BuilderJohnny Willemsen2017-07-141-1/+1
| |/ / | | | | | | | | | * ACE/ace/Object_Manager.cpp:
* | | Merge pull request #440 from jwillemsen/jwi-embarcadero-fixesJohnny Willemsen2017-07-201-5/+11
|\ \ \ | | | | | | | | Improve support for Embarcadero C++ Builder
| * | | Improve support for Embarcadero C++ BuilderJohnny Willemsen2017-07-141-5/+11
| |/ / | | | | | | | | | * ACE/ace/config-win32-borland.h:
* | | Fix typo.Martin Corino2017-07-171-1/+1
| | | | | | | | | | | | * ACE/protocols/ace/INet/Sock_IOStream.h:
* | | Improve GCC7 changes.Martin Corino2017-07-174-9/+18
| | | | | | | | | | | | | | | | | | | | | * ACE/protocols/ace/INet/SSLSock_IOStream.cpp: * ACE/protocols/ace/INet/SSLSock_IOStream.h: * ACE/protocols/ace/INet/Sock_IOStream.cpp: * ACE/protocols/ace/INet/Sock_IOStream.h:
* | | Some changes to appease GCC7.Martin Corino2017-07-171-0/+9
| | | | | | | | | | | | * ACE/protocols/ace/INet/Sock_IOStream.h:
* | | Fixed typoJohnny Willemsen2017-07-141-1/+1
|/ / | | | | | | | | * ACE/ace/OS_NS_Thread.cpp: * TAO/docs/implrepo/paper.html:
* | Remove some more occurences of registerJohnny Willemsen2017-06-261-22/+22
| | | | | | | | | | * ACE/ace/ETCL/ETCL_l.cpp: * TAO/TAO_IDL/fe/idl.yy.cpp:
* | Use a new no_deprecated which we can set to 1 independent of the c++xx flagJohnny Willemsen2017-06-261-5/+9
| | | | | | | | * ACE/include/makeinclude/platform_g++_common.GNU:
* | Fixed solaris compile issuesJohnny Willemsen2017-06-231-4/+4
| | | | | | | | * ACE/ace/CDR_Base.cpp:
* | Remove las ACE_REGISTERJohnny Willemsen2017-06-221-1/+1
| | | | | | | | * ACE/ace/OS_NS_stdlib.cpp:
* | FixedJohnny Willemsen2017-06-211-4/+4
| | | | | | | | * ACE/ace/CDR_Base.cpp:
* | Fixed errorJohnny Willemsen2017-06-211-4/+8
| | | | | | | | * ACE/ace/CDR_Base.cpp: