summaryrefslogtreecommitdiff
path: root/ACE/include
Commit message (Expand)AuthorAgeFilesLines
* Remove clang5Johnny Willemsen2023-02-201-14/+0
* Enable C++14 for clang 5/6/7/8Johnny Willemsen2023-02-201-4/+12
* ACE/TAO now require C++14 or newerJohnny Willemsen2023-02-202-1/+5
* More Sun OS/compiler cleanupJohnny Willemsen2023-01-173-89/+3
* Cleanup Solaris supportJohnny Willemsen2023-01-175-382/+0
* Removed AIX supportJohnny Willemsen2023-01-164-66/+6
* Removed AIX supportJohnny Willemsen2023-01-163-389/+0
* Removed RTEMS supportJohnny Willemsen2023-01-151-49/+0
* Removed HPUX supportJohnny Willemsen2023-01-153-325/+3
* Removed openvms config filesJohnny Willemsen2023-01-141-101/+0
* Removed OpenVMS supportJohnny Willemsen2023-01-141-5/+1
* Added $(ACE_SHLIBS) to the link line for shared libraries. This allows dlope...Chad Elliott2022-09-161-1/+1
* Added support for VxWorks 21.03, including building for RTP mode.Chad Elliott2022-09-082-0/+24
* ctdt is a c file, so compile as c file, not c++Johnny Willemsen2022-07-011-2/+1
* Fixed commentJohnny Willemsen2022-06-301-1/+1
* -fdelayed-template-parsing workaround for clang no longer neededAdam Mitz2022-06-232-6/+0
* Add abspath converter to rc compile to work on linked buildsSteve Huston2022-03-291-1/+1
* Fixed a minor OS version comparison error.Cristian Ungureanu2021-11-301-2/+2
* Will fallback to macOS 12 (latest) if on higher OS.Cristian Ungureanu2021-11-291-1/+1
* Support for MacOS 10.12 Monterey - Intel build.Cristian Ungureanu2021-11-292-3/+12
* Fallback to MacOSX 11 latest when we have a not recognized major versionJohnny Willemsen2021-11-181-2/+3
* Fix HP-UX g++ DCCFLAGS.Like Ma2021-07-011-0/+1
* Fix AIX g++ DCCFLAGS.Like Ma2021-06-301-0/+1
* Removed CIAO/DAnCE referencesJohnny Willemsen2021-06-183-3/+0
* Removed CIAO/DAnCE referencesJohnny Willemsen2021-06-181-1/+1
* Removed support for tao_idl3_to_idl2 and tao_idl3_to_xml now that CIAO is arc...Johnny Willemsen2021-05-297-22/+1
* MacOSX 11.1/11.2 are both bigsur releasesJohnny Willemsen2021-04-221-2/+3
* Default enable c++11 for macosxJohnny Willemsen2021-01-261-9/+1
* Merge code for detecting whether we have c++11 support also to macosxJohnny Willemsen2021-01-261-7/+16
* Integrate patch from conda-forge ace-feedstock, see https://github.com/conda-...Johnny Willemsen2021-01-251-1/+1
* Only check valgrind_keep_debuginfo when valgrind is 1Johnny Willemsen2021-01-201-6/+6
* Update platform_g++_common.GNUJohnny Willemsen2021-01-181-4/+2
* g++ 4.8 has a problem that it warns when using a std::array containing std::s...Johnny Willemsen2021-01-181-0/+6
* Merge pull request #1397 from jwillemsen/jwi-dmcJohnny Willemsen2021-01-061-41/+0
|\
| * Removed support for the Digital Mars Compiler (DMC), doesn't support C++11Johnny Willemsen2021-01-061-41/+0
* | Removed Interix supportJohnny Willemsen2021-01-061-42/+0
|/
* Removed support for CE GCC, not maintained for a long time, closes #1387Johnny Willemsen2021-01-051-61/+0
* Move -llog from platform_android.GNU to acedefaultsFred Hornsey2020-12-301-3/+0
* Always Define ANDROID_ABI for CompatibilityFred Hornsey2020-12-301-2/+5
* Fix Older NDKs Not Having armv7a-* Prefixed ToolsFred Hornsey2020-12-293-5/+19
* platform_gcc_clang_common.GNU: Add Flag from #1320Fred Hornsey2020-12-121-0/+3
* platform_gcc_clang_common.GNUFred Hornsey2020-12-124-184/+108
* platform_linux_common.GNU: More Common SectionsFred Hornsey2020-12-123-50/+23
* platform_android.GNU: Remove --fix-cortex-a8 FlagFred Hornsey2020-12-121-4/+1
* platform_android.GNU: Remove duplicate warningsFred Hornsey2020-12-051-1/+1
* Remove Support for Android NDKs before r18Fred Hornsey2020-12-051-79/+27
* Support Using Android NDK DirectlyFred Hornsey2020-12-032-26/+61
* Fix Issue on Android Where SONAME is NeededFred Hornsey2020-12-024-15/+21
* Removed support for gcc < 4.8Johnny Willemsen2020-12-022-39/+18
* Merge branch 'master' into jwi-valgrindJohnny Willemsen2020-12-012-9/+0
|\