summaryrefslogtreecommitdiff
path: root/ACE
Commit message (Collapse)AuthorAgeFilesLines
* Added reduced include of ace/Auto_Ptr.hJohnny Willemsen2016-07-031-0/+2
| | | | * ACE/NEWS:
* Updated for next releaseJohnny Willemsen2016-07-011-0/+2
| | | | | * ACE/NEWS: * TAO/NEWS:
* Merge pull request #268 from jwillemsen/masterJohnny Willemsen2016-07-011-5/+11
|\ | | | | Improved documentation
| * Improved documentitonJohnny Willemsen2016-07-011-5/+11
| | | | | | | | * ACE/ACE-INSTALL.html:
* | Merge pull request #267 from jwillemsen/masterJohnny Willemsen2016-07-011-50/+49
|\ \ | |/ | | Documentation changes
| * Cleanup and refer to ACE-INSTALL.html within the packageJohnny Willemsen2016-07-011-50/+49
| | | | | | | | * ACE/README:
* | Auto_Ptr.h fixup for ACE netsvcsAdam Mitz2016-06-171-0/+1
| |
* | Removed include of ace/Auto_Ptr.h where not neededAdam Mitz2016-06-1711-6/+6
|/ | | | GCC 6.1 by default issues warnings when seeing std::auto_ptr
* Merge pull request #256 from likema/feature/cross-aarch64-mips64elJohnny Willemsen2016-06-141-1/+1
|\ | | | | feature/cross-aarch64-mips64el
| * Fix format specifiers of UINT64, ssize_t, size_t in Ubuntu 12.04/14.04 aarch64.Like Ma2016-05-121-1/+1
| |
| * Fix format specifiers of UINT64, ssize_t, size_t in neokylin 6.0 loongson 64 ↵Like Ma2016-05-121-1/+1
| | | | | | | | (mips64el).
* | Invoke new operationJohnny Willemsen2016-05-171-0/+3
| | | | | | | | * ACE/tests/OS_Test.cpp:
* | gai_strerror is defined as gai_strerrorA or gai_strerrorW on Windows ↵Johnny Willemsen2016-05-173-4/+19
| | | | | | | | | | | | | | | | dependent on Unicode settings. Adapt ACE_OS::gai_strerror for this and invoke this operation as part of a test to make sure we compile this inline code * ACE/ace/OS_NS_netdb.inl: * ACE/ace/ace_wchar.h: * ACE/tests/OS_Test.cpp:
* | Fixed versionJohnny Willemsen2016-05-171-1/+1
| |
* | Small fixJohnny Willemsen2016-05-161-0/+1
| | | | | | | | * ACE/bin/make_release.py:
* | We already have micro releases for years, so introduce a MICRO version ↵Johnny Willemsen2016-05-168-15/+29
| | | | | | | | number which we use instead of the BETA number which is kept for backwards compliance
* | Added ACE_TEXT() to string constantsOlli Savia2016-05-141-2/+2
| |
* | Added helper macros to compare ACE/TAO versionsOlli Savia2016-05-143-3/+43
|/
* In kfreebasd atop is a macro which we need to undefineJohnny Willemsen2016-05-061-4/+8
| | | | * ACE/ace/config-kfreebsd.h:
* Fixed may be used uninitialized warningJohnny Willemsen2016-05-031-24/+27
| | | | * ACE/ace/OS_NS_netdb.cpp:
* Make x.3.4 public and prepare for x.3.5Johnny Willemsen2016-05-026-99/+48
| | | | | | | | | | * ACE/NEWS: * ACE/bin/diff-builds-and-group-fixed-tests-only.sh: * ACE/bin/make_release.py: * ACE/docs/Download.html: * ACE/docs/bczar/bczar.html: * ACE/etc/index.html: * TAO/NEWS:
* ACE+TAO-6_3_4ACE+TAO-6_3_4Johnny Willemsen2016-05-0257-57/+1002
|
* Fixed some package versionsJohnny Willemsen2016-05-011-6/+6
| | | | * ACE/debian/debian.control:
* ACE NEWS notes for FACE and related changes.Adam Mitz2016-05-011-0/+9
|
* Extended for next releaseJohnny Willemsen2016-05-011-0/+5
| | | | * ACE/NEWS:
* For generating the changelog we need ATC, after the release it will be ATJohnny Willemsen2016-04-301-1/+1
| | | | * ACE/bin/make_release.py:
* Further updates for just ACE+TAOJohnny Willemsen2016-04-301-13/+5
| | | | * ACE/docs/bczar/bczar.html:
* Merge pull request #245 from jwillemsen/masterJohnny Willemsen2016-04-291-1/+1
|\ | | | | Update old link
| * Update old linkJohnny Willemsen2016-04-291-1/+1
| | | | | | | | * ACE/README:
* | Merge pull request #244 from jwillemsen/masterJohnny Willemsen2016-04-293-9/+6
|\ \ | |/ | | Smaller fixes
| * html fixJohnny Willemsen2016-04-291-1/+1
| | | | | | | | * ACE/ACE-INSTALL.html:
| * Removed CIAO noteJohnny Willemsen2016-04-291-4/+3
| | | | | | | | * ACE/ACE-INSTALL.html:
| * Removed CIAOJohnny Willemsen2016-04-291-5/+1
| | | | | | | | * ACE/debian/TODO:
| * Added Oracle studio noteJohnny Willemsen2016-04-291-0/+2
| | | | | | | | * ACE/NEWS:
* | Merge pull request #234 from jodar1/solaris_studio_12_4_fixJohnny Willemsen2016-04-261-0/+5
|\ \ | |/ |/| Fix compile for Solaris Studio 12.4
| * Move Solaris compile fix to config-suncc-common.hjodar12016-04-132-5/+5
| | | | | | | | | | | | Moved the fix "Fix compile for Solaris Studio 12.4" from config-sunos5.10.h to config-suncc-common.h so that it is in a more generic location.
| * Fix compile for Solaris Studio 12.4jodar12016-04-131-0/+5
| | | | | | | | | | | | Solaris Studio 12.4 now implements symbol lookup correctly. Added #define ACE_ANY_OPS_USE_NAMESPACE to config-sunos5.10.h when 12.4 or later compiler is detected.
* | Rename ATCD to ACE_TAOJohnny Willemsen2016-04-202-36/+36
| | | | | | | | | | * ACE/bin/make_release.py: * ACE/docs/bczar/bczar.html:
* | Updates for change of ATCD to ACE_TAOJohnny Willemsen2016-04-205-14/+14
| | | | | | | | | | | | | | | | | | | | | | | | * ACE/ACE-INSTALL.html: * ACE/bin/make_release.py: * ACE/docs/ACE-bug-process.html: * ACE/docs/Download.html: * ACE/docs/bczar/bczar.html: * README.md: * TAO/TAO-INSTALL.html: * TAO/tao/Transport.h: * TAO/tao/Transport_Selection_Guard.h:
* | Just ACE+TAOJohnny Willemsen2016-04-201-2/+2
| | | | | | | | * ACE/debian/ace.dsc:
* | Removed CIAO partsJohnny Willemsen2016-04-192-21/+4
| |
* | Only package ACE+TAOJohnny Willemsen2016-04-191-65/+22
|/
* Added C++11 test for using incomplete types and std::is_base_ofJohnny Willemsen2016-03-303-0/+55
| | | | | | | | * ACE/tests/Compiler_Features_36_Test.cpp: Added. * ACE/tests/run_test.lst: * ACE/tests/tests.mpc:
* Doxygen improvementsJohnny Willemsen2016-03-291-2/+2
| | | | * ACE/ace/NT_Service.h:
* Layout changesJohnny Willemsen2016-03-291-2/+2
| | | | | * ACE/ace/NT_Service.cpp: * TAO/orbsvcs/ImplRepo_Service/ImR_Activator.cpp:
* Set errno when OpenSCManager failsJohnny Willemsen2016-03-291-1/+4
|
* Merge branch 'master' of git://github.com/DOCGroup/ATCDJohnny Willemsen2016-03-251-1/+4
|\
| * Remove AI_ADDRCONFIG use from ACE_INET_Addr::set; see Bugzilla 4211Steve Huston2016-03-221-1/+4
| |
* | Minor documentation changesJohnny Willemsen2016-03-251-6/+0
|/ | | | | | | * ACE/etc/index.html: * TAO/docs/implrepo/paper.html: * TAO/docs/implrepo/usersguide.html: * TAO/orbsvcs/tests/ImplRepo/run_test.pl:
* Merge branch 'master' of git://github.com/DOCGroup/ATCDJohnny Willemsen2016-03-222-1/+4
|\