summaryrefslogtreecommitdiff
path: root/CIAO
Commit message (Collapse)AuthorAgeFilesLines
...
* Remove white spacemhengstmengel2013-08-051-8/+8
|
* added ShapesContr testmhengstmengel2013-08-0525-0/+6421
|
* Mon Aug 5 06:13:27 UTC 2013 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2013-08-052-0/+6
| | | | | | * tests/Bug_3769_Regression/Foo_exec.cpp: Fixed coverity warning
* Mon Aug 5 06:08:56 UTC 2013 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2013-08-052-0/+6
| | | | | | * tests/Bug_3769_Regression/Foo_exec.cpp: Fixed warning
* Sat Aug 3 19:01:31 UTC 2013 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2013-08-032-1/+7
| | | | | | * tests/Bug_3769_Regression/Foo_exec.cpp: Another fix for compile errors related to long doubles.
* Fri Aug 2 06:25:59 UTC 2013 Marcel Smit <msmit@remedy.nl>msmit2013-08-022-44/+49
| | | | | * tests/Bug_3769_Regression/Foo_exec.cpp: Fixed compile errors related to long doubles.
* Thu Aug 1 11:49:07 UTC 2013 Marcel Smit <msmit@remedy.nl>msmit2013-08-015-320/+2634
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * tests/Bug_3769_Regression/Foo.idl: * tests/Bug_3769_Regression/Foo_exec.h: * tests/Bug_3769_Regression/Foo_exec.cpp: * tests/Bug_3769_Regression/descriptors/DeploymentPlan.cdp: Added extended tests for array attributes. Expanded the Bug_3769_Regression to test this. Added some more attributes to test more cases. Log: commit d76669ffd4319f509fb70a23357bc625bd439394 Author: Johnny Willemsen <jwillemsen@remedy.nl> Date: Thu Aug 1 13:03:49 2013 +0200 Removed commented out code (issue #1551) * DAnCE/tools/Config_Handlers/DynAny_Handler/DynAlias_Handler.cpp: commit c48685af6b186881a3dd5c04e3f81bebc594a3c6 Author: Marcel Smit <msmit@remedy.nl> Date: Thu Aug 1 11:57:18 2013 +0200 Changes after review (refs #1551) * CIAO/tests/Bug_3769_Regression/Foo_exec.cpp: Fixed some faulty error logs. * CIAO/tests/Bug_3769_Regression/descriptors/DeploymentPlan.cdp: Removed commented out code. * DAnCE/tools/Config_Handlers/DynAny_Handler/DynArray_Handler.cpp: Fixed logging. commit 332899620e9b6eaf272f69eff58daf9d8efbd54f Author: Marcel Smit <msmit@remedy.nl> Date: Thu Aug 1 11:03:04 2013 +0200 Removed commented out code (refs #1551) * CIAO/tests/Bug_3769_Regression/Foo_exec.cpp: commit 9ee6750d39e778a291333c09ec5520add22ab102 Author: Marcel Smit <msmit@remedy.nl> Date: Thu Aug 1 10:02:20 2013 +0200 Fixed compile issues on windows by disabling the long double. Added comments. (refs #1551) * DAnCE/tools/Config_Handlers/DynAny_Handler/DynAny_Handler.cpp: commit 075179c1cdf06b39d53bddba009a32285e3bf7ad Author: Marcel Smit <msmit@remedy.nl> Date: Thu Aug 1 09:35:20 2013 +0200 Documented why chars and long doubles are not supported. Removed defaults in arguments of check_array. (refs #1551) * CIAO/tests/Bug_3769_Regression/Foo_exec.cpp: commit 1c90d97e9afceeebad6a71fc5c879cf2d4839f28 Author: Marcel Smit <msmit@remedy.nl> Date: Thu Aug 1 09:20:26 2013 +0200 Removed TODO list. (refs #1551) * CIAO/tests/Bug_3769_Regression/Foo.idl: commit c781f16d4730a6f5a493fc7df52786d5ffb03f14 Author: Marcel Smit <msmit@remedy.nl> Date: Wed Jul 31 10:16:55 2013 +0200 Layout changes. (refs #1551) * CIAO/tests/Bug_3769_Regression/Foo.idl: * CIAO/tests/Bug_3769_Regression/Foo_exec.cpp: * CIAO/tests/Bug_3769_Regression/Foo_exec.h: commit 72a9515e4c3e3ee403283711eb3f01cb61299caf Author: Marcel Smit <msmit@remedy.nl> Date: Wed Jul 31 10:02:21 2013 +0200 Added a test for sequences in arrays. (refs #1551) * CIAO/tests/Bug_3769_Regression/Foo.idl: * CIAO/tests/Bug_3769_Regression/Foo_exec.cpp: * CIAO/tests/Bug_3769_Regression/Foo_exec.h: * CIAO/tests/Bug_3769_Regression/descriptors/DeploymentPlan.cdp: commit a6e12df7fe89528a5b168e820590488b053dc062 Author: Marcel Smit <msmit@remedy.nl> Date: Wed Jul 31 09:32:33 2013 +0200 Added a sequence of arrays to test. (refs #1551) * CIAO/tests/Bug_3769_Regression/Foo.idl: * CIAO/tests/Bug_3769_Regression/Foo_exec.cpp: * CIAO/tests/Bug_3769_Regression/Foo_exec.h: * CIAO/tests/Bug_3769_Regression/descriptors/DeploymentPlan.cdp: commit 6422409ab6f5ec56e998b1a570aee3234a5edafd Author: Marcel Smit <msmit@remedy.nl> Date: Wed Jul 31 08:44:22 2013 +0200 Disabled long doubles since a longdouble is defined in the xsd as double. We are then creating a long double initialized from a regular double. This is a very tricky conversion and doesn't work in combination with certain (versions of) compilers. (refs #1551) * CIAO/tests/Bug_3769_Regression/Foo_exec.cpp: * CIAO/tests/Bug_3769_Regression/Foo_exec.h: * CIAO/tests/Bug_3769_Regression/descriptors/DeploymentPlan.cdp: Removed long double checks * DAnCE/tools/Config_Handlers/DynAny_Handler/DynAny_Handler.cpp: Don't assign the type code in case a long double. Added comments above. commit d539f68dc768da7032f08a9f3ae2537bd1fabe1a Author: Marcel Smit <msmit@remedy.nl> Date: Tue Jul 30 20:36:49 2013 +0200 Updated todo list. (refs #1551) * CIAO/tests/Bug_3769_Regression/Foo.idl: commit 4160bc932f390e837244eb800dea190f272bcb85 Author: Marcel Smit <msmit@remedy.nl> Date: Tue Jul 30 20:35:55 2013 +0200 Added a plain boolean attribute to test. (refs #1551) * CIAO/tests/Bug_3769_Regression/Foo.idl: * CIAO/tests/Bug_3769_Regression/Foo_exec.cpp: * CIAO/tests/Bug_3769_Regression/Foo_exec.h: * CIAO/tests/Bug_3769_Regression/descriptors/DeploymentPlan.cdp: commit a9b2197ca6320b481484f69f0abeb12f474acddf Author: Marcel Smit <msmit@remedy.nl> Date: Tue Jul 30 20:24:31 2013 +0200 Added an octet and a long double as attribute to the Foo component. (refs #1551) * CIAO/tests/Bug_3769_Regression/Foo.idl: * CIAO/tests/Bug_3769_Regression/Foo_exec.cpp: * CIAO/tests/Bug_3769_Regression/Foo_exec.h: * CIAO/tests/Bug_3769_Regression/descriptors/DeploymentPlan.cdp: commit 2d59676cd472ab12bf14ac0ad17e75d615d46d84 Author: Johnny Willemsen <jwillemsen@remedy.nl> Date: Tue Jul 30 20:09:35 2013 +0200 Added some more todo * CIAO/tests/Bug_3769_Regression/Foo.idl: commit e8f011ebb02e44895bc158525d6aef13cec64a24 Author: Marcel Smit <msmit@remedy.nl> Date: Tue Jul 30 16:37:00 2013 +0200 Added checks on the array of octets. (refs #1551) * CIAO/tests/Bug_3769_Regression/Foo_exec.cpp: * CIAO/tests/Bug_3769_Regression/Foo_exec.h: commit 22970ae42a26d7d0df31e89bf080aa6f83853adb Author: Marcel Smit <msmit@remedy.nl> Date: Tue Jul 30 16:26:48 2013 +0200 Enabled an array of octets. (refs #1551) * CIAO/tests/Bug_3769_Regression/Foo.idl: * CIAO/tests/Bug_3769_Regression/descriptors/DeploymentPlan.cdp: commit 5345db6e8dfb1acfcaf8082e1ce4b58b48ce8c7d Author: Johnny Willemsen <jwillemsen@remedy.nl> Date: Tue Jul 30 16:20:42 2013 +0200 Cleanup octet/longdouble support and logging improvements * DAnCE/tools/Config_Handlers/DynAny_Handler/DynAlias_Handler.cpp: * DAnCE/tools/Config_Handlers/DynAny_Handler/DynAny_Handler.cpp: * DAnCE/tools/Config_Handlers/DynAny_Handler/DynSequence_Handler.cpp: commit 6e23dde3fa5a79a47e9d20c80bec18b56adba5a9 Author: Johnny Willemsen <jwillemsen@remedy.nl> Date: Tue Jul 30 15:59:42 2013 +0200 Const fix * DAnCE/tools/Config_Handlers/DynAny_Handler/DynArray_Handler.cpp: commit 6769ad6d4e5adc000c84e628ff7783f9b9cf2d2d Author: Marcel Smit <msmit@remedy.nl> Date: Tue Jul 30 15:58:29 2013 +0200 References issue #1551 * CIAO/tests/Bug_3769_Regression/Foo_exec.h: Fixed compile issue * CIAO/tests/Bug_3769_Regression/descriptors/DeploymentPlan.cdp: Enabled long double test again. * DAnCE/tools/Config_Handlers/DynAny_Handler/DynAny_Handler.cpp: * DAnCE/tools/Config_Handlers/DynAny_Handler/DynArray_Handler.cpp: * DAnCE/tools/Config_Handlers/DynAny_Handler/DynSequence_Handler.cpp: Work in progress: Hunting the long double bug... commit cacb9ef80d659eb1c925517d1e4a6f5d939daa45 Author: Marcel Smit <msmit@remedy.nl> Date: Tue Jul 30 14:04:24 2013 +0200 Added an array of booleans. Added char and wstring arrays although these are not supported. (refs #1551) * CIAO/tests/Bug_3769_Regression/Foo.idl: * CIAO/tests/Bug_3769_Regression/Foo_exec.cpp: * CIAO/tests/Bug_3769_Regression/Foo_exec.h: * CIAO/tests/Bug_3769_Regression/descriptors/DeploymentPlan.cdp: commit ba45f218640e65e3c2f6ad23e9bbb06b0ba62a8e Author: Marcel Smit <msmit@remedy.nl> Date: Tue Jul 30 13:47:44 2013 +0200 References issue #1551 * CIAO/tests/Bug_3769_Regression/Foo.idl: * CIAO/tests/Bug_3769_Regression/Foo_exec.cpp: * CIAO/tests/Bug_3769_Regression/Foo_exec.h: * CIAO/tests/Bug_3769_Regression/descriptors/DeploymentPlan.cdp: Added float and longdouble arrays. Long double arrays do appear to have errors. * DAnCE/tools/Config_Handlers/Any_Handler.cpp: Removed newline character in exception logging. commit 804983d47b0061dd55dec0b5d5e254c2a0d40903 Author: Marcel Smit <msmit@remedy.nl> Date: Tue Jul 30 12:56:34 2013 +0200 Added an array of doubles. Skipped an array of chars since this is not supported. (refs #1551) * CIAO/tests/Bug_3769_Regression/Foo.idl: * CIAO/tests/Bug_3769_Regression/Foo_exec.cpp: * CIAO/tests/Bug_3769_Regression/descriptors/DeploymentPlan.cdp: * CIAO/tests/Bug_3769_Regression/Foo_exec.h: Also layout changes commit 3938d99a1a3705e99b888b192a189464f940d032 Author: Marcel Smit <msmit@remedy.nl> Date: Tue Jul 30 11:11:47 2013 +0200 Added (unsigned) short arrays (refs #1551) * CIAO/tests/Bug_3769_Regression/Foo.idl: * CIAO/tests/Bug_3769_Regression/Foo_exec.cpp: * CIAO/tests/Bug_3769_Regression/Foo_exec.h: * CIAO/tests/Bug_3769_Regression/descriptors/DeploymentPlan.cdp: commit d563ee6d2dcb4b8b843ee11b20df21a7bf40c035 Author: Marcel Smit <msmit@remedy.nl> Date: Tue Jul 30 11:03:04 2013 +0200 Added a test for an array with unsigned long long values. (refs #1551) * CIAO/tests/Bug_3769_Regression/Foo.idl: * CIAO/tests/Bug_3769_Regression/Foo_exec.cpp: * CIAO/tests/Bug_3769_Regression/Foo_exec.h: * CIAO/tests/Bug_3769_Regression/descriptors/DeploymentPlan.cdp: commit 17dfa9a0d26e48f39d9e41cce5644e05ef01da90 Author: Marcel Smit <msmit@remedy.nl> Date: Tue Jul 30 10:48:33 2013 +0200 Added a long long array test. Also added a template class which check whether the content of the arrays are correct. This'll prevent multiple times the same code. (refs #1551) * CIAO/tests/Bug_3769_Regression/Foo.idl: * CIAO/tests/Bug_3769_Regression/Foo_exec.cpp: * CIAO/tests/Bug_3769_Regression/Foo_exec.h: * CIAO/tests/Bug_3769_Regression/descriptors/DeploymentPlan.cdp: commit 92c6bf4f6d01c70b7b39df632312fc89133db6ef Author: Marcel Smit <msmit@remedy.nl> Date: Tue Jul 30 09:55:28 2013 +0200 Added a ulong array as test. Prepared the other basic types in arrays. (refs #1551) * CIAO/tests/Bug_3769_Regression/Foo.idl: * CIAO/tests/Bug_3769_Regression/Foo_exec.cpp: * CIAO/tests/Bug_3769_Regression/Foo_exec.h: * CIAO/tests/Bug_3769_Regression/descriptors/DeploymentPlan.cdp: commit 8f76f00815805c094310085928bd2b61f4a132fa Author: Marcel Smit <msmit@remedy.nl> Date: Tue Jul 30 08:47:56 2013 +0200 Layout changes. (refs #1551) * CIAO/tests/Bug_3769_Regression/Foo_exec.cpp: commit 756c6c355b7c89ba1b6cefcc91d7b5ee3d738748 Author: Marcel Smit <msmit@remedy.nl> Date: Tue Jul 30 08:37:30 2013 +0200 Added a sequence in sequence test. (refs #1551) * CIAO/tests/Bug_3769_Regression/Foo.idl: * CIAO/tests/Bug_3769_Regression/Foo_exec.cpp: * CIAO/tests/Bug_3769_Regression/Foo_exec.h: * CIAO/tests/Bug_3769_Regression/descriptors/DeploymentPlan.cdp: commit 6831e1364639cf497f81c49b9eb33f51b0ea1c20 Author: Marcel Smit <msmit@remedy.nl> Date: Mon Jul 29 16:51:29 2013 +0200 References issue #1551 * CIAO/tests/Bug_3769_Regression/Foo.idl: * CIAO/tests/Bug_3769_Regression/Foo_exec.cpp: * CIAO/tests/Bug_3769_Regression/Foo_exec.h: * CIAO/tests/Bug_3769_Regression/descriptors/DeploymentPlan.cdp: Added an array in array tests. * DAnCE/tools/Config_Handlers/DynAny_Handler/DynArray_Handler.cpp: Fixed issues regarding array in arrays and sequences in arrays. * DAnCE/tools/Config_Handlers/DynAny_Handler/DynSequence_Handler.cpp: Fixed issues regarding sequences in sequences and arrays. Need to add an extra test for this. commit 99c188e25d6ecaecbd4ce57a22cb457adce5c627 Author: Marcel Smit <msmit@remedy.nl> Date: Mon Jul 29 14:31:24 2013 +0200 Added test for a struct, containing one member which is an array of structs. (refs #1551) * CIAO/tests/Bug_3769_Regression/Foo.idl: * CIAO/tests/Bug_3769_Regression/Foo_exec.cpp: * CIAO/tests/Bug_3769_Regression/Foo_exec.h: * CIAO/tests/Bug_3769_Regression/descriptors/DeploymentPlan.cdp: commit 8d21f4afe29e0f5d23957614ed74b959cbd3a666 Author: Marcel Smit <msmit@remedy.nl> Date: Mon Jul 29 13:46:34 2013 +0200 Enabled the check on an array of bar structs. Prepared the next check as well. (refs #1551) * CIAO/tests/Bug_3769_Regression/Foo.idl: * CIAO/tests/Bug_3769_Regression/Foo_exec.cpp: * CIAO/tests/Bug_3769_Regression/descriptors/DeploymentPlan.cdp: commit 66b903a90ed5166633cd57729796cd2b72a8c76c Author: Johnny Willemsen <jwillemsen@remedy.nl> Date: Mon Jul 29 13:22:18 2013 +0200 Remove commented out line * DAnCE/tools/Config_Handlers/DynAny_Handler/DynArray_Handler.cpp: commit 21432ee084eae5293a6799fe98091966ba789a14 Author: Marcel Smit <msmit@remedy.nl> Date: Mon Jul 29 13:15:02 2013 +0200 Renamed error_ postfix to success_. (refs #1551) * CIAO/tests/Bug_3769_Regression/Foo_exec.cpp: * CIAO/tests/Bug_3769_Regression/Foo_exec.h: commit 34e1be7229a58cccea99581d7657100cea1196ba Author: Marcel Smit <msmit@remedy.nl> Date: Mon Jul 29 13:00:32 2013 +0200 References issue #1551 * CIAO/tests/Bug_3769_Regression/Foo.idl: String array contains 3 instead of 5 entries. * CIAO/tests/Bug_3769_Regression/Foo_exec.cpp: * CIAO/tests/Bug_3769_Regression/Foo_exec.h: Improved naming of booleans by adding 'error_'. commit 47985c348d9fc416c4e0406b8c259048c10e624b Author: Marcel Smit <msmit@remedy.nl> Date: Mon Jul 29 11:52:57 2013 +0200 Added test for arrays of strings. (issue #1551) * CIAO/tests/Bug_3769_Regression/Foo_exec.cpp: * CIAO/tests/Bug_3769_Regression/Foo_exec.h: * CIAO/tests/Bug_3769_Regression/descriptors/DeploymentPlan.cdp: commit c17d5178d0c5095b2476043bc5d8014e05d55bb0 Author: Marcel Smit <msmit@remedy.nl> Date: Mon Jul 29 11:31:54 2013 +0200 Improved error logging in ccm_activate. (issue #1551) * CIAO/tests/Bug_3769_Regression/Foo_exec.cpp: commit 8241a2b161d6e0b5d56b08aaf3626f46f78e4f98 Author: Johnny Willemsen <jwillemsen@remedy.nl> Date: Wed Jul 24 13:44:39 2013 +0200 Fixed problems introduced by regeneration related to string unicode comparison and wrong namespace * DAnCE/tools/Config_Handlers/Basic_Deployment_Data.cpp: commit 87b32e82230e087aae351d59e430b41aa31f86d1 Author: Johnny Willemsen <jwillemsen@remedy.nl> Date: Wed Jul 24 12:21:07 2013 +0200 Removed comments from tao_idl * CIAO/tests/Bug_3769_Regression/Foo_exec.h: commit 4898ab76fa271668e935891b5ae7bd7f7310a6cf Author: Johnny Willemsen <jwillemsen@remedy.nl> Date: Wed Jul 24 11:49:41 2013 +0200 Test long array, commented out the other array, test needs major extensions * CIAO/tests/Bug_3769_Regression/Foo_exec.cpp: * CIAO/tests/Bug_3769_Regression/Foo_exec.h: commit 17a8a51ff550444f7e6d1646f0e94db31265ddb5 Author: Johnny Willemsen <jwillemsen@remedy.nl> Date: Wed Jul 24 11:37:41 2013 +0200 Added long array to the cdp * CIAO/tests/Bug_3769_Regression/descriptors/DeploymentPlan.cdp: commit 26f5dccb4aec965f6b3a7bdfd3afaa004f20cd08 Author: Johnny Willemsen <jwillemsen@remedy.nl> Date: Wed Jul 24 11:37:29 2013 +0200 Extended IDL * CIAO/tests/Bug_3769_Regression/Foo.idl: commit aa8d6195c6d2359a09c855d979432d911910c4c1 Author: Johnny Willemsen <jwillemsen@remedy.nl> Date: Wed Jul 24 11:37:15 2013 +0200 Fixed typecode handling * DAnCE/tools/Config_Handlers/DynAny_Handler/DynArray_Handler.cpp: commit 15ca519cf1bd8277e518fc846b58aec44cb5e84b Author: Johnny Willemsen <jwillemsen@remedy.nl> Date: Wed Jul 24 11:21:21 2013 +0200 First try to add an array to the cdp * CIAO/tests/Bug_3769_Regression/descriptors/DeploymentPlan.cdp: commit e80ae72952d7253519ccb17873de1e15da023aa0 Author: Johnny Willemsen <jwillemsen@remedy.nl> Date: Tue Jul 23 21:21:43 2013 +0200 Added length to array definition * DAnCE/tools/Config_Handlers/Basic_Deployment_Data.cpp: * DAnCE/tools/Config_Handlers/Basic_Deployment_Data.hpp: * DAnCE/tools/Config_Handlers/DynAny_Handler/DynArray_Handler.cpp: commit 2a439e37fe257e48b6471e5c8287cd79d46c9b40 Author: Johnny Willemsen <jwillemsen@remedy.nl> Date: Tue Jul 23 21:16:55 2013 +0200 Implemented some more array handling * DAnCE/docs/schema/Basic_Deployment_Data.xsd: * DAnCE/tools/Config_Handlers/Basic_Deployment_Data.cpp: * DAnCE/tools/Config_Handlers/Basic_Deployment_Data.hpp: * DAnCE/tools/Config_Handlers/DynAny_Handler/DynAny_Handler.cpp: * DAnCE/tools/Config_Handlers/DynAny_Handler/DynArray_Handler.cpp: * DAnCE/tools/Config_Handlers/DynAny_Handler/DynArray_Handler.h: commit f44210381907f568d4295beb9cbf0a75743375b7 Author: Johnny Willemsen <jwillemsen@remedy.nl> Date: Tue Jul 23 20:55:24 2013 +0200 Updated array definition * DAnCE/docs/schema/Basic_Deployment_Data.xsd: commit 5309ae3c49a7507b6c626e2c1b05e5cc60bed393 Author: Johnny Willemsen <jwillemsen@remedy.nl> Date: Tue Jul 23 16:10:14 2013 +0200 Initial copied files for DynArray support * DAnCE/tools/Config_Handlers/DynAny_Handler/DynArray_Handler.cpp: * DAnCE/tools/Config_Handlers/DynAny_Handler/DynArray_Handler.h: Added. * DAnCE/tools/Config_Handlers/DynAny_Handler/DynAny_Handler.cpp: * DAnCE/tools/Config_Handlers/DynAny_Handler/DynAny_Handler.mpc: commit 1313b0f422d0420208e41c5f466ff0b961180bc9 Author: Johnny Willemsen <jwillemsen@remedy.nl> Date: Tue Jul 23 16:00:47 2013 +0200 Some initial test extensions * CIAO/tests/Bug_3769_Regression/Foo_exec.cpp: * CIAO/tests/Bug_3769_Regression/Foo_exec.h: * CIAO/tests/Bug_3769_Regression/descriptors/DeploymentPlan.cdp: * CIAO/tests/Bug_3769_Regression/descriptors/run_test.pl: * CIAO/tests/Bug_3769_Regression/descriptors/run_test_cdr.pl: commit 2fcba7d1938c0b37fff2c94fa0e65b78bef0def8 Author: Johnny Willemsen <jwillemsen@remedy.nl> Date: Tue Jul 23 15:50:30 2013 +0200 Extended xsd with support for arrays * DAnCE/docs/schema/Basic_Deployment_Data.xsd: * DAnCE/tools/Config_Handlers/Basic_Deployment_Data.cpp: * DAnCE/tools/Config_Handlers/Basic_Deployment_Data.hpp:
* Thu May 30 15:31:48 UTC 2013 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2013-05-302-2/+5
| | | | | | * tests/CIF/Events/client.cpp: Removed dead code
* Mon May 27 10:18:36 UTC 2013 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2013-05-272-0/+10
| | | | | * NEWS: Updates in preparation of releasing x.2.0
* ChangeLogTag:Mon May 27 10:09:24 CEST 2013 Johnny Willemsen ↵Johnny Willemsen2013-05-274-7/+11
| | | | <jwillemsen@remedy.nl>
* Make x.1.9 public and update all files for next releaseJohnny Willemsen2013-05-132-0/+8
|
* ChangeLogTag:Mon May 13 08:52:11 CEST 2013 Johnny Willemsen ↵Johnny Willemsen2013-05-134-6/+10
| | | | <jwillemsen@remedy.nl>
* First another micro releaseJohnny Willemsen2013-04-251-1/+1
|
* Tue Apr 23 7:34:41 UTC 2013 Marijke Hengstmengelmhengstmengel2013-04-232-1/+6
| | | | | | | | <mhengstmengel@remedy.nl> * connectors/dds4ccm/tests/HomeDerived/descriptors/run_test.pl: Changed nr of deamons.
* Fri Apr 19 10:22:41 UTC 2013 Marijke Hengstmengelmhengstmengel2013-04-192-1/+6
| | | | | | | | <mhengstmengel@remedy.nl> * connectors/dds4ccm/tests/HomeDerived/Sender/Hello_Sender.mpc: Added lib Connector2_stub to svnt
* Thu Apr 18 18:37:16 UTC 2013 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2013-04-183-6/+17
| | | | | | | | | * connectors/dds4ccm/impl/CCM_DataReader.h: Layout change * connectors/dds4ccm/impl/ContentFilterSetting.cpp: Log name of CFT
* Updated fileJohnny Willemsen2013-04-181-0/+3
|
* Thu Apr 18 14:37:41 UTC 2013 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2013-04-182-11/+16
| | | | | | * connectors/dds4ccm/tests/HomeDerived/Sender/Hello_Sender.mpc: Make project names unique
* Thu Apr 18 13:04:48 UTC 2013 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2013-04-183-152/+8
| | | | | | | | | * connectors/dds4ccm/tests/HomeDerived/descriptors/DeploymentPlan.cdp: Don't use qos_profile, not needed for this test * connectors/dds4ccm/tests/HomeDerived/descriptors/USER_QOS_PROFILES.xml: Removed this file.
* Thu Apr 18 12:42:46 UTC 2013 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2013-04-182-3/+21
| | | | | | | * connectors/dds4ccm/impl/DDS_Base_Connector_T.cpp: Check if transport config exists before trying to create it, fixes ResetTopic tests
* Thu Apr 18 10:25:57 UTC 2013 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2013-04-182-1/+6
| | | | | | * connectors/dds4ccm/tutorials/Shapes/Tutorial/06_compilation.html: html fix
* (no commit message)mhengstmengel2013-04-182-3/+8
|
* (no commit message)mhengstmengel2013-04-1815-0/+2881
|
* Tue Apr 16 17:54:56 UTC 2013 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2013-04-162-5/+7
| | | | | | * connectors/dds4ccm/DDS4CCM-INSTALL.html: Several fixes
* Tue Apr 16 17:30:31 UTC 2013 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2013-04-162-1/+43
| | | | | | | * connectors/dds4ccm/DDS4CCM-INSTALL.html: Detailed step by step instructions for DDS4CCM with RTI DDS on Linux
* ChangeLogTag: Mon Apr 15 18:18:18 UTC 2013 Adam Mitz <mitza@ociweb.com>mitza2013-04-152-0/+11
|
* Mon Apr 15 08:59:47 UTC 2013 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2013-04-1510-41/+90
| | | | | | | | | | | | | | | | | | | * connectors/dds4ccm/DDS4CCM-INSTALL.html: Added exact instructions how to compile DDS4CCM with OpenDDS on linux. These can be copied to the console and will compile everything * connectors/dds4ccm/examples/Shapes/descriptors/2013_interop_demo/run_1.pl: * connectors/dds4ccm/examples/Shapes/descriptors/2013_interop_demo/run_2.pl: * connectors/dds4ccm/examples/Shapes/descriptors/2013_interop_demo/run_3.pl: * connectors/dds4ccm/examples/Shapes/descriptors/2013_interop_demo/run_4.pl: * connectors/dds4ccm/examples/Shapes/descriptors/2013_interop_demo/run_6.pl: * connectors/dds4ccm/examples/Shapes/descriptors/2013_interop_demo/run_7.pl: * connectors/dds4ccm/examples/Shapes/descriptors/2013_interop_demo/run_8.pl: * connectors/dds4ccm/examples/Shapes/descriptors/2013_interop_demo/run_9.pl: Make these running on trunk, only run_8.pl needs some more work
* ChangeLogTag: Fri Apr 12 20:40:54 UTC 2013 Adam Mitz <mitza@ociweb.com>mitza2013-04-125-6/+31
|
* Thu Apr 11 06:49:15 UTC 2013 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2013-04-112-0/+8
| | | | | | | * connectors/dds4ccm/impl/DDS_Listen_T.h: Added missing includes in case an user includes this template stand alone in his own custom connector
* Wed Apr 10 14:08:25 UTC 2013 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2013-04-102-1/+11
| | | | | | * connectors/dds4ccm/DDS4CCM-INSTALL.html: Extended instructions for OpenDDS
* Thu Mar 14 12:42:30 UTC 2013 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2013-03-142-0/+53
| | | | | | | | * CIAO_TAO_DAnCE_OpenDDS_shapes.mwc: New workspace for compiling just the shapes example with everything related to it
* Make x.1.8 available for the public and updated files in preparation of the ↵Johnny Willemsen2013-03-144-9/+112
| | | | next minor release
* ChangeLogTag:Thu Mar 14 09:04:46 CET 2013 Johnny Willemsen ↵Johnny Willemsen2013-03-144-6/+10
| | | | <jwillemsen@remedy.nl>
* (no commit message)Johnny Willemsen2013-03-122-0/+75
|
* Tue Mar 12 13:49:26 UTC 2013 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2013-03-1222-0/+8395
| | | | | | | | | | | | | | | | | | | | | | | | | * connectors/dds4ccm/examples/Shapes/descriptors/2013_interop_demo/run_1.cdp: * connectors/dds4ccm/examples/Shapes/descriptors/2013_interop_demo/run_1.pl: * connectors/dds4ccm/examples/Shapes/descriptors/2013_interop_demo/run_2.cdp: * connectors/dds4ccm/examples/Shapes/descriptors/2013_interop_demo/run_2.pl: * connectors/dds4ccm/examples/Shapes/descriptors/2013_interop_demo/run_2.xml: * connectors/dds4ccm/examples/Shapes/descriptors/2013_interop_demo/run_3.cdp: * connectors/dds4ccm/examples/Shapes/descriptors/2013_interop_demo/run_3.pl: * connectors/dds4ccm/examples/Shapes/descriptors/2013_interop_demo/run_3.xml: * connectors/dds4ccm/examples/Shapes/descriptors/2013_interop_demo/run_4.cdp: * connectors/dds4ccm/examples/Shapes/descriptors/2013_interop_demo/run_4.pl: * connectors/dds4ccm/examples/Shapes/descriptors/2013_interop_demo/run_4.xml: * connectors/dds4ccm/examples/Shapes/descriptors/2013_interop_demo/run_6.cdp: * connectors/dds4ccm/examples/Shapes/descriptors/2013_interop_demo/run_6.pl: * connectors/dds4ccm/examples/Shapes/descriptors/2013_interop_demo/run_7.cdp: * connectors/dds4ccm/examples/Shapes/descriptors/2013_interop_demo/run_7.pl: * connectors/dds4ccm/examples/Shapes/descriptors/2013_interop_demo/run_8.cdp: * connectors/dds4ccm/examples/Shapes/descriptors/2013_interop_demo/run_8.pl: * connectors/dds4ccm/examples/Shapes/descriptors/2013_interop_demo/run_8.xml: * connectors/dds4ccm/examples/Shapes/descriptors/2013_interop_demo/run_9.cdp: * connectors/dds4ccm/examples/Shapes/descriptors/2013_interop_demo/run_9.pl: * connectors/dds4ccm/examples/Shapes/descriptors/2013_interop_demo/run_9.xml: Various plans for 2013 DDS interop demo
* updatedJohnny Willemsen2013-03-081-0/+4
|
* Mon Mar 4 12:55:09 UTC 2013 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2013-03-046-20/+81
| | | | | | | | | | | | * connectors/dds4ccm/examples/Shapes/Base/Shapes_Base.idl: * connectors/dds4ccm/examples/Shapes/Connector/Shapes_Connector.idl: * connectors/dds4ccm/examples/Shapes/Receiver/Shapes_Receiver_exec.h: * connectors/dds4ccm/examples/Shapes/Sender/Shapes_Sender_exec.h: * connectors/dds4ccm/examples/Shapes/descriptors/Plan.cdp: Moved the ShapeType into a nested module and update the cdp to set a fixed typename. Matches the 2013 version of the shapes example
* Wed Feb 27 08:17:40 UTC 2013 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2013-02-276-34/+75
| | | | | | | | | | | | | | | | | * connectors/dds4ccm/idl/dds4ccm_Connector.idl: * connectors/dds4ccm/impl/DDS_Base_Connector_T.h: * connectors/dds4ccm/impl/DDS_Base_Connector_T.cpp: * connectors/dds4ccm/impl/DDS_TopicBase_Connector_T.h: * connectors/dds4ccm/impl/DDS_TopicBase_Connector_T.cpp: Added a type_name attribute to the DDS TopicBase connector. When the user doesn't specifiy this in the cdp we will default to the DDS vendor specific type_name which is not standardized. In case of interoperability problems this type_name could be needed. This addition has been reported to the OMG as issue 18499. Updated a few logging statements to include type_name and don't use CORBA::is_nil for checking whether a String_var has content
* Layout changsJohnny Willemsen2013-02-251-33/+33
|
* Added exclude for nsgroup from CIAO_TAO_OpenDDS.mwcstanleyk2013-02-132-0/+10
|
* Added exclude for nsgroup.stanleyk2013-02-062-0/+10
|
* Mon Feb 4 08:11:50 UTC 2013 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2013-02-042-10/+19
| | | | | | | | | | * connectors/dds4ccm/impl/DDS_Base_Connector_T.cpp * (activate_topic): Fixed logic error, when no listener is passed in we create the default one, but always install a listener. Thanks to Jiang Wei <jiangwei_1976 at yahoo dot com dot cn> for reporting this problem. This fixes bugzilla 4089
* Sun Feb 3 18:37:32 UTC 2013 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2013-02-032-1/+7
| | | | | | | | * bin/ciao_tests.lst: Added !NO_IDL3_TO_IDL2 to Bug_4087_Regression, invoking idl3_to_idl2 means we need gcc which we don't have on all targets
* Thu Jan 31 11:33:37 UTC 2013 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2013-01-312-1/+6
| | | | | | * bin/ciao_tests.lst: Fixed path 4087 test
* Fixed fuzzJohnny Willemsen2013-01-311-0/+2
|
* Tue Jan 29 12:20:08 UTC 2013 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2013-01-292-1/+19
| | | | | | | | * tools/IDL3_to_IDL2/idl3_to_idl2_visitor.cpp: Fixed bugzilla 4087, thanks to Jiang Wei <jiangwei_1976 at yahoo dot com dot cn> for providing this patch
* Tue Jan 29 12:17:09 UTC 2013 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2013-01-294-0/+92
| | | | | | | | | | | * bin/ciao_tests.lst: * tests/Bug_4087_Regression: * tests/Bug_4087_Regression/run_test.pl: * tests/Bug_4087_Regression/test.idl: New unit test for idl3_to_idl2, currently failing. Thanks to Jiang Wei <jiangwei_1976 at yahoo dot com dot cn> for creating this test.
* Deleted executable on cdp filesJohnny Willemsen2013-01-282-0/+0
|
* Mon Jan 28 10:11:13 UTC 2013 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2013-01-289-0/+910
| | | | | | | | | | | | | | | | * bin/ciao_tests.lst: * tests/Bug_4086_Regression/Bug_4086_Regression.mpc: * tests/Bug_4086_Regression/Foo.idl: * tests/Bug_4086_Regression/Foo_exec.h: * tests/Bug_4086_Regression/Foo_exec.cpp: * tests/Bug_4086_Regression/descriptors/DeploymentPlan.cdp: * tests/Bug_4086_Regression/descriptors/run_test.pl: * tests/Bug_4086_Regression/descriptors/run_test_cdr.pl: New test for components with attributes as part of supported interfaces. Thanks to Jiang Wei <jiangwei_1976 at yahoo dot com dot cn> for reporting this and providing the patch and unit test
* Mon Jan 21 08:16:41 UTC 2013 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2013-01-212-2/+7
| | | | | | * bin/ciao_tests.lst: QueryCondition DDS tests are NDDS only