summaryrefslogtreecommitdiff
path: root/ACE
Commit message (Collapse)AuthorAgeFilesLines
* ACE+TAO-6_5_0Latest_MinorACE+TAO-6_5_0Latest_MinorJohnny Willemsen2018-06-1256-70/+166
|
* Added starter files for MacOSX MojaveJohnny Willemsen2018-06-054-3/+14
| | | | | | | | | * ACE/ace/config-macosx-mojave.h: * ACE/include/makeinclude/platform_macosx_mojave.GNU: Added. * ACE/ace/config-macosx.h: * ACE/include/makeinclude/platform_macosx.GNU:
* Removed invalid suppJohnny Willemsen2018-05-311-6/+0
| | | | * ACE/bin/valgrind.supp:
* Next release will be minorJohnny Willemsen2018-05-301-1/+1
| | | | | * ACE/NEWS: * TAO/NEWS:
* Updated suppresionJohnny Willemsen2018-05-181-1/+1
| | | | * ACE/bin/valgrind.supp:
* Add valgrind suppressionJohnny Willemsen2018-05-181-0/+6
| | | | * ACE/bin/valgrind.supp:
* List std::unique_ptr usageJohnny Willemsen2018-05-161-0/+3
|
* Make use of std::unique_ptr when C++11 is usedJohnny Willemsen2018-05-162-0/+12
| | | | | * ACE/ace/XML_Utils/XML_Helper.h: * ACE/ace/XML_Utils/XSCRT/Elements.hpp:
* Use std::unique_ptr when we have C++11Johnny Willemsen2018-05-151-0/+4
| | | | * ACE/ace/Thread_Manager.cpp:
* Use std::unique_ptr when we have C++11Johnny Willemsen2018-05-151-0/+4
| | | | * ACE/ace/Proactor.cpp:
* Make use of std::unique_ptr when we have C++11Johnny Willemsen2018-05-151-1/+4
| | | | * ACE/ace/OS_NS_Thread.cpp:
* ACE+TAO x.4.8 releaseJohnny Willemsen2018-05-145-34/+38
| | | | | | | | | * ACE/NEWS: * ACE/bin/diff-builds-and-group-fixed-tests-only.sh: * ACE/docs/Download.html: * ACE/docs/bczar/bczar.html: * ACE/etc/index.html: * TAO/NEWS:
* ACE+TAO-6_4_8ACE+TAO-6_4_8Johnny Willemsen2018-05-1456-69/+470
|
* List some more changes to ACEJohnny Willemsen2018-05-141-0/+6
|
* List changesJohnny Willemsen2018-05-121-0/+6
| | | | * ACE/NEWS:
* Get rid of ACE_HAS_NONCONST_FD_ISSET, not used anymore, related to issue #609Johnny Willemsen2018-04-232-8/+0
| | | | | * ACE/ace/config-android.h: * ACE/ace/config-macosx-leopard.h:
* Merge pull request #609 from dskyle/masterJohnny Willemsen2018-04-232-11/+12
|\ | | | | * Fix ACE_Handle_Set::is_set to support platforms with both …
| * Always const_cast for FD_ISSET. Remove intra-statement #ifDavid Kyle2018-04-131-9/+7
| |
| * Merge branch 'master' of github.com:dskyle/ACE_TAODavid Kyle2018-04-131-4/+3
| |\
| | * * Fix Handle_Set.inl for Visual StudioDavid Kyle2018-04-091-4/+3
| | |
| * | Merge branch 'master' of https://github.com/DOCGroup/ACE_TAODavid Kyle2018-04-136-26/+37
| |\ \ | | |/ | |/|
| * | * Fix ACE_Handle_Set::is_set to support platforms with both ACE_HAS_BIG_FD_SETDavid Kyle2018-04-082-10/+14
| | | | | | | | | | | | | | | and ACE_HAS_NONCONST_FD_ISSET. * Add ACE_HAS_NONCONST_FD_ISSET to compile for recent android NDKs.
* | | gnuace MPC type: Environment variables must be "exported" to impact child ↵Adam Mitz2018-04-171-5/+5
| | | | | | | | | | | | processes
* | | GNUAutobuild MPC type:Adam Mitz2018-04-171-1/+1
| |/ |/| | | | | Use POSIX-compliant redirection to work with all shells
* | Merge pull request #608 from mitza-oci/ace-mpcJohnny Willemsen2018-04-131-1/+0
|\ \ | | | | | | No need to list ace_wchar.inl twice in the MPC file.
| * | No need to list ace_wchar.inl twice in the MPC file.Adam Mitz2018-04-051-1/+0
| |/
* | Merge pull request #616 from jwillemsen/jwi-acevs2017_2Johnny Willemsen2018-04-131-1/+0
|\ \ | | | | | | Only list VERSION once
| * | Only list VERSION onceJohnny Willemsen2018-04-121-1/+0
| | |
* | | Merge out from masterRiverace-case2088Steve Huston2018-04-10107-535/+760
|\ \ \ | |/ /
| * | Don't use inline assembly with clang compilersJohnny Willemsen2018-04-101-3/+1
| | | | | | | | | | | | * ACE/ace/config-win32-borland.h:
| * | Enable intel assembly when using the Embarcadero clang compilersJohnny Willemsen2018-04-102-2/+5
| | | | | | | | | | | | | | | * ACE/ace/CDR_Base.cpp: * ACE/ace/config-win32-borland.h:
| * | Merge pull request #610 from jwillemsen/jwi-builtinbswapJohnny Willemsen2018-04-093-8/+20
| |\ \ | | |/ | |/| Make use of builtin_bswap(16|32|64) with Embarcadero C++ Builder clang
| | * Removed accidental changeJohnny Willemsen2018-04-091-2/+0
| | | | | | | | | | | | * ACE/ace/CDR_Base.inl:
| | * Test double/float as last, they are more complex so could easier failJohnny Willemsen2018-04-091-8/+8
| | | | | | | | | | | | * ACE/tests/CDR_Array_Test.cpp:
| | * Make use of builtin_bswap(16|32|64)Johnny Willemsen2018-04-092-0/+14
| | |
| * | Merge pull request #606 from mitza-oci/perlace-stacktraceAdam Mitz2018-04-041-0/+14
| |\ \ | | | | | | | | Process_Unix.pm: optional stack traces and core file generation for stuck processes
| | * | Process_Unix.pm: optional stack traces and core file generation for stuck ↵Adam Mitz2018-04-031-0/+14
| | | | | | | | | | | | | | | | processes
| * | | Merge pull request #607 from jwillemsen/masterJohnny Willemsen2018-04-042-6/+5
| |\ \ \ | | |/ / | |/| / | | |/ Small docu changes and only set no_deprecated=1 in our GNU make rules when it is not set yet
| | * Only set no_deprecated to 1 when it not has been setJohnny Willemsen2018-04-041-5/+5
| | | | | | | | | | | | * ACE/include/makeinclude/platform_g++_common.GNU:
| | * Minor documentation changes and remove old cvs date tagsJohnny Willemsen2018-04-041-1/+0
| | |
| * | Compiler_Features_32_Test for clang 6mitza-oci-patch-1Adam Mitz2018-03-291-1/+1
| | | | | | | | | No different than clang 5
| * | Add missing $ prefix to ACE_ROOTbrewmanz(75)2018-03-291-1/+1
| | |
| * | Update my e-mail addressDavid Ward2018-03-261-1/+1
| | |
| * | Update instructions for adding a release to openSUSE Build ServiceDavid Ward2018-03-261-9/+6
| | |
| * | Fix handling of Debian packaging files in ACE/bin/make_release.pyDavid Ward2018-03-261-64/+39
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove unused code to handle TAO, which is not packaged for Debian. Remove code to handle ACE/debian/ace.dsc which was deleted. (A .dsc file is produced automatically by building a Debian source package.) Examine ACE/debian/control instead of ACE/debian/debian.control. Update the version inside ACE/debian/*-<version>.lintain-overrides files, in addition to renaming these files. Adjust a regular expression to avoid matching on whitespace or other characters past the end of the file or package name. This had caused version updates to occur in the wrong places in ACE/debian/control.
| * | Exclude TAO in ACE/debian/ACE-DPKG.mwcDavid Ward2018-03-261-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This provides consistency with ACE/ACE.mwc, which excludes TAO (as seen in both the ACE-only and ACE+TAO source distributions). Adding this exclusion allows Debian package builds to succeed from either source distribution, rather than failing if it contains TAO. In turn, this allows the openSUSE Build Service to produce both RPM and Debian packages from a single ACE+TAO source distribution.
| * | Include appropriate file from ChangeLogs directory in Debian packagesDavid Ward2018-03-261-1/+6
| | | | | | | | | | | | | | | | | | | | | Use the ACE version number to determine the file in the ChangeLogs directory to install in Debian packages. (The variable definitions are copied from ACE/include/makeinclude/wrapper_macros.GNU for the non-Windows case.)
| * | Synchronize ACE/debian with contents of Debian source repositoryDavid Ward2018-03-2633-75/+112
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Incorporate changes from the Debian source repository [1], but keep the package version current (and where the package version is wrong, correct it). Also fix corrupted version checks for external package dependencies. This does not introduce additional scripts from the repository that are unused when building packages. [1]: git://anonscm.debian.org/pkg-ace/pkg-ace.git
| * | Remove unused file ACE/rpmbuild/ace-tao-macros.patchDavid Ward2018-03-261-59/+0
| | |
| * | Improve test for RHEL or CentOS in RPM packagingDavid Ward2018-03-261-1/+1
| | | | | | | | | | | | | | | | | | The %{rhel_version} and %{centos_version} RPM macros are specific to the openSUSE Build Service. Use the %{rhel} macro to test for these distributions instead, which supports local builds.