summaryrefslogtreecommitdiff
path: root/TAO/tests
Commit message (Collapse)AuthorAgeFilesLines
...
* FuzzJohnny Willemsen2014-02-061-7/+7
|
* Wed Feb 5 11:39:11 UTC 2014 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2014-02-051-52/+438
| | | | | | | | | * tests/Compression/RLECompressorTest.cpp: Extended this unit test further. Thanks to Derek Dominish <derek dot dominish at dsto dot defence dot gov dot au> for these additions
* Thu Jan 23 19:02:29 UTC 2014 Phil Mesnier <mesnier_p@ociweb.com>Phil Mesnier2014-01-233-0/+63
| | | | | | | | | | | | | | | | | | | | | | | | | | | * TAO_IDL/be/be_visitor_argument/arglist.cpp: The initializer for forward defined valuetypes used as members of other values added a "const " to the type definition whereas the initializer for fully defined valuetypes did not. This syntax seems to have existed since support for object by value was first added to TAO. A bug in name scope resolution actually hid this bug, causing the compiler to treat forward defined valuetypes the same as regular valutypes and getting the proper code generated. When the scoping bug was fixed, forward defined valuetypes were distinguished and got the bad implementation. Thanks to Colin Shen <cshen AT manh DOT com> for reporting this age-old bug. * TAO_IDL/be/be_visitor_valuetype/field_cdr_cs.cpp: The marshalling code for forwarded valuetypes was similarly whacky and uncompilable. * tests/IDL_Test/fwd.idl: Add a regression test for the above. * tao/Valuetype/Valuetype.mpc: * tests/IDL_Test/IDL_Test.mpc: * tests/IDL_Test/string_value.idl: Generate StringValueA.* so that IDL code that includes StringValue.pidl will be able to compile. Also added a test for this case too. Thanks again to Colin Shen for reporting this bug.
* Thu Jan 16 10:45:17 UTC 2014 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2014-01-161-1/+1
| | | | | | * tests/Collocation_Opportunities/Collocation_Opportunities.cpp: Small logging improvement
* ChangelogTag: Mon Jan 6 09:44:58 UTC 2014 Martin Corino <mcorino@remedy.nl>mcorino2014-01-061-0/+3
|
* ChangelogTag: Sat Jan 4 10:11:14 UTC 2014 Martin Corino <mcorino@remedy.nl>mcorino2014-01-041-12/+12
|
* ChangelogTag: Fri Jan 3 19:10:11 UTC 2014 Martin Corino <mcorino@remedy.nl>mcorino2014-01-037-1/+383
|
* Sun Dec 8 18:30:10 UTC 2013 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2013-12-081-1/+1
| | | | | | | | | | | * TAO_IDL/be/be_helper.cpp: * TAO_IDL/be/be_visitor_any_extracted_type_decl.cpp: * TAO_IDL/be/be_visitor_attribute/set_from_extracted.cpp: Fixed extraction of regular and bounded strings from an Any * tests/ORB_Local_Config/Bunch/Test.cpp: Clang fix
* Mon Sep 16 16:33:46 UTC 2013 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2013-09-161-15/+0
| | | | | | | | | | * TAO-INSTALL.html: ACE_ROOT and TAO_ROOT are mandatory, for example MPC can't run without TAO_ROOT * tests/Bug_2734_Regression/client.cpp: Zapped a lot of empty lines
* Wed Sep 11 07:50:52 UTC 2013 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2013-09-119-20/+94
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * bin/tao_orb_tests.lst: * tao/RTCORBA/RT_ORB.cpp: * tests/Bug_3000_Regression/run_test.pl: * tests/Bug_3630_Regression/run_test.pl: * tests/Bug_3837_Regression/run_test.pl: * tests/CodeSets/simple/run_test.pl: * tests/OctetSeq/run_test.pl: * tests/OctetSeq/run_test1.pl: * tests/OctetSeq/run_test2.pl: * tests/TransportCurrent/Framework/run_test.pl: * tests/TransportCurrent/IIOP/run_test.pl: Improvements for the Android port commit f723a63d4ce65bcb102dbbf9a525467b01b7a14b Author: Johnny Willemsen <jwillemsen@remedy.nl> Date: Mon Sep 9 20:41:48 2013 +0200 IDL_Test doesn't run on Android * TAO/bin/tao_orb_tests.lst: commit 777c5eeaab1045f07eb30bbd074bba83792b1344 Author: Johnny Willemsen <jwillemsen@remedy.nl> Date: Mon Sep 9 20:41:01 2013 +0200 Copy conf files to target * TAO/tests/TransportCurrent/Framework/run_test.pl: * TAO/tests/TransportCurrent/IIOP/run_test.pl: commit 29b35e6080087514395a9a800693052ab728f0f2 Author: Johnny Willemsen <jwillemsen@remedy.nl> Date: Mon Sep 9 15:36:42 2013 +0200 Disabled some tests for Android, can't run tao_idl on the device * TAO/bin/tao_orb_tests.lst: commit 12d94d292feccc61bcfc1472eb10ab64bb9dcdd3 Author: Johnny Willemsen <jwillemsen@remedy.nl> Date: Mon Sep 9 15:31:40 2013 +0200 Copy svc conf files to target * TAO/tests/Bug_3837_Regression/run_test.pl: * TAO/tests/CodeSets/simple/run_test.pl: commit 6773f79cfaeac77d7e279d86b76c98eee6194531 Author: Johnny Willemsen <jwillemsen@remedy.nl> Date: Mon Sep 9 15:18:36 2013 +0200 Copy svc conf files to target * TAO/tao/RTCORBA/RT_ORB.cpp: * TAO/tests/Bug_3000_Regression/run_test.pl: * TAO/tests/Bug_3630_Regression/run_test.pl: * TAO/tests/OctetSeq/run_test.pl: * TAO/tests/OctetSeq/run_test1.pl: * TAO/tests/OctetSeq/run_test2.pl:
* Sat Sep 7 17:32:04 UTC 2013 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2013-09-071-1/+6
| | | | | | * tests/Bug_2593_Regression/run_test.pl: Put svc conf file to target
* Thu Sep 5 07:55:57 UTC 2013 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2013-09-0514-29/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * tests/Bug_2174_Regression/run_test.pl: * tests/Bug_3000_Regression/run_test.pl: * tests/Bug_3531_Regression/run_test.pl: * tests/Bug_3853_Regression/run_test.pl: * tests/Bug_4010_Regression/run_test.pl: * tests/Exposed_Policies/run_test.pl: * tests/HandleExhaustion/run_test.pl: * tests/Hang_Shutdown/run_test.pl: * tests/Muxed_GIOP_Versions/run_test.pl: * tests/OBV/TC_Alignment/run_test.pl: * tests/Optimized_Connection/run_test.pl: * tests/Server_Connection_Purging/run_test.pl: * tests/TransportCurrent/Framework/run_test.pl: * tests/TransportCurrent/IIOP/run_test.pl: Fixes for the Android port commit f90a0bf55e83d6565d0641ea0ba2fe2209f5305a Author: Johnny Willemsen <jwillemsen@remedy.nl> Date: Fri Aug 23 15:41:29 2013 +0200 Copy conf files to target * TAO/tests/Exposed_Policies/run_test.pl: commit 25b050b9725f79351a75f48cdf978ae236702a70 Author: Johnny Willemsen <jwillemsen@remedy.nl> Date: Fri Aug 23 15:35:23 2013 +0200 Also with the second spawn of the server pass the filename it should use for the IOR * TAO/tests/Hang_Shutdown/run_test.pl: commit 6f0b01d790c1628e81e67c93c4db9f6f3ac37d71 Author: Johnny Willemsen <jwillemsen@remedy.nl> Date: Fri Aug 23 15:14:44 2013 +0200 Removed printing of CommandLine, test framework can do that at a lower level and this method isn't supported on Android currently * TAO/tests/Bug_3000_Regression/run_test.pl: * TAO/tests/Bug_3531_Regression/run_test.pl: * TAO/tests/Bug_3853_Regression/run_test.pl: * TAO/tests/Bug_4010_Regression/run_test.pl: * TAO/tests/Muxed_GIOP_Versions/run_test.pl: * TAO/tests/OBV/TC_Alignment/run_test.pl: * TAO/tests/Server_Connection_Purging/run_test.pl: * TAO/tests/TransportCurrent/Framework/run_test.pl: * TAO/tests/TransportCurrent/IIOP/run_test.pl: commit d5ebcd70308dbb06f97b98764038e2fdb13899e0 Author: Johnny Willemsen <jwillemsen@remedy.nl> Date: Fri Aug 23 15:13:08 2013 +0200 Improved these scripts so that they will better behave on Android * TAO/tests/Bug_2174_Regression/run_test.pl: * TAO/tests/HandleExhaustion/run_test.pl: * TAO/tests/Optimized_Connection/run_test.pl:
* Tue Aug 13 06:45:55 UTC 2013 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2013-08-131-8/+0
| | | | | | * tests/IDL_Test/constants.idl: Reverted suppression of bcc32 warning
* Mon Aug 12 14:43:40 UTC 2013 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2013-08-122-0/+15
| | | | | | | | | * orbsvcs/tests/Notify/Bug_3252_Regression/server.cpp: * tests/Bug_3574_Regression/test.cpp: * tests/Bug_4102_Regression: * tests/IDL_Test/constants.idl: Suppressed some warnings with bcc32
* Mon Aug 12 08:28:25 UTC 2013 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2013-08-121-5/+5
| | | | | | | | * orbsvcs/tests/Notify/Bug_3252_Regression/server.cpp: * tao/MCAST_Parser.cpp: * tests/IDL_Test/main.cpp: Fixed bcc32 warnings
* Wed Aug 7 07:05:41 UTC 2013 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2013-08-072-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * TAO-INSTALL.html: * TAO_IDL/ast/ast_string.cpp: * TAO_IDL/be/be_visitor_attr_assign.cpp: * TAO_IDL/be/be_visitor_attr_return.cpp: * TAO_IDL/be/be_visitor_attr_setarg_type.cpp: * TAO_IDL/be/be_visitor_null_return_value.cpp: * TAO_IDL/include/ast_generator.h: * orbsvcs/ImplRepo_Service/Adapter_Activator.h: * orbsvcs/ImplRepo_Service/AsyncAccessManager.h: * orbsvcs/ImplRepo_Service/AsyncListManager.h: * orbsvcs/ImplRepo_Service/Forwarder.h: * orbsvcs/orbsvcs/IFRService/IFR_Service_Utils_T.cpp: * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Persistent_Naming_Context.h: * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Storable_Naming_Context.h: * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Storable_Naming_Context.cpp: * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Storable_Naming_Context_Factory.cpp: * orbsvcs/orbsvcs/PortableGroup/PG_Object_Group.h: * orbsvcs/orbsvcs/PortableGroup/PG_Object_Group.cpp: * orbsvcs/orbsvcs/Trader/Trader.h: * orbsvcs/tests/Event/Performance/Connect.h: * orbsvcs/tests/Event/Performance/Connect.cpp: * orbsvcs/tests/Notify/Bug_3252_Regression/server.cpp: * tao/Dynamic_TP/DTP_POA_Strategy.h: * tao/Incoming_Message_Stack.h: * tao/Storable_Base.h: * tao/Storable_FlatFileStream.h: * tao/Storable_FlatFileStream.cpp: * tests/Bug_3941_Regression/test.cpp: * tests/DynValue_Test/ValueTypes_impl.h: Revived port for Embarcadero C++ Builder XE4 using bcc32 commit b9b08e429017ccd9cd15bafb5b7d461e6c7706e2 Author: Johnny Willemsen <jwillemsen@remedy.nl> Date: Thu Aug 1 20:36:14 2013 +0200 Fixed incorrect debug message and ambiguity with bcc32 * TAO/tests/Bug_3941_Regression/test.cpp: commit 4f5ded317dc59e12c207fcd455f544f9bbe98ccb Author: Johnny Willemsen <jwillemsen@remedy.nl> Date: Fri Jul 26 19:17:37 2013 +0200 Attempt to fix another warning for bcc32 * TAO/orbsvcs/tests/Notify/Bug_3252_Regression/server.cpp: commit 7d233fdff45268cff9a63b2ea9811db480879876 Author: Johnny Willemsen <jwillemsen@remedy.nl> Date: Fri Jul 26 19:02:18 2013 +0200 Use ACE_ERROR for errors * TAO/orbsvcs/tests/Notify/Bug_3252_Regression/server.cpp: commit 80f12a906ef66c5ee6ca32413957a0b629c9e7b5 Author: Johnny Willemsen <jwillemsen@remedy.nl> Date: Fri Jul 26 18:57:10 2013 +0200 Fix bcc32 errors * TAO/tests/DynValue_Test/ValueTypes_impl.h: commit 30383d0b1622590e379895e3e887966a8de8bec1 Author: Johnny Willemsen <jwillemsen@remedy.nl> Date: Fri Jul 26 18:50:36 2013 +0200 Fix bcc32 warnings * TAO/orbsvcs/tests/Event/Performance/Connect.cpp: * TAO/orbsvcs/tests/Event/Performance/Connect.h: commit 4c955236d2f702c921875576892ad9fc51b99d36 Author: Johnny Willemsen <jwillemsen@remedy.nl> Date: Thu Jul 25 10:03:27 2013 +0200 Use const/fix C++BuilderXE 4 warning * TAO/orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Storable_Naming_Context_Factory.cpp: * TAO/orbsvcs/orbsvcs/PortableGroup/PG_Object_Group.cpp: commit d1c1e8c357ae8d0925e64e824f319e8877812bdb Author: Johnny Willemsen <jwillemsen@remedy.nl> Date: Thu Jul 25 10:00:53 2013 +0200 Added bool insert/extract operators to resolve ambiguity errors with C++BuilderXE 4 * TAO/orbsvcs/orbsvcs/PortableGroup/PG_Object_Group.h: * TAO/tao/Storable_Base.h: * TAO/tao/Storable_FlatFileStream.cpp: * TAO/tao/Storable_FlatFileStream.h: commit 9da7d71b26fc5168b187df1856bda3cb3a642c23 Author: Johnny Willemsen <jwillemsen@remedy.nl> Date: Wed Jul 24 15:13:38 2013 +0200 Fix link problem with bcc32 * TAO/orbsvcs/orbsvcs/Trader/Trader.h: commit c2eb6f4e43a00cd9f91c149390780d9804cc784e Author: Johnny Willemsen <jwillemsen@remedy.nl> Date: Wed Jul 24 15:12:44 2013 +0200 Fix link problems with bcc32 * TAO/orbsvcs/ImplRepo_Service/Adapter_Activator.h: * TAO/orbsvcs/ImplRepo_Service/AsyncAccessManager.h: * TAO/orbsvcs/ImplRepo_Service/AsyncListManager.h: * TAO/orbsvcs/ImplRepo_Service/Forwarder.h: commit 16854b8d9821d87fc8e7334d8fb59cf5596e8310 Author: Johnny Willemsen <jwillemsen@remedy.nl> Date: Wed Jul 24 15:07:53 2013 +0200 Fix bcc32 problems because of signature mismatches * TAO/orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Persistent_Naming_Context.h: * TAO/orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Storable_Naming_Context.cpp: * TAO/orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Storable_Naming_Context.h: commit ee6893a5065cbe56df7e4ab5aae31971ddf0edf3 Author: Johnny Willemsen <jwillemsen@remedy.nl> Date: Fri Jun 28 19:34:00 2013 +0200 Updated borland instructions * TAO/TAO-INSTALL.html: commit 1ac4a32bb448852cf8c1f2fa90d6b14f1fd2d339 Author: Johnny Willemsen <jwillemsen@remedy.nl> Date: Fri Jun 28 19:28:01 2013 +0200 Fix conversion warnings for bcc32: * TAO/TAO_IDL/ast/ast_string.cpp: * TAO/TAO_IDL/be/be_visitor_attr_assign.cpp: * TAO/TAO_IDL/be/be_visitor_attr_return.cpp: * TAO/TAO_IDL/be/be_visitor_attr_setarg_type.cpp: * TAO/TAO_IDL/be/be_visitor_null_return_value.cpp: commit 52a0b8c3e3afa65cb4a136027c4211ada9cbaf70 Author: Johnny Willemsen <jwillemsen@remedy.nl> Date: Fri Jun 28 09:15:11 2013 +0200 Attempt to fix some bcc32 errors * TAO/orbsvcs/orbsvcs/IFRService/IFR_Service_Utils_T.cpp: * TAO/tao/Dynamic_TP/DTP_POA_Strategy.h: * TAO/tao/Incoming_Message_Stack.h: commit c257a73968b54bcab543cb5f2f436f16a9d63df8 Author: Johnny Willemsen <jwillemsen@remedy.nl> Date: Thu Jun 27 11:13:25 2013 +0200 Cleanup port * TAO/orbsvcs/orbsvcs/IFRService/IFR_Service_Utils_T.cpp: * TAO/orbsvcs/orbsvcs/Trader/Trader.h: commit cf41d073ee048ba51a7cda72ef1b24c78b73201f Author: Johnny Willemsen <jwillemsen@remedy.nl> Date: Wed May 29 08:33:56 2013 +0200 Added default constructor * TAO/TAO_IDL/include/ast_generator.h:
* Mon Aug 5 06:25:19 UTC 2013 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2013-08-051-2/+1
| | | | | | | * orbsvcs/tests/unit/Notify/MC/MonitorManager/MonitorManager.cpp: Simplified some logging code to not trigger a false posivite when compiling TAO without logging
* Wed Jun 12 13:03:47 UTC 2013 Phil Mesnier <mesnier_p@ociweb.com>Phil Mesnier2013-06-121-2/+2
| | | | | * tests/IPV6/run_test.pl: Remove the verbose debugging, it is no longer needed.
* Fri Jun 7 13:26:15 UTC 2013 Phil Mesnier <mesnier_p@ociweb.com>Phil Mesnier2013-06-071-1/+1
| | | | | | * tests/IPV6/run_test.pl: Added verbose debugging to suspect client too in case the problem is in parsing the constructed address.
* Thu Jun 6 23:19:04 UTC 2013 Phil Mesnier <mesnier_p@ociweb.com>Phil Mesnier2013-06-061-1/+8
| | | | | | | | | | | | | * tao/IIOP_Endpoint.cpp: Fix for an old bug that occurred when a client is using -ORBPreferIPv6Interfaces 1, and the supplied IOR contains only a single IPv4 endpoint. * tests/IPV6/run_test.pl: Add a regression test for the above. Also an intemediate patch to make one of the regression tests dump verbose logging to see why the test fails on the nightly build host.
* Wed Jun 5 20:11:23 UTC 2013 Phil Mesnier <mesnier_p@ociweb.com>Phil Mesnier2013-06-053-4/+8
| | | | | | | | | | | | | | * examples/AMI/FL_Callback/progress.cpp: * orbsvcs/tests/ImplRepo/ping_interrupt/server.cpp: * performance-tests/Cubit/TAO/MT_Cubit/server.cpp: * tests/FL_Cube/server.cpp: * tests/QtTests/client.cpp: * tests/QtTests/server.cpp: Fixed wchar build compile errors
* Fri May 17 13:40:00 UTC 2013 Simon Massey <simon dot massey at prismtech ↵sma2013-05-178-178/+191
| | | | dot com> Fix for Buzilla 1391
* Fri May 10 09:21:17 UTC 2013 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2013-05-101-3/+4
| | | | | | * tests/IORTable_Locator/async_server.cpp: Fixed LynxOS compile warning
* Tue Apr 30 17:13:13 UTC 2013 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2013-04-301-1/+1
| | | | | | * tests/Bug_3384_Regression/Server_i.cpp: Fixed OpenVMS compile error
* Mon Apr 22 19:56:55 UTC 2013 Phil Mesnier <mesnier_p@ociweb.com>Phil Mesnier2013-04-221-1/+1
|
* Fri Apr 19 16:08:52 UTC 2013 Phil Mesnier <mesnier_p@ociweb.com>Phil Mesnier2013-04-193-2/+233
|
* Thu Apr 18 07:26:52 UTC 2013 Martin Corino <mcorino@remedy.nl>mcorino2013-04-187-0/+367
|
* ChangeLogTag: Fri Apr 12 12:11:11 UTC 2013 Martin Corino <mcorino@remedy.nl>mcorino2013-04-124-4/+4
|
* ChangeLogTag: Fri Apr 12 09:47:06 UTC 2013 Martin Corino <mcorino@remedy.nl>mcorino2013-04-125-2/+6
|
* ChangeLogTag: Thu Apr 11 16:51:31 UTC 2013 Martin Corino <mcorino@remedy.nl>mcorino2013-04-1110-0/+575
|
* ChangeLogTag: Sat Mar 30 18:12:28 UTC 2013 Martin Corino <mcorino@remedy.nl>mcorino2013-03-302-2/+2
|
* ChangelogTag: Sat Mar 30 09:39:40 UTC 2013 Martin Corino <mcorino@remedy.nl>mcorino2013-03-303-3/+6
|
* Mon Mar 11 09:42:00 UTC 2013 Simon Massey <simon dot massey at prismtech ↵sma2013-03-111-74/+87
| | | | | | dot com> tests/Bug_4097_Regression/Bug_4097_Regression.cpp: Missing main try/catch coverity fix.
* Sun Mar 10 05:19:06 UTC 2013 Phil Mesnier <mesnier_p@socket.net>Phil Mesnier2013-03-102-38/+38
|
* Sat Mar 9 19:08:55 UTC 2013 Phil Mesnier <mesnier_p@ociweb.com>Phil Mesnier2013-03-091-4/+3
|
* Fixed warnings on implicit conversion of _var types, race condition in ↵stanleyk2013-03-093-3/+3
| | | | FT_Naming test, and added return of result in Dynamic_TP tests
* Fri Mar 8 23:04:49 UTC 2013 Phil Mesnier <mesnier_p@ociweb.com>Phil Mesnier2013-03-085-108/+326
|
* Exclude additional tests from single threaded configurationsstanleyk2013-03-083-8/+8
|
* Thu Mar 7 17:03:16 UTC 2013 Phil Mesnier <mesnier_p@ociweb.com>Phil Mesnier2013-03-071-1/+1
|
* Wed Mar 06 13:29:00 UTC 2013 Simon Massey <simon dot massey at prismtech ↵sma2013-03-063-7/+11
| | | | | dot com> Fuzz fixes.
* Wed Mar 06 09:20:00 UTC 2013 Simon Massey <simon dot massey at prismtech ↵sma2013-03-065-0/+314
| | | | dot com>
* Fri Mar 1 15:02:34 UTC 2013 Phil Mesnier <mesnier_p@ociweb.com>Phil Mesnier2013-03-011-1/+1
|
* Thu Feb 28 18:28:39 UTC 2013 Phil Mesnier <mesnier_p@ociweb.com>Phil Mesnier2013-02-281-0/+5
|
* Fixed wchar issue. Fixed compilation issue for QNX.stanleyk2013-02-221-6/+6
|
* Added additional use case tests to dynsequencelabancap2013-02-222-0/+47
|
* Wed Feb 20 04:41:54 UTC 2013 Phil Mesnier <mesnier_p@ociweb.com>Phil Mesnier2013-02-201-1/+1
|
* Tue Feb 19 18:28:46 UTC 2013 Phil Mesnier <mesnier_p@ociweb.com>Phil Mesnier2013-02-191-1/+1
|
* Tue Feb 19 01:48:59 UTC 2013 Phil Mesnier <mesnier_p@ociweb.com>Phil Mesnier2013-02-191-3/+2
|
* Added checks for file status in FT_Storable abstraction. Updated object ↵stanleyk2013-02-181-2/+6
| | | | group creation to prevent adding same object group multiple times.
* Various fixes for memory leaks and null pointer checks.stanleyk2013-02-182-3/+8
|