Changelog
cmake: update trunk version number to 1.10.99
<div>Rev 32468 - psoetens (1 file(s) modified)<div><div>cmake: update trunk version number to 1.10.99<div>~ /trunk/ocl/CMakeLists.txt
cmake: Add CORBA packages From: Stephen Roderick <kiwi.net@mac.com>
<div>Rev 32030 - psoetens (5 file(s) modified)<div><div>cmake: Add CORBA packages
From: Stephen Roderick <kiwi.net@mac.com><div>~ /trunk/ocl/config/check_depend.cmake
+ /trunk/ocl/config/FindACE.cmake
+ /trunk/ocl/config/FindCorba.cmake
+ /trunk/ocl/config/FindOmniORB.cmake
+ /trunk/ocl/config/FindTAO.cmake
From: Stephen Roderick <kiwi.net@mac.com><div>~ /trunk/ocl/config/check_depend.cmake
+ /trunk/ocl/config/FindACE.cmake
+ /trunk/ocl/config/FindCorba.cmake
+ /trunk/ocl/config/FindOmniORB.cmake
+ /trunk/ocl/config/FindTAO.cmake
Change file permissions From: Stephen Roderick <sroderick@mp.kiwi.home>
<div>Rev 32029 - psoetens (2 file(s) modified)<div><div>Change file permissions
From: Stephen Roderick <sroderick@mp.kiwi.home><div>~ /trunk/ocl/motion_control/cartesian/cpf/Kuka361nAxesVelocityController.cpf
~ /trunk/ocl/motion_control/cartesian/cpf/viewer.cpf
From: Stephen Roderick <sroderick@mp.kiwi.home><div>~ /trunk/ocl/motion_control/cartesian/cpf/Kuka361nAxesVelocityController.cpf
~ /trunk/ocl/motion_control/cartesian/cpf/viewer.cpf
Allow components to be loaded in two phases. When validating that ...
<div>Rev 32028 - psoetens (8 file(s) modified)<div><div>Allow components to be loaded in two phases.
When validating that all components loaded from the script file
successfully configured, ignore any running components (which will
have been loaded from the default site deployer file). Also, when
starting components, ignore components already running.
This allows for two phase component loading, 1) first set of components in the
site deployer file, and 2) the second set of components from the
script file (-s at command line).
Modify the Corba deployment component to accept a site file parameter.
Signed-off-by: Stephen Roderick <kiwi.net@mac.com><div>~ /trunk/ocl/bin/cdeployer.cpp
~ /trunk/ocl/bin/deployer-corba.cpp
~ /trunk/ocl/bin/deployer-funcs.cpp
~ /trunk/ocl/bin/deployer-funcs.hpp
~ /trunk/ocl/bin/deployer.cpp
~ /trunk/ocl/deployment/CorbaDeploymentComponent.cpp
~ /trunk/ocl/deployment/CorbaDeploymentComponent.hpp
~ /trunk/ocl/deployment/DeploymentComponent.cpp
When validating that all components loaded from the script file
successfully configured, ignore any running components (which will
have been loaded from the default site deployer file). Also, when
starting components, ignore components already running.
This allows for two phase component loading, 1) first set of components in the
site deployer file, and 2) the second set of components from the
script file (-s at command line).
Modify the Corba deployment component to accept a site file parameter.
Signed-off-by: Stephen Roderick <kiwi.net@mac.com><div>~ /trunk/ocl/bin/cdeployer.cpp
~ /trunk/ocl/bin/deployer-corba.cpp
~ /trunk/ocl/bin/deployer-funcs.cpp
~ /trunk/ocl/bin/deployer-funcs.hpp
~ /trunk/ocl/bin/deployer.cpp
~ /trunk/ocl/deployment/CorbaDeploymentComponent.cpp
~ /trunk/ocl/deployment/CorbaDeploymentComponent.hpp
~ /trunk/ocl/deployment/DeploymentComponent.cpp
cmake: Build viewer subdirs only when viewer is built Signed-off-by: Stephen ...
<div>Rev 32027 - psoetens (1 file(s) modified)<div><div>cmake: Build viewer subdirs only when viewer is built
Signed-off-by: Stephen Roderick <kiwi.net@mac.com><div>~ /trunk/ocl/viewer/CMakeLists.txt
Signed-off-by: Stephen Roderick <kiwi.net@mac.com><div>~ /trunk/ocl/viewer/CMakeLists.txt
Add support for CTest Signed-off-by: Stephen Roderick <kiwi.net@mac.com>
<div>Rev 32026 - psoetens (2 file(s) modified)<div><div>Add support for CTest
Signed-off-by: Stephen Roderick <kiwi.net@mac.com><div>~ /trunk/ocl/CMakeLists.txt
~ /trunk/ocl/config/component_rules.cmake
Signed-off-by: Stephen Roderick <kiwi.net@mac.com><div>~ /trunk/ocl/CMakeLists.txt
~ /trunk/ocl/config/component_rules.cmake
Remove unneeded boost::lamba namespaces from taskbrowser Signed-off-by: Stephen Roderick ...
<div>Rev 32025 - psoetens (1 file(s) modified)<div><div>Remove unneeded boost::lamba namespaces from taskbrowser
Signed-off-by: Stephen Roderick <kiwi.net@mac.com><div>~ /trunk/ocl/taskbrowser/TaskBrowser.cpp
Signed-off-by: Stephen Roderick <kiwi.net@mac.com><div>~ /trunk/ocl/taskbrowser/TaskBrowser.cpp
Fix bug #768: Component loader factory can not be used ...
<div>Rev 32006 - psoetens (1 file(s) modified)<div><div>Fix bug #768: Component loader factory can not be used directly in static application
replace OCL_HIDE by OCL_EXPORT.
From: Peter Soetens <peter@thesourceworks.com><div>~ /trunk/ocl/ocl/ComponentLoader.hpp
replace OCL_HIDE by OCL_EXPORT.
From: Peter Soetens <peter@thesourceworks.com><div>~ /trunk/ocl/ocl/ComponentLoader.hpp
Prevents deployer warnings like <code> 0. ...
<div>Rev 32003 - psoetens (1 file(s) modified)<div><div>Prevents deployer warnings like
<code>
0.155 [ Warning][DeploymentComponent::loadLibrary] Component type name OCL::TimerComponent already used: overriding.
0.180 [ Warning][DeploymentComponent::loadLibrary] Component type name OCL::TimerComponent already used: overriding.
</code>
due to TimerComponent being listed as a component in multiple libraries. Patch matches approach taken in other OCL libraries.
Demonstrated and tested on Koala and Snow Leopard.
Stephen
From: S Roderick <kiwi.net@mac.com><div>~ /trunk/ocl/timer/TimerComponent.cpp
<code>
0.155 [ Warning][DeploymentComponent::loadLibrary] Component type name OCL::TimerComponent already used: overriding.
0.180 [ Warning][DeploymentComponent::loadLibrary] Component type name OCL::TimerComponent already used: overriding.
</code>
due to TimerComponent being listed as a component in multiple libraries. Patch matches approach taken in other OCL libraries.
Demonstrated and tested on Koala and Snow Leopard.
Stephen
From: S Roderick <kiwi.net@mac.com><div>~ /trunk/ocl/timer/TimerComponent.cpp
