summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Rewrote normalize to fix off-by-one error. Fixed bug in division ↵revert-96-masterPhil Mesnier2015-06-252-19/+31
| | | | and added test."
* Merge pull request #96 from jrw972/masterPhil Mesnier2015-06-242-31/+19
|\ | | | | | | Rewrote normalize to fix off-by-one error. Fixed bug in division and added test. This only impacts the new Fixed type.
| * Rewrote normalize to fix off-by-one error. Fixed bug in division and added ↵Justin Wilson2015-06-112-31/+19
| | | | | | | | test.
* | Merge pull request #101 from mitza-oci/VxWorks7Adam Mitz2015-06-232-13/+18
|\ \ | | | | | | VxWorks7 wrap up and NEWS
| * | NEWS entry for VxWorks 7Adam Mitz2015-06-181-0/+3
| | |
| * | Merge remote-tracking branch 'origin/master' into VxWorks7Adam Mitz2015-06-181-1/+2
| |\ \ | |/ / |/| |
* | | Merge pull request #100 from jwillemsen/masterJohnny Willemsen2015-06-181-1/+2
|\ \ \ | | | | | | | | Updated news file
| * | | Updated news fileJohnny Willemsen2015-06-181-1/+2
|/ / / | | | | | | | | | * ACE/NEWS:
* | | Merge pull request #99 from mitza-oci/VxWorks7Adam Mitz2015-06-164-9/+39
|\ \ \ | | | | | | | | Added support for VxWorks 7 kernel mode.
| | * | Allow the INSLIB make variable to empty.Adam Mitz2015-06-181-13/+15
| |/ /
| * | Use -static when linking VxWorks 7 static RTPs.Adam Mitz2015-06-161-2/+2
| | | | | | | | | | | | | | | This allows the same lib dir to have libFoo.a and libFoo.so, and the linker will select libFoo.a due to -static.
| * | Allow VxWorks kernel DKMs to be built in other directories.Adam Mitz2015-06-151-5/+6
| | |
| * | Support for VxWorks 7.0 kernel mode.Adam Mitz2015-06-153-3/+9
| | |
| * | Added support for VxWorks 7 kernel mode.Adam Mitz2015-06-123-5/+28
|/ /
* | Merge pull request #98 from DOCGroup/BZ4204Steve Huston2015-06-111-0/+1
|\ \ | | | | | | MKDIR on the install dirs as needed - fixes Bugzilla 4204
| * | MKDIR on the install dirs as needed - fixes Bugzilla 4204BZ4204Steve Huston2015-06-111-0/+1
| |/
* | Merge pull request #97 from DOCGroup/BZ4203Steve Huston2015-06-111-5/+5
|\ \ | |/ |/| Use OBJEXT instead of .o - fixes Bugzilla 4203
| * Use OBJEXT instead of .o - fixes Bugzilla 4203Steve Huston2015-06-111-5/+5
|/
* Merge pull request #93 from mitza-oci/VxWorks7Adam Mitz2015-06-106-4/+155
|\ | | | | VxWorks7 initial support in config files
| * Merge remote-tracking branch 'origin/master' into VxWorks7Adam Mitz2015-06-0958-124/+214
| |\
| * | Settings for reducing dependencies on Linux system libraries.Adam Mitz2015-06-091-1/+8
| | | | | | | | | | | | | | | Building with these options and other related settings in platform_macros.GNU, one can create executables that can run on older Linux distros.
| * | Fixed typo in commentAdam Mitz2015-06-091-1/+1
| | |
| * | Set EXEEXT for VxWorksAdam Mitz2015-05-261-0/+2
| | |
| * | Cleaned up commentsAdam Mitz2015-05-221-7/+7
| | |
| * | Add -non-static when linking an RTP with shared libs.Adam Mitz2015-05-221-0/+2
| | |
| * | Configuration files for VxWorks 7.Adam Mitz2015-05-225-3/+143
| | | | | | | | | | | | Tested x86 RTP shared libs.
* | | Merge pull request #95 from jwillemsen/masterJohnny Willemsen2015-06-101-0/+2
|\ \ \ | | | | | | | | Added uses_wchar configuration on travis-ci
| * | | Fixed typoJohnny Willemsen2015-06-101-1/+1
| | | | | | | | | | | | | | | | * .travis.yml:
| * | | Merge branch 'master' of git://github.com/DOCGroup/ATCDJohnny Willemsen2015-06-102-24/+19
| |\ \ \ | |/ / / |/| | |
* | | | Merge pull request #92 from pmesnier/masterPhil Mesnier2015-06-092-24/+19
|\ \ \ \ | |_|_|/ |/| | | Thread pool bugfixes
| * | | Thread pool bugfixesPhil Mesnier2015-06-092-24/+19
|/ / / | | | | | | | | | | | | relax limits on fixed POA pool size. Ensure the dynamic thread activation succeeded before entering wait
| * | Added USES_WCHAR configurationJohnny Willemsen2015-06-101-0/+2
|/ / | | | | | | * .travis.yml:
* | Merge pull request #91 from sphawk/masterJohnny Willemsen2015-06-051-0/+1
|\ \ | | | | | | fix compile error for ssl (MAXHOSTNAMELEN missing)
| * | fix compile error for ssl (MAXHOSTNAMELEN missing)sphawk2015-06-051-0/+1
|/ /
* | Merge pull request #90 from pmesnier/masterPhil Mesnier2015-06-043-3/+4
|\ \ | | | | | | IFR WChar build fix & typo on IORTable init
| * | Correcting a typo I made two years ago.Phil Mesnier2015-06-041-2/+2
| | |
| * | Applying Cesar Mello's fix for wchar IFR buildPhil Mesnier2015-06-042-1/+2
|/ /
* | Merge pull request #89 from mcorino/mastermcorino2015-06-031-1/+1
|\ \ | | | | | | Fix integer signedness comparison warning.
| * | Fix integer signedness comparison warning.Martin Corino2015-06-031-1/+1
| | | | | | | | | | | | * TAO/tao/Dynamic_TP/DTP_Task.cpp:
* | | Merge pull request #88 from mcorino/mastermcorino2015-06-0246-112/+179
|\ \ \ | |/ / | | | Fix MSVC14 compile warnings
| * | Fix MSVC integer conversion warnings.Martin Corino2015-06-021-3/+3
| | | | | | | | | | | | * TAO/orbsvcs/orbsvcs/IOR_Multicast.cpp:
| * | Fix MSVC integer conversion warnings.Martin Corino2015-06-022-14/+14
| | | | | | | | | | | | | | | * TAO/TAO_IDL/fe/idl.ll: * TAO/TAO_IDL/fe/idl.yy.cpp:
| * | Prevent macro redefinitions with MSVC14.Martin Corino2015-06-021-1/+3
| | | | | | | | | | | | * ACE/ace/config-win32-msvc.h:
| * | Fix MSVC integer conversion warnings.Martin Corino2015-06-011-2/+2
| | | | | | | | | | | | * TAO/tao/TypeCodeFactory/TypeCodeFactory_i.cpp:
| * | Fix MSVC integer conversion warning.Martin Corino2015-06-011-1/+1
| | | | | | | | | | | | * TAO/tao/Monitor/Monitor_Impl.cpp:
| * | Fix MSVC integer conversion warning.Martin Corino2015-06-011-1/+1
| | | | | | | | | | | | * TAO/tao/TransportCurrent/Current_Impl.cpp:
| * | Fix MSVC integer conversion warnings.Martin Corino2015-06-013-7/+8
| | | | | | | | | | | | | | | | | | * TAO/tao/Strategies/DIOP_Profile.cpp: * TAO/tao/Strategies/DIOP_Transport.cpp: * TAO/tao/Strategies/SHMIOP_Profile.cpp:
| * | Fix MSVC integer connversion warning.Martin Corino2015-06-011-2/+2
| | | | | | | | | | | | * TAO/tao/RTCORBA/Thread_Pool.cpp:
| * | Fix MSVC integer conversion warning.Martin Corino2015-06-011-1/+1
| | | | | | | | | | | | * TAO/tao/IORInterceptor/IORInterceptor_Adapter_Impl.cpp:
| * | Fix MSVC integer conversion warnings.Martin Corino2015-06-012-5/+5
| | | | | | | | | | | | | | | * TAO/tao/Dynamic_TP/DTP_Task.cpp: * TAO/tao/Dynamic_TP/DTP_Thread_Pool.cpp: