Project

General

Profile

User story #305

Backport changes on lower levels for Messages

Added by Riccardo Vitelli almost 9 years ago. Updated over 8 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Target version:
Start date:
26.04.2016
Due date:
% Done:

0%

Estimated time:
Git branch (link):
Git merge to develop (link):
SVN commit (link/?p=rev):

Description

Changes done in lower levels in the branch for Messages will have to be ported in the main tree.
Note that this impacts code which has already been audited: modified functions will need to be re-audited.

Source code files modified
TBD

Architecture & design review

Date of the review: --/--/2016

Person who did the review:

Version of architecture & design document: N/A. As per the original MARTe implementation. Prototype code developed and reviewed in sprint preparation meeting.

Result of review: N/A

List of non-conformities: N/A

Code and documentation review

Date of the review: 04/08/2016

Person who did the review: R. Vitelli

Result of review: PASS

List of non-conformities: N/A

Unit test review

Date of the review: 04/08/2016

Person who did the review: R. Vitelli

Result of coverage tests review: PASS

Result of functional tests review: PASS

Result of review: PASS

List of non-conformities: N/A

Associated revisions

Revision 2272e2e8 (diff)
Added by Ivan Herrero almost 9 years ago

#305 - Add all the instances of "vc140.pdb" file to the ignore lists.

Revision d8f0be79 (diff)
Added by Ivan Herrero almost 9 years ago

#305 - Add "TargetFile_Test.txt" file to ignore list.

Revision 96ebae2b (diff)
Added by Ivan Herrero almost 9 years ago

#305 - Chnage of name of
ZeroTerminatedArrayTest<T>::TestPositionOperator to
ZeroTerminatedArrayTest<T>::TestSubscriptOperator.

Revision 68d797b3 (diff)
Added by Ivan Herrero almost 9 years ago

#305 - Fix unit test fail that happened only on Windows, which was
related with floating point assignment and comparison.

Revision 0c6bf343 (diff)
Added by Ivan Herrero almost 9 years ago

#305 - Purge of unused includes (stdio.h)

Revision 74a03c18 (diff)
Added by Ivan Herrero almost 9 years ago

#305 - Backport of null pointer as default parameter on
ZeroTerminatedArray constructor. Update tests accordingly.

Revision a81df22e (diff)
Added by Ivan Herrero almost 9 years ago

#305 - Simplification of test
ZeroTerminatedArrayTest<T>::TestConstructor() and fix a potential error
in ZeroTerminatedArrayTest<T>::TestSubscriptOperator().

Revision 273fbcd8 (diff)
Added by Ivan Herrero almost 9 years ago

#305 - Add CString and CCString typedefs as ZeroTerminatedArray of chars
and rename the constant CCString to BT_CCString.

Revision fee447ff (diff)
Added by Ivan Herrero almost 9 years ago

#305 - Refactor IteratorT<T>::Do() function.

Revision d41805b6 (diff)
Added by Ivan Herrero almost 9 years ago

#305 - Refactor SortFilterT<T>::Compare() function.

Revision 0867f87e (diff)
Added by Ivan Herrero almost 9 years ago

#305 - Refactor SearchFilterT class template.

+ Now it inherits from SearchFilter.
+ Change prototype of SearchFilterT::Test() function.
+ Override the inherited SearchFilter::Test() function.

Revision 26f9fb1b (diff)
Added by Ivan Herrero almost 9 years ago

#305 - Protect implementation of LinkedListHolder::ListPeek(const
uint32) from NULL.

Revision eff91738 (diff)
Added by Ivan Herrero almost 9 years ago

#305 - Add LinkedListableT as the template version of LinkedListable.

Revision 6c1de4cd (diff)
Added by Ivan Herrero almost 9 years ago

#305 - Fix compilation error in implementation of
SearchFilterT<T>::Test(LinkedListable*) when template was instantiated.

Revision e87309f1 (diff)
Added by Ivan Herrero almost 9 years ago

#305 - Add class inheritance to Iterator from IteratorI template class.

Revision ebc95ade (diff)
Added by Ivan Herrero almost 9 years ago

#305 - Add class inheritance to SortFilter from SortFilterI template
class.

Revision 31237161 (diff)
Added by Ivan Herrero almost 9 years ago

#305 - Add LinkedListHolderT as the template version of
LinkedListHolder.

Revision 2d1185cb (diff)
Added by Ivan Herrero almost 9 years ago

#305 - Backport of stable changes in /BareMetal/L1Portability from
HttpService and DDB_Prototype branches.

Note: DDB_prototype backport made through previous backport work on
#306_Backport_GAMs branch.

Revision 2e5720f3 (diff)
Added by Ivan Herrero almost 9 years ago

#305 - Backport of stable changes in /BareMetal/L4Configuration from
HttpService and DDB_Prototype branches.

Note: DDB_prototype backport made through previous backport work on
#306_Backport_GAMs branch.

Revision 6439260d (diff)
Added by Ivan Herrero almost 9 years ago

#305 - Remove files already generated by make from generic versions.

Revision 5e28e175 (diff)
Added by Ivan Herrero almost 9 years ago

#305 - Backport of L2Objects from HttpService branch.

All compiles, but it complains at linking stage on Windows with the
following error:

ClassRegistryItem.obj : error LNK2019: unresolved external symbol
"public: virtual bool __thiscall MARTe::SearchFilterT<class
MARTe::ClassMethodsRegistryItem>::Test(class
MARTe::ClassMethodsRegistryItem *)"
(?Test@?$SearchFilterT@VClassMethodsRegistryItem@MARTe@@MARTe@UAE_NPAVClassMethodsRegistryItem@2@Z)
referenced in function "public: virtual bool __thiscall
MARTe::SearchFilterT<class MARTe::ClassMethodsRegistryItem>::Test(class
MARTe::LinkedListable *)"
(?Test
?$SearchFilterT@VClassMethodsRegistryItem@MARTe@@MARTe@UAE_NPAVLinkedListable@2@@Z)

Revision 59b7ea38 (diff)
Added by Ivan Herrero almost 9 years ago

#305 - Remove DLL_API from SearchFilterT.

Revision 229f8e53 (diff)
Added by Ivan Herrero almost 9 years ago

#305 - Fix the error at linking stage present in commit 5e28e17.

Revision 5edad71e (diff)
Added by Ivan Herrero almost 9 years ago

#305 - Rename ReferenceContainer::ToStructuredData to
ReferenceContainer::ExportData in accordance with inherited class
Object.

Revision ef733caf (diff)
Added by Ivan Herrero almost 9 years ago

#305 - First version of L4Messages.

Revision b1193eec (diff)
Added by Ivan Herrero almost 9 years ago

#305 - Merge of Object.h/cpp taking the versions from develop and
http_service branches.

The merge is the result of putting all the content from the http_service
version, substituting only the methods ToStructuredData,
IntrospectionToStructuredData, ConvertToStructuredData, and
ConvertIntrospectionToStructuredData (the new methods are ExportData,
ExportMetadata, ConvertDataToStructuredData, and
ConvertMetadataToStructuredData).

Revision 6e1c3329 (diff)
Added by Ivan Herrero almost 9 years ago

#305 - Fix missing include in TypeConversion.cpp.

Revision c447349b (diff)
Added by Ivan Herrero almost 9 years ago

#305 - Enable compilation of Source/Core/BareMetal/L4Messages

Revision 869a39e6 (diff)
Added by Ivan Herrero almost 9 years ago

#305 - Improve documentation of
ThreadInformation::Copy(ThreadInformation).

Revision 4070a8a9 (diff)
Added by Ivan Herrero almost 9 years ago

#305 - Initial version of Source/Core/Scheduler/L4Messages.

Revision e0b42cbc (diff)
Added by Ivan Herrero almost 9 years ago

#305 - Backport of FastPollingEventSemTest, FastPollingMutexSemTest, and
MemoryAreaTest from HttpService branch.

Revision 50db9809 (diff)
Added by Ivan Herrero almost 9 years ago

#305 - Initial version of Test/Core/BareMetal/L4Messages.

Revision 70e71eff (diff)
Added by Ivan Herrero almost 9 years ago

#305 - Initial version of Test/Core/Scheduler/L4Messages.

Revision 0c8f8e3d (diff)
Added by Ivan Herrero almost 9 years ago

#305 - Initial version of Test/GTest/BareMetal/L4Messages.

Revision b0ca0351 (diff)
Added by Ivan Herrero almost 9 years ago

#305 - Initial version of Test/GTest/Scheduler/L4Messages.

Revision f6373554 (diff)
Added by Ivan Herrero almost 9 years ago

#305 - Fix compilation errors in unit tests due to changes made on
source during backporting from HttpService branch..

Revision 2e50c2d7 (diff)
Added by Ivan Herrero almost 9 years ago

#305 - Fix class and makefile configuration for Windows.

Revision bd963b50 (diff)
Added by Ivan Herrero almost 9 years ago

#305 - Add virtual to ClassRegistryItem::~ClassRegistryItem().

Revision 428f899e (diff)
Added by Ivan Herrero almost 9 years ago

#305 - Fix compilation issue in ClassRegistryItemTest::TestDestructor()
when calling myItem.~ClassRegistryItemT(), because it myItem recently
changed from ClassRegistryItem to ClassRegistryItemT.

Revision e559a182 (diff)
Added by Ivan Herrero almost 9 years ago

#305 - Update gitignore files for Windows compilation.

Revision 74d4c160 (diff)
Added by Ivan Herrero almost 9 years ago

#305 - Fix linking with vtable on some classes (mainly lack of
CLASS_REGISTER macro).

Revision 033bd3ea (diff)
Added by Ivan Herrero almost 9 years ago

#305 - Update gitignore files for L4Messages with rules for temporary
coverage generated files.

Revision 6387cdcf (diff)
Added by Ivan Herrero almost 9 years ago

#305 - Initial version of coverage makefile for BareMetal/L4Messages.

Revision 214e84d0 (diff)
Added by Ivan Herrero almost 9 years ago

#305 - Fix error in ClassRegistryItem::Instance(ClassRegistryItem*&,
ClassProperties&).

Revision 7c103b7a (diff)
Added by Ivan Herrero almost 9 years ago

#305 - Fix error in ClassRegistryItemT::Instance().

Revision 900d6abb (diff)
Added by Ivan Herrero almost 9 years ago

#305 - Fix error in macro DECLARE_STRUCT_INTROSPECTION (the generated
class must inherit from Object).

Revision 8c5600a4 (diff)
Added by Ivan Herrero almost 9 years ago

#305 - Fix error in ReferenceT<T>::ReferenceT(const char8* const, HeapI*
const).

Revision ef5bdd63 (diff)
Added by Ivan Herrero almost 9 years ago

#305 - Fix error in macro CLASS_REGISTER.

Revision ab2bf361 (diff)
Added by Ivan Herrero almost 9 years ago

#305 - Fix error in unit tests where auxiliary classes where needed
instead of structs (implies using CLASS_REGISTER macros).

Revision cc45bda4 (diff)
Added by Ivan Herrero almost 9 years ago

#305 - Fix error in unit tests for ClassRegisterItem where a new class
inherited from Object was needed, instead of using Object class
directly.

Revision 5ea1786d (diff)
Added by Ivan Herrero almost 9 years ago

#305 - Disable unit tests TestAdd, TestFind, and TestPeek for
ClassRegistryDatabase.

Revision ece0fc42 (diff)
Added by Ivan Herrero almost 9 years ago

#305 - Fix coding rules at ReturnType class (move implementation of
operator bool from declaration section to inline section).

Revision 9b22aafd (diff)
Added by Ivan Herrero almost 9 years ago

#305 - Synchronization of pending differences between this branch and
http_service.

Revision 636deb29 (diff)
Added by André Neto almost 9 years ago

#306 Synchronised with changes on #305

Revision ff6b04a9 (diff)
Added by Ivan Herrero almost 9 years ago

#305 - Fix errors in ClassRegistryItem unit tests.

Revision 6dcb790c (diff)
Added by Ivan Herrero almost 9 years ago

#305 - Fix errors

- ReturnType: Define 1 bit for each boolean member.
- SearchFilterT<T>::Test(): Initialize ret variable.
- CLASS_METHOD_REGISTER(): Disable creating variable as const.
- ClassMethodInterfaceMapper::~ClassMethodInterfaceMapper(): Release
object pointed by a member (acquired in constructor).
- ClassMethodsRegistryItem::Find(): Drop double loop and add extra colon
check.
- ClassRegistryItem::CallRegisteredMethod(): Use == instead of != when
checking for NULL pointers.
- Object.h: Add MARTe as a prefix into code generated by macros where it
was missing.

Revision 54e42bbc (diff)
Added by Ivan Herrero almost 9 years ago

#305 - Add preliminary unit tests for method calling mechanism.

Revision c7e872f3 (diff)
Added by Ivan Herrero almost 9 years ago

#305 - Add virtual destructor to ClassMethodsRegistryItem

Revision 174b2c4a (diff)
Added by Ivan Herrero almost 9 years ago

#305 - Add virtual destructor to CallRegisteredMethodLauncher

Revision 43211140 (diff)
Added by Ivan Herrero almost 9 years ago

#305 - Change order in file ClassWithCallableMethods.h of methods
NonRegisteredMethod and MethodK.

Revision 53707db4 (diff)
Added by Ivan Herrero almost 9 years ago

#305 - Add test ClassMethodsRegistryItemGTest::TestConstructor

Revision a7efba6e (diff)
Added by Ivan Herrero almost 9 years ago

#305 - Improve tests (ClassRegistryItemTest, ClassRegistryItemTest,
ClassMethodCallerTest)

Revision 76ff33ee (diff)
Added by Ivan Herrero almost 9 years ago

#305 - Delete test code for "NonRegisteredMethod" because it does not
make sense in this case.

Revision d89ba561 (diff)
Added by Ivan Herrero almost 9 years ago

#305 - Adapt tests to changes done on ErrorType/ReturnType.

Revision a5ad25a4
Added by Giuseppe Ferro almost 9 years ago

Merge branch '#305_backport_lower_levels_messages' of https://vcis-gitlab.f4e.europa.eu/aneto/MARTe2.git into #305_backport_lower_levels_messages

Revision 06663673 (diff)
Added by Ivan Herrero almost 9 years ago

#305 - Refactor names of parameters

Revision 83b14db0 (diff)
Added by Ivan Herrero almost 9 years ago

#305 - Update tests with respect to previous changes.

Revision a25239fe
Added by Ivan Herrero almost 9 years ago

Merge branch '#305_backport_lower_levels_messages' of https://vcis-gitlab.f4e.europa.eu/aneto/MARTe2.git into #305_backport_lower_levels_messages

Revision 0a0db0b8 (diff)
Added by Ivan Herrero almost 9 years ago

#305 - Fix problem for method call mechanism (the template argument
argType must be used explicitly when calling other template functions;
and argType must not be used to declare variables/parameters as
references, because argType can be by itself a reference).

Revision dde186da
Added by Giuseppe Ferro almost 9 years ago

Merge branch '#305_backport_lower_levels_messages' of https://vcis-gitlab.f4e.europa.eu/aneto/MARTe2.git into #305_backport_lower_levels_messages

Revision a114ce41 (diff)
Added by Ivan Herrero almost 9 years ago

#305 - Update tests for method calling mechanism accodingly to bug fixed
on commit 0a0db0b. Update these tests with input and output data.

Revision b492eca5
Added by Ivan Herrero almost 9 years ago

Merge branch '#305_backport_lower_levels_messages' of https://vcis-gitlab.f4e.europa.eu/aneto/MARTe2.git into #305_backport_lower_levels_messages

Revision 19d777c3
Added by Giuseppe Ferro almost 9 years ago

Merge remote-tracking branch 'origin/#306_Backport_GAMs' into
#305_backport_lower_levels_messages

Conflicts:
Source/Core/BareMetal/L0Types/Architecture/x86_cl/CompilerTypes.h
Source/Core/BareMetal/L0Types/LinkedListHolder.cpp
Source/Core/BareMetal/L1Portability/Architecture/x86_cl/HighResolutionTimerA.h
Source/Core/BareMetal/L1Portability/Architecture/x86_gcc/HighResolutionTimerA.h
Source/Core/BareMetal/L1Portability/Environment/Generic/MemoryOperationsHelper_CLIB_Generic.cpp
Source/Core/BareMetal/L1Portability/Environment/Linux/BasicConsole.cpp
Source/Core/BareMetal/L1Portability/Environment/Linux/HighResolutionTimer.h
Source/Core/BareMetal/L1Portability/Environment/Linux/HighResolutionTimerCalibrator.cpp
Source/Core/BareMetal/L1Portability/Environment/Linux/HighResolutionTimerCalibrator.h
Source/Core/BareMetal/L1Portability/Environment/Linux/Sleep.cpp
Source/Core/BareMetal/L1Portability/Environment/Linux/lint-linux.h
Source/Core/BareMetal/L1Portability/Environment/Windows/HighResolutionTimerCalibrator.cpp
Source/Core/BareMetal/L1Portability/Environment/Windows/HighResolutionTimerCalibrator.h
Source/Core/BareMetal/L1Portability/ErrorInformation.h
Source/Core/BareMetal/L1Portability/FastPollingMutexSem.cpp
Source/Core/BareMetal/L1Portability/FastPollingMutexSem.h
Source/Core/BareMetal/L1Portability/HighResolutionTimer.h
Source/Core/BareMetal/L1Portability/Sleep.h
Source/Core/BareMetal/L1Portability/StaticList.h
Source/Core/BareMetal/L1Portability/TimeoutType.h
Source/Core/BareMetal/L2Objects/Object.cpp
Source/Core/BareMetal/L2Objects/Object.h
Source/Core/BareMetal/L2Objects/ObjectRegistryDatabase.cpp
Source/Core/BareMetal/L2Objects/ObjectRegistryDatabase.h
Source/Core/BareMetal/L2Objects/Reference.cpp
Source/Core/BareMetal/L2Objects/Reference.h
Source/Core/BareMetal/L2Objects/ReferenceContainer.cpp
Source/Core/BareMetal/L2Objects/ReferenceContainer.h
Source/Core/BareMetal/L2Objects/ReferenceT.h
Source/Core/BareMetal/L2Objects/StructuredDataI.h

Revision cdcfa179
Added by Giuseppe Ferro almost 9 years ago

Merge remote-tracking branch 'origin/#307_Valgrind_Check' into
#305_backport_lower_levels_messages

Conflicts:
Source/Core/BareMetal/L2Objects/ClassRegistryItem.cpp
Source/Core/BareMetal/L2Objects/Object.cpp
Test/Core/BareMetal/L0Types/ZeroTerminatedArrayTest.h
Test/Core/BareMetal/L1Portability/FastPollingMutexSemTest.cpp

Revision ab22984f (diff)
Added by Ivan Herrero almost 9 years ago

#305 - Fix bug in ClassMethodsRegistryItem::Find

Revision fb9887dc
Added by Ivan Herrero almost 9 years ago

Merge branch '#305_backport_lower_levels_messages' of
https://vcis-gitlab.f4e.europa.eu/aneto/MARTe2.git into
#305_backport_lower_levels_messages

Conflicts:
Source/Core/BareMetal/L2Objects/ClassMethodsRegistryItem.cpp

Revision 3a774bcf
Added by Ivan Herrero almost 9 years ago

Merge branch '#305_backport_lower_levels_messages' of
https://vcis-gitlab.f4e.europa.eu/aneto/MARTe2.git into
#305_backport_lower_levels_messages

Conflicts:
Source/Core/BareMetal/L2Objects/ClassMethodsRegistryItem.cpp

Revision 15146fe1 (diff)
Added by Ivan Herrero almost 9 years ago

#305 - WIP for unit tests of method calling mechanism.

Revision 38b3f109
Added by Giuseppe Ferro almost 9 years ago

Merge branch '#305_backport_lower_levels_messages' of
https://vcis-gitlab.f4e.europa.eu/aneto/MARTe2.git into
#305_backport_lower_levels_messages

Conflicts:
Source/Core/BareMetal/L2Objects/ClassMethodCaller.h
Source/Core/BareMetal/L2Objects/ClassMethodsRegistryItem.cpp

Revision 98d2fef6 (diff)
Added by Ivan Herrero almost 9 years ago

#305 - Add calls to integer tests and change name of tests.

Revision d520d834
Added by Giuseppe Ferro almost 9 years ago

Merge branch '#305_backport_lower_levels_messages' of https://vcis-gitlab.f4e.europa.eu/aneto/MARTe2.git into #305_backport_lower_levels_messages

Revision 0421d8b9 (diff)
Added by Ivan Herrero almost 9 years ago

#305 - Rename ClassWithCallableMethods::MethodK to
ClassWithCallableMethods::FaultyMethod

Revision 9fb5e043 (diff)
Added by Ivan Herrero almost 9 years ago

#305 - First version of overloadedmethod unit testing

Revision 6970565d
Added by Ivan Herrero almost 9 years ago

Merge branch '#305_backport_lower_levels_messages' of https://vcis-gitlab.f4e.europa.eu/aneto/MARTe2.git into #305_backport_lower_levels_messages

Revision 85f5da69
Added by Ivan Herrero almost 9 years ago

Merge branch '#305_backport_lower_levels_messages' of https://vcis-gitlab.f4e.europa.eu/aneto/MARTe2.git into #305_backport_lower_levels_messages

Revision 57628104 (diff)
Added by Ivan Herrero almost 9 years ago

#305 - Fix bug when finding overloaded methods

Revision aa9b2919 (diff)
Added by Ivan Herrero almost 9 years ago

#305 - Add unit tests for overloaded methods in all existing unit tests.

Revision 5d101634
Added by Ivan Herrero almost 9 years ago

Merge branch '#305_backport_lower_levels_messages' of https://vcis-gitlab.f4e.europa.eu/aneto/MARTe2.git into #305_backport_lower_levels_messages

Revision 7facfea9 (diff)
Added by Ivan Herrero almost 9 years ago

#305 - Add unit tests for calling methods with parameters by copy.

Revision a84ec008
Added by Ivan Herrero almost 9 years ago

Merge branch '#305_backport_lower_levels_messages' of https://vcis-gitlab.f4e.europa.eu/aneto/MARTe2.git into #305_backport_lower_levels_messages

Revision e673f3f6 (diff)
Added by Ivan Herrero almost 9 years ago

#305 - Add check to verify if the method called has been actually
called, for all methods of ClassWithCallableMethods.

Revision a5978021 (diff)
Added by Ivan Herrero almost 9 years ago

#305 - Add a result's value update on every stage of
ClassMethodsRegistryItemTest::TestCallFunction2()

Revision 406c0095 (diff)
Added by Ivan Herrero almost 9 years ago

#305 - Refactor of ClassMethodInterfaceMapperTest.{h|cpp}

Extract class ClassMethodCallerTest from
ClassMethodInterfaceMapperTest.{h|cpp} and put into its own file
ClassMethodCallerTest.{h|cpp}

Revision 7b108d22 (diff)
Added by Ivan Herrero almost 9 years ago

#305 - Refactoring of ClassMethodsRegistryItemTest

Extract TestCallFunction2 from ClassMethodsRegistryItemTest and put into
ObjectTest as TestCallRegisteredMethod

Revision 4120dcb2 (diff)
Added by Ivan Herrero almost 9 years ago

#305 - Fix bug in ObjectTest::TestCallRegisteredMethod()

Note: The previous version was using an uninitialised context object
when calling the method GetLastMethodExecuted().

Revision 4b3bbd90 (diff)
Added by Ivan Herrero almost 9 years ago

#305 - Add stub for unit testing
ClassRegistryItemTest::TestRegisterMethods

This initial version always returns false.

Revision 445c41a2 (diff)
Added by Ivan Herrero almost 9 years ago

#305 - Add stubs for unit testing ClassMethodInterfaceMapper's
contructors.

Note: These initial versions always returns false.

Revision fa042a55 (diff)
Added by Ivan Herrero almost 9 years ago

#305 - Add stub for unit testing ClassMethodCaller's default contructor.

Note: This initial version always returns false.

Revision f73a37ff (diff)
Added by Ivan Herrero almost 9 years ago

#305 - Improve ClassMethodsRegistryItemTest::TestConstructor()

Revision a024e56f (diff)
Added by Ivan Herrero almost 9 years ago

#305 - Change calls to static MessageI::SendMessage* methods using
"MessageI::" instead of an instance of MessageI.

Revision 7fdc4953 (diff)
Added by Ivan Herrero almost 9 years ago

#305 - Improve readability of MessageITest's methods.

+ Use of "using namespace MARTe;" into each method.
+ Use of a bool result variable into each method.
+ Use of an ErrorType status variable when calling MessageI methods.

Revision c4237c66 (diff)
Added by Ivan Herrero almost 9 years ago

#305 - Remove from the MessageITest's methods implementation the local
instance of a sender when it is not used (MessageI::SendMessage is
called passing a NULL as sender)

Revision 1a8db4ec (diff)
Added by Ivan Herrero almost 9 years ago

#305 - Improve readability of
MessageITest::TestSendMessage_False_InvalidDestination

Revision c8bf9b2f (diff)
Added by Ivan Herrero almost 9 years ago

#305 - Purge printf calls used for debugging

Revision 0e2c389e (diff)
Added by Ivan Herrero almost 9 years ago

#305 - Refactor and improve unit tests for Message class

Revision 5e2b06d4 (diff)
Added by Ivan Herrero over 8 years ago

#305 - Refactor ClassRegistryItem.h (extract
CallRegisteredMethodLauncher and CallRegisteredMethodLauncher classes
from this header and put into their own header files)

Revision 185340e8 (diff)
Added by Ivan Herrero over 8 years ago

#305 - Initial version of gitignore file for
Source/Core/BareMetal/L4Configuration

Revision b78f784d (diff)
Added by Ivan Herrero over 8 years ago

#305 - Add/Improve documentation and fix formatting on several files.

Revision c925f223 (diff)
Added by Ivan Herrero over 8 years ago

#305 - Fix dependency issues on source and tests code.

Revision 3bf1d87e (diff)
Added by Ivan Herrero over 8 years ago

#305 - Purge "#if 0" source code.

Revision d80d56f9 (diff)
Added by Ivan Herrero over 8 years ago

#305 - Purge dead macro

Revision ee93a256 (diff)
Added by Ivan Herrero over 8 years ago

#305 - Refactor macros CLASS_REGISTER and CLASS_REGISTER_DECLARATION
(extract from Object.h)

Revision 1a0b5d28 (diff)
Added by Ivan Herrero over 8 years ago

#305 - Improve documentation of class ClassMethodCaller.

Revision 5d371b44
Added by Ivan Herrero over 8 years ago

Merge branch '#305_backport_lower_levels_messages' of https://vcis-gitlab.f4e.europa.eu/aneto/MARTe2.git into #305_backport_lower_levels_messages

Revision 5bd14c07 (diff)
Added by Ivan Herrero over 8 years ago

#305 - Refactor ClassMethodCallerT

+ Add a typedef for defining the method's pointer type.
+ Add a function for querying the method's pointer.

Revision 7988ec91 (diff)
Added by Ivan Herrero over 8 years ago

#305 - Refactor tests for ClassMethodCaller and ClassMethodCallerT
(split tests for both classes)

Revision efafbb82 (diff)
Added by Ivan Herrero over 8 years ago

#305 - Implement the unit test
ClassRegistryItemTest::TestRegisterMethods()

Revision 2a0c7801 (diff)
Added by Ivan Herrero over 8 years ago

#305 - Add implementation for destructor tests in
ClassMethodInterfaceMapperTest.

Revision e8d2a1ce (diff)
Added by Ivan Herrero over 8 years ago

#305 - Apply file formatting to L2Objects.

Revision 3d4dbaf0 (diff)
Added by Ivan Herrero over 8 years ago

#305 - Add DLL_API definition where it was missing and fix minor
formatting issues.

Revision 8bcc04eb (diff)
Added by Ivan Herrero over 8 years ago

#305 - Fix forward declarations declaration (into a reserved file's
section)

Revision 55ebe212 (diff)
Added by Ivan Herrero over 8 years ago

#305 - Fix forward declarations declaration for structs (into a reserved
file's
section)

Revision b915d267 (diff)
Added by André Neto over 8 years ago

#22 Preparing to merge with #305.

Bug fixes required with lots of dependencies required...

Revision 627d40ab (diff)
Added by Ivan Herrero over 8 years ago

#305 - Update Git's ignore lists.

Revision dd87a7ef (diff)
Added by Ivan Herrero over 8 years ago

#305 - Fix compilation issue on Windows implementation (the threadId
used in MARTe::Threads is a Windows handle, not a pointer, so it can not
be deleted as a C++ pointer).

Revision 2fac1390 (diff)
Added by Ivan Herrero over 8 years ago

#305 - Add "#define DLL_API" into BufferedStreamIOBuffer.cpp.

Revision 3f201d49 (diff)
Added by Ivan Herrero over 8 years ago

#305 - Remove DLL_API from template classes, because its code it is not
compiled into the library, but into the client's code.

Revision c98c0e79 (diff)
Added by Ivan Herrero over 8 years ago

#305 - Add DLL_API to QueuedMessageI.{h|cpp}.

Revision 0b09baf3 (diff)
Added by Ivan Herrero over 8 years ago

#305 - Remove DLL_API from test classes files, because it is not used.

Revision 3df32b4a (diff)
Added by Ivan Herrero over 8 years ago

#305 - Add "#define DLL_API" into Message.cpp.

Revision 98f9e2a1
Added by Ivan Herrero over 8 years ago

Merge branch '#305_backport_lower_levels_messages' of https://vcis-gitlab.f4e.europa.eu/aneto/MARTe2.git into #305_backport_lower_levels_messages

Revision 103546e8 (diff)
Added by Ivan Herrero over 8 years ago

#305 - Fix compile object removed by mistake from the list in Makefile.

Revision 7d89da8a (diff)
Added by Ivan Herrero over 8 years ago

#305 - Improve documentation, formatting, and source file rules on
L2Objects package.

Revision 185871d0 (diff)
Added by Ivan Herrero over 8 years ago

#305 - Add inline attribute to the definition of ObjectBuilder's
methods, otherwise they are defined multiple times.

Revision 36023b28 (diff)
Added by Ivan Herrero over 8 years ago

#305 - Refactor ClassMethodsRegistryItem.h (extract macro
CLASS_METHOD_REGISTER)

Revision 4da3ef82 (diff)
Added by Ivan Herrero over 8 years ago

#305 - Update lint configuration files

Revision 45d27d33 (diff)
Added by Ivan Herrero over 8 years ago

#305 - Fix format on files

Revision 928ff427 (diff)
Added by Ivan Herrero over 8 years ago

#305 - Fix linting issues

Revision 981799b2 (diff)
Added by Ivan Herrero over 8 years ago

#305 - Improve documentation of ClassMethodCaller and
ClassMethodCallerT.

Revision 536e6ee8 (diff)
Added by Ivan Herrero over 8 years ago

#305 - Fix compilation error in
ClassMethodCallerTTest::TestDefaultConstructor method.

Revision 20f763df (diff)
Added by Ivan Herrero over 8 years ago

#305 - Improve documentation of ClassWithCallableMethods.

Revision e216f84e (diff)
Added by Ivan Herrero over 8 years ago

#305 - Improve documentation for ClassMethodsRegistryItem.

Revision ab220fab (diff)
Added by Ivan Herrero over 8 years ago

#305 - Improve documentation for ClassRegistryItem::RegisterMethods and
ClassRegistryItem::CallRegisteredMethod.

Revision 0133ac0d (diff)
Added by Ivan Herrero over 8 years ago

#305 - Improve documentation on ObjectBuilder and improve its tests.

Revision 090988c8 (diff)
Added by Ivan Herrero over 8 years ago

#305 - Add the dependencies needed by users of the macros.

Revision 4a21bd2b (diff)
Added by Ivan Herrero over 8 years ago

#305 - Add a dependency (shadowed by other includes).

Revision 1af57786 (diff)
Added by Ivan Herrero over 8 years ago

#305 - Split ObjectBuilderTest into 2 tests (one for ObjectBuilder and
another for ObjectBuilderT).

Revision 95d37439 (diff)
Added by Ivan Herrero over 8 years ago

#305 - Improve documentation, formatting, and namespace usage on
MessageTest and MessageITest.

Revision 7fa48798 (diff)
Added by Ivan Herrero over 8 years ago

#305 - Fix spelling error on MessageTest.

Revision b5eede3c (diff)
Added by Ivan Herrero over 8 years ago

#305 - Improve QueuedMessageI documentation and structure, but it is
still a WIP.

Revision caf15f0b (diff)
Added by Ivan Herrero over 8 years ago

#305 - Fix naming error on QueuedMessageIGTest.

Revision c5bba5ad (diff)
Added by Ivan Herrero over 8 years ago

#305 - Add unit tests for CallRegisteredMethodLauncher and
CallRegisteredMethodLauncherT classes.

Revision 060137e9 (diff)
Added by Ivan Herrero over 8 years ago

#305 - Fix issue into ClassMethodsRegistryItemTest::TestConstructor().

Revision 70caad29 (diff)
Added by Ivan Herrero over 8 years ago

#305 - Improve documentation for ClassMethodInterfaceMapper.

Revision a210ac5a (diff)
Added by Ivan Herrero over 8 years ago

#305 - Fix segmentation fault when testing
CallRegisteredMethodLauncher::GetResults() and
CallRegisteredMethodLauncherT<>::GetResults().

Revision 8fcbf631 (diff)
Added by Ivan Herrero over 8 years ago

#305 - Fix bug on MessageTest::TestSetReplyTimeout(), causing to always
report a fail.

History

#1 Updated by Riccardo Vitelli almost 9 years ago

  • Status changed from New to Code: Impl

#2 Updated by Riccardo Vitelli almost 9 years ago

  • Subject changed from Backport of changes on lower levels for Messages to Backport changes on lower levels for Messages

#3 Updated by Riccardo Vitelli almost 9 years ago

  • Assignee set to Ivan Herrero

#4 Updated by Riccardo Vitelli over 8 years ago

  • Description updated (diff)
  • Assignee deleted (Ivan Herrero)

#5 Updated by Riccardo Vitelli over 8 years ago

  • Status changed from Code: Impl to Closed

Also available in: Atom PDF