summaryrefslogtreecommitdiff
path: root/ACE/ace/README
Commit message (Expand)AuthorAgeFilesLines
* Removed some unused definesJohnny Willemsen2023-01-171-5/+0
* More Sun OS/compiler cleanupJohnny Willemsen2023-01-171-47/+0
* Cleanup Solaris supportJohnny Willemsen2023-01-171-39/+2
* Merge pull request #2034 from jwillemsen/jwi-macrocleanupJohnny Willemsen2023-01-171-31/+0
|\
| * Cleanup several macros which are not set by any config fileJohnny Willemsen2023-01-161-31/+0
* | Removed checks for ACE_TEMPLATES_REQUIRE_SOURCEJohnny Willemsen2023-01-161-4/+0
* | Removed AIX supportJohnny Willemsen2023-01-161-17/+2
|/
* Removed RTEMS supportJohnny Willemsen2023-01-151-3/+0
* More cleanupJohnny Willemsen2023-01-151-3/+0
* Removed HPUX supportJohnny Willemsen2023-01-151-117/+1
* More Windows CE cleanupJohnny Willemsen2023-01-131-1/+0
* Removed setting of ACE_LACKS_MEMORY_H, not usedJohnny Willemsen2022-07-041-2/+0
* Removed setting of ACE_LACKS_MALLOC_H, not usedJohnny Willemsen2022-07-041-1/+0
* Removed some old references to SCOJohnny Willemsen2021-07-161-9/+5
* Make sure ACE_OS::dlsym called with an invalid handle returns nullptr, update...Johnny Willemsen2021-06-281-4/+0
* Renamed ACE_HAS_WIN32_STRUCTURAL_EXCEPTIONS to ACE_HAS_WIN32_STRUCTURED_EXCEP...Johnny Willemsen2021-06-261-1/+1
* Removed old comments and support for Chorus which we don't support anymoreJohnny Willemsen2021-06-241-17/+14
* Remove cleanup of ACE_HAS_STRING_CLASSJohnny Willemsen2021-06-081-3/+0
* Merge branch 'master' into jwi-ACE_USES_STD_NAMESPACE_FOR_STDCPP_LIBJohnny Willemsen2021-06-071-3/+0
|\
| * All compilers we support provide ACE_HAS_NEW_NOTHROWJohnny Willemsen2021-06-061-1/+0
| * All compilers we currently support throw on new so always define ACE_NEW_THRO...Johnny Willemsen2021-06-061-2/+0
* | We require now that the standard C++ library is supported and available in th...Johnny Willemsen2021-06-071-4/+0
|/
* Removed support for ACE_LACKS_STATIC_DATA_MEMBER_TEMPLATES, only set by the c...Johnny Willemsen2021-04-301-2/+0
* Remove macros we don't use anymoreJohnny Willemsen2021-02-241-10/+1
* Cleanup LynxOS4 support, fixes #1434Johnny Willemsen2021-02-241-17/+0
* Cleanup usage of ACE_HAS_DINKUM_STL, not set anymore in any config fileJohnny Willemsen2021-01-061-1/+0
* Removed ACE_HAS_EXCEPTIONS checks, that define is always setJohnny Willemsen2021-01-061-2/+0
* Merge branch 'master' into jwi-ACE_HAS_CPLUSPLUS_HEADERSJohnny Willemsen2021-01-051-25/+0
|\
| * Merge pull request #1385 from jwillemsen/jwi-ACE_HAS_STDCPP_STL_INCLUDESJohnny Willemsen2021-01-051-3/+0
| |\
| | * Cleanup ACE_HAS_STDCPP_STL_INCLUDESJohnny Willemsen2021-01-051-3/+0
| * | Merge pull request #1382 from jwillemsen/jwi-numericlimistsJohnny Willemsen2021-01-051-1/+0
| |\ \
| | * | Cleanup numeric limits, depend on the standard, part of issue #1377Johnny Willemsen2021-01-051-1/+0
| | |/
| * | Merge pull request #1372 from jwillemsen/jwi-alphaJohnny Willemsen2021-01-051-3/+0
| |\ \
| | * | Remove support for the Alpha CPUJohnny Willemsen2021-01-051-3/+0
| | |/
| * | Merge pull request #1369 from jwillemsen/jwi-ACE_HAS_WORKING_EXPLICIT_TEMPLAT...Johnny Willemsen2021-01-051-4/+0
| |\ \
| | * \ Merge branch 'master' into jwi-ACE_HAS_WORKING_EXPLICIT_TEMPLATE_DESTRUCTORJohnny Willemsen2021-01-051-6/+0
| | |\ \
| | * | | Removed ACE_HAS_WORKING_EXPLICIT_TEMPLATE_DESTRUCTOR, all compilers have work...Johnny Willemsen2021-01-051-4/+0
| | | |/ | | |/|
| * | | Merge pull request #1370 from jwillemsen/jwi-ACE_NEEDS_FUNC_DEFINITIONSJohnny Willemsen2021-01-051-8/+0
| |\ \ \ | | |_|/ | |/| |
| | * | Removed ACE_NEEDS_FUNC_DEFINITIONS, not used anymoreJohnny Willemsen2021-01-051-8/+0
| | |/
| * | Remove ACE_HAS_HEADER_ALLOCATED_CLASS_STATIC_CONST_INT_STOREAGE, not needed a...Johnny Willemsen2021-01-051-6/+0
| |/
* | Removed ACE_HAS_CPLUSPLUS_HEADERS, not usedJohnny Willemsen2021-01-051-17/+0
|/
* Fixed typoJohnny Willemsen2020-11-301-2/+2
* Cleanup basic types now that we are using all C++11 standard defined (u)int{8...Johnny Willemsen2020-11-241-42/+0
* Removed ACE_HAS_BSTRING, not usedJohnny Willemsen2020-08-131-3/+0
* Removed ACE_REDEFINES_XTI_FUNCTIONS, not usedJohnny Willemsen2020-08-131-1/+0
* Removed ACE_LACKS_DEPRECATED_MACROS, not used anymoreJohnny Willemsen2020-08-131-5/+0
* Remove ACE_LACKS_MEMBER_TEMPLATES, not used anymoreJohnny Willemsen2020-08-131-3/+0
* Removed ACE_ONLY_LATEST_AND_GREATEST, not used anymoreJohnny Willemsen2020-08-131-8/+0
* Removed reference for ACE_LEGACY_MODE, not used at allJohnny Willemsen2020-08-131-5/+0
* Removed strrchr_emulation, not used anymore by any platformJohnny Willemsen2020-08-131-1/+0