summaryrefslogtreecommitdiff
path: root/ACE
Commit message (Collapse)AuthorAgeFilesLines
* Remove doxygen style Id tag with two space before $Id#Johnny Willemsen2015-01-071170-2338/+2
|
* Removed single line Id tagJohnny Willemsen2015-01-071765-3414/+7
|
* Zapped two line id tagsJohnny Willemsen2015-01-07302-903/+5
|
* Removed a lot of old Id tagsJohnny Willemsen2015-01-072-3/+4
|
* Zap three linesJohnny Willemsen2015-01-071-1/+1
| | | | * ACE/bin/zap_svn_id.pl:
* UpdateJohnny Willemsen2015-01-071-1/+2
| | | | * ACE/bin/zap_svn_id.pl:
* Zapped Id tagJohnny Willemsen2015-01-0793-186/+0
|
* Added more file extensionsJohnny Willemsen2015-01-071-1/+1
| | | | * ACE/bin/zap_svn_id.pl:
* Changed Id fuzzer to not allow Id tag anymoreJohnny Willemsen2015-01-071-5/+3
| | | | * ACE/bin/fuzz.pl:
* Updated extensionsJohnny Willemsen2015-01-071-1/+1
| | | | * ACE/bin/zap_svn_id.pl:
* Initial commit of script to zap all old svn Id linesJohnny Willemsen2015-01-071-0/+17
| | | | | * ACE/bin/zap_svn_id.pl: Added.
* MacOS Yosemite warning cleanupPhil Mesnier2015-01-051-23/+29
| | | | | Clean up warnings related to use of unnamed semaphores, which are deprecated. Also fixed macro indentation
* Initialise variable to fix compile time warningOlli Savia2015-01-041-1/+1
|
* Merge branch 'master' of https://github.com/DOCGroup/ATCDOlli Savia2015-01-022-5/+5
|\ | | | | | | Merge master
| * Merge branch 'master' of https://github.com/DOCGroup/ATCDJohnny Willemsen2015-01-022-6/+6
| |\
| * | Updated copyright yearJohnny Willemsen2015-01-022-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | * ACE/AUTHORS: * ACE/COPYING: * CIAO/COPYING: * DAnCE/COPYING: * TAO/COPYING:
* | | Merge branch 'master' of https://github.com/DOCGroup/ATCDOlli Savia2015-01-0267-229/+622
|\ \ \ | | |/ | |/| | | | Merge master
| * | Set compiler variables conditionallyOlli Savia2015-01-021-2/+2
| | |
| * | Updated for FOX-1.6Olli Savia2014-12-291-2/+2
| | |
| * | Updated for FOX-1.6Olli Savia2014-12-291-2/+2
| |/
| * Added missing breakJohnny Willemsen2014-12-291-1/+1
| | | | | | | | * ACE/docs/bczar/bczar.html:
| * Changes to make x.3.1 publicJohnny Willemsen2014-12-295-123/+129
| | | | | | | | | | | | | | | | | | | | | | * 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: * CIAO/NEWS: * DAnCE/NEWS: * TAO/NEWS:
| * Stripped the ChangeLogs to only contain the changes for this beta release. ↵Latest_BFOACE+TAO+CIAO-6_3_1Johnny Willemsen2014-12-291-52259/+11
| | | | | | | | Manual action only with this micro because of the git import
| * ACE+TAO+CIAO-6_3_1Johnny Willemsen2014-12-2957-58/+52691
| |
| * Reversed changeJohnny Willemsen2014-12-291-1/+1
| | | | | | | | * ACE/bin/make_release.py:
| * Fixed bug in updating the versionsJohnny Willemsen2014-12-291-1/+1
| | | | | | | | * ACE/bin/make_release.py:
| * Documentation updates related to migration to githubJohnny Willemsen2014-12-273-41/+43
| | | | | | | | | | | | * ACE/docs/ACE-bug-process.html: * ACE/docs/ACE-development-process.html: * ACE/docs/usage-bugzilla.html:
* | Merge branch 'master' of https://github.com/DOCGroup/ATCDOlli Savia2014-12-201-1/+1
|\ \ | |/
| * Fixed to compile with Tk 8.6Olli Savia2014-12-201-1/+1
| |
* | Updated TTY_IO examples. This fixes Bugzilla Bug #3424Olli Savia2014-12-202-35/+23
| |
* | Moved FreeBSD specific settings from OS_NS_stdlib.h to config-freebsd.hOlli Savia2014-12-192-5/+5
|/
* Add some missing libraries for a full build systemJohnny Willemsen2014-12-181-1/+1
| | | | * ACE/docs/bczar/bczar.html:
* Added a note about OpenBSD supportOlli Savia2014-12-181-0/+3
|
* Updated for OpenBSD 5.6Olli Savia2014-12-172-15/+7
|
* Update config-vxworks6.8.hbjeram2014-12-121-7/+0
| | | | | | # define ACE_LACKS_RAND_R 1 # define ACE_LACKS_STD_WSTRING should be move to (they have been moved) to: config-vxworks6.4.h
* Update config-vxworks6.4.hbjeram2014-12-121-0/+8
| | | | | | lack of rand_r and wstring is tru also for older version of VxWork, so we can move: # define ACE_LACKS_RAND_R 1 # define ACE_LACKS_STD_WSTRING from config-vxworks6.8.h to config-vxworks6.4.h
* Update OS_NS_dlfcn.inlbjeram2014-12-121-2/+2
| | | changed how is it checked for VxWorks version (using: (ACE_VXWORKS < 0x690)).
* Update OS_NS_dlfcn.inlbjeram2014-12-121-0/+9
| | | fixed ACE_OS::dlsym function that it works for VxWorks - older than 6.9.
* Mention move to github and the fact that the ChangeLog is now generated as ↵Johnny Willemsen2014-12-091-0/+4
| | | | | | | | | part of the release process * ACE/NEWS: * CIAO/NEWS: * DAnCE/NEWS: * TAO/NEWS:
* Removed several scripts that are not used anymoreJohnny Willemsen2014-12-096-376/+0
| | | | | | | | | | * ACE/bin/coverity_model.cpp: * ACE/bin/package_copy_script.sh: * ACE/bin/svn_props.py: * ACE/bin/update-ace+tao.sh: * ACE/docs/svn/config: * ACE/docs/svn/svn-prefs.reg: Deleted.
* Updated links to github and VanderbiltJohnny Willemsen2014-12-092-2/+2
| | | | | * ACE/debian/debian.control: * ACE/rpmbuild/ace-tao.spec:
* Don't use a separate branch for updating the version, without it the script ↵Johnny Willemsen2014-12-071-13/+0
| | | | | | is much easier to use in different trees * ACE/bin/make_release.py:
* Mention setup of ssh to githubJohnny Willemsen2014-12-071-1/+3
| | | | * ACE/docs/bczar/bczar.html:
* More links to VanderbiltJohnny Willemsen2014-12-071-2/+2
| | | | * ACE/docs/ACE-bug-process.html:
* Updated link for ACE-members.htmlJohnny Willemsen2014-12-074-4/+4
| | | | | | | | * ACE/ACE-INSTALL.html: * ACE/docs/ACE-bug-process.html: * ACE/docs/ACE-development-process.html: * ACE/etc/DOC-way.html: * TAO/docs/TAO-tutorials.html:
* Updated links and documentation to point to github and latest pagest from DougJohnny Willemsen2014-12-075-55/+41
| | | | | | | | | * ACE/ACE-INSTALL.html: * ACE/docs/ACE-bug-process.html: * ACE/docs/ACE-development-process.html: * ACE/docs/Download.html: * ACE/docs/bczar/bczar.html: * TAO/TAO-INSTALL.html:
* Remove old svn related codeJohnny Willemsen2014-12-071-32/+0
| | | | * ACE/bin/make_release.py:
* Removed old commentsJohnny Willemsen2014-12-071-3/+0
| | | | * ACE/bin/make_release.py:
* Removed, not needed with gitJohnny Willemsen2014-12-071-217/+0
| | | | | * ACE/bin/sets-manager.py: Deleted.
* Updated support linksJohnny Willemsen2014-12-072-3/+3
| | | | | * ACE/docs/ACE-bug-process.html: * ACE/docs/Download.html: