]> rtime.felk.cvut.cz Git - orte.git/log
orte.git
11 years agoPut compiled ORTE manual to the distribution tarballs v0.3.3
Michal Sojka [Wed, 15 Aug 2012 10:42:09 +0000 (12:42 +0200)]
Put compiled ORTE manual to the distribution tarballs

11 years agoUpdate Makefile.rules for OMK build to the actual version.
Pavel Pisa [Wed, 15 Aug 2012 10:42:56 +0000 (12:42 +0200)]
Update Makefile.rules for OMK build to the actual version.

Documentation for OMK Make-System can be found at

  http://rtime.felk.cvut.cz/omk/

Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz>
11 years agoRemove pointer to OCERA_TOP_DIR, ORTE is used only as standalone in current projects.
Pavel Pisa [Wed, 15 Aug 2012 10:40:06 +0000 (12:40 +0200)]
Remove pointer to OCERA_TOP_DIR, ORTE is used only as standalone in current projects.

Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz>
11 years agodoc: Add bookinfo
Michal Sojka [Wed, 15 Aug 2012 10:30:31 +0000 (12:30 +0200)]
doc: Add bookinfo

11 years agoUpdate download instructions
Michal Sojka [Wed, 15 Aug 2012 10:21:46 +0000 (12:21 +0200)]
Update download instructions

11 years agodoc: Restructure - split it to multiple chapters
Michal Sojka [Wed, 15 Aug 2012 10:21:31 +0000 (12:21 +0200)]
doc: Restructure - split it to multiple chapters

11 years agodoc: Update sizes of figures to have readable text
Michal Sojka [Wed, 15 Aug 2012 09:50:26 +0000 (11:50 +0200)]
doc: Update sizes of figures to have readable text

11 years agodoc: Move API reference to the end
Michal Sojka [Wed, 15 Aug 2012 09:43:33 +0000 (11:43 +0200)]
doc: Move API reference to the end

11 years agoUpdate Makefile to properly generate documentation
Michal Sojka [Wed, 15 Aug 2012 09:35:40 +0000 (11:35 +0200)]
Update Makefile to properly generate documentation

11 years agoAdd sources of figures
Michal Sojka [Wed, 15 Aug 2012 09:33:41 +0000 (11:33 +0200)]
Add sources of figures

11 years agoAdd documentation from 0.3.2 release tarball
Michal Sojka [Wed, 15 Aug 2012 09:23:37 +0000 (11:23 +0200)]
Add documentation from  0.3.2 release tarball

11 years agoDo not distribute autom4te.cache
Michal Sojka [Wed, 15 Aug 2012 08:53:32 +0000 (10:53 +0200)]
Do not distribute autom4te.cache

11 years agoRemove automatically generated file orte_config.h.in
Michal Sojka [Wed, 15 Aug 2012 08:39:51 +0000 (10:39 +0200)]
Remove automatically generated file orte_config.h.in

11 years agoUpdate version to 0.3.3 even in header files for OMK build.
Pavel Pisa [Wed, 15 Aug 2012 08:33:16 +0000 (10:33 +0200)]
Update version to 0.3.3 even in header files for OMK build.

Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz>
11 years agoPrepare for release
Michal Sojka [Tue, 14 Aug 2012 17:17:14 +0000 (19:17 +0200)]
Prepare for release

11 years agoBump version to 0.3.3
Michal Sojka [Tue, 14 Aug 2012 17:07:03 +0000 (19:07 +0200)]
Bump version to 0.3.3

11 years agoreadme: Put compile/install section in front of Git specific sections
Michal Sojka [Tue, 14 Aug 2012 16:26:26 +0000 (18:26 +0200)]
readme: Put compile/install section in front of Git specific sections

11 years agoUpdate readme
Michal Sojka [Tue, 14 Aug 2012 16:24:02 +0000 (18:24 +0200)]
Update readme

11 years agoRename .cvsignore to .gitignore
Michal Sojka [Tue, 14 Aug 2012 15:42:39 +0000 (17:42 +0200)]
Rename .cvsignore to .gitignore

13 years agoidl: Generate (de)serialization functions for enum types
Michal Sojka [Fri, 28 May 2010 11:28:11 +0000 (13:28 +0200)]
idl: Generate (de)serialization functions for enum types

13 years agoIDL: Fix *_(de)serialize macros for typedefed types
Michal Sojka [Fri, 21 May 2010 10:36:24 +0000 (12:36 +0200)]
IDL: Fix *_(de)serialize macros for typedefed types

These macros had a wrong number of parameters, which resulted in
compilation errors.

14 years agoZero mreq structure before using it
Michal Sojka [Wed, 31 Mar 2010 15:48:40 +0000 (17:48 +0200)]
Zero mreq structure before using it

There might be unset fields in mreq structure. This structure is
used to setup multicast group membership.

We have problem with multicast on MPC5200-based boards and this was an
unsuccessful attempt to solve the problems.

14 years agoReport correct errno in case of multicast problem
Michal Sojka [Wed, 31 Mar 2010 11:27:01 +0000 (13:27 +0200)]
Report correct errno in case of multicast problem

14 years agoFix for gcc-4.4
wentasah [Thu, 5 Nov 2009 05:58:46 +0000 (05:58 +0000)]
Fix for gcc-4.4

14 years agoThe Shape Demo is now optional part of OMK build.
ppisa [Thu, 11 Jun 2009 20:19:24 +0000 (20:19 +0000)]
The Shape Demo is now optional part of OMK build.

14 years agoMakefile.rules updated to work correctly with QT build of shape demo.
ppisa [Thu, 11 Jun 2009 20:17:17 +0000 (20:17 +0000)]
Makefile.rules updated to work correctly with QT build of shape demo.

14 years agoAdded helper makefile to the contrib to allow direct ORTE demo build.
ppisa [Thu, 11 Jun 2009 19:59:15 +0000 (19:59 +0000)]
Added helper makefile to the contrib to allow direct ORTE demo build.

14 years agoThe ORTE demo can be compiled by OMK Makefiles now.
ppisa [Thu, 11 Jun 2009 19:55:47 +0000 (19:55 +0000)]
The ORTE demo can be compiled by OMK Makefiles now.

The directory orte/contrib/shape can be build by regular
make process if orte/contrib/shape/Makefile is replaced
by regular OMK Makefile helper - i.e. orte/Makefile
or omk build stript is run with USE_LEAF_MAKEFILES=n

  echo CONFIG_OC_ETH_ORTE_DEMO_SHAPE=y >>config.omk
  cd orte/contrib/shape
  omk USE_LEAF_MAKEFILES=n

14 years agofixed counting of get_max_size for structures
smolik [Wed, 20 May 2009 14:33:46 +0000 (14:33 +0000)]
fixed counting of get_max_size for structures

14 years agoCORBA_char redefined to char
wentasah [Wed, 20 May 2009 12:20:57 +0000 (12:20 +0000)]
CORBA_char redefined to char

This is to avoid signedness warnings when using str* functions.

14 years agoORTE IDL learned how to handle arrays
wentasah [Wed, 20 May 2009 12:20:50 +0000 (12:20 +0000)]
ORTE IDL learned how to handle arrays

14 years agoCorrected termination of ortemanager
wentasah [Wed, 20 May 2009 12:20:43 +0000 (12:20 +0000)]
Corrected termination of ortemanager

Sometimes I've realized that it was not possible to terminate ortemanager
by pressing Ctrl-C. It seems it was the case when I disconnecte from the
network and wanted to finish ortemanager later.

Since it is not safe to call pthread_mutex_lock() from signal handlers,
I've reworked termination to use sigwaitinfo() to wait for termination
signals.

14 years agoBetter fix of receive errors
wentasah [Wed, 20 May 2009 12:20:37 +0000 (12:20 +0000)]
Better fix of receive errors

Signed type is used as return value to catch -1 (error).
The receive thread exits on error in order to stop infinite loops.

14 years agoComplain verbosely if something goes wrong in receiver
wentasah [Wed, 20 May 2009 12:20:30 +0000 (12:20 +0000)]
Complain verbosely if something goes wrong in receiver

14 years agoRemoved circular make dependency in libddso
wentasah [Wed, 20 May 2009 12:20:23 +0000 (12:20 +0000)]
Removed circular make dependency in libddso

14 years agoortedemo checks for errors in publisher/subscriber creation
wentasah [Wed, 20 May 2009 12:20:17 +0000 (12:20 +0000)]
ortedemo checks for errors in publisher/subscriber creation

Signed-off-by: Michal Sojka <sojkam1@fel.cvut.cz>
14 years agoBetter error handling in ORTEDomainCreate()
wentasah [Wed, 20 May 2009 12:20:10 +0000 (12:20 +0000)]
Better error handling in ORTEDomainCreate()

Previous implementation did not check for errors in bind() and when
ortemanager was run two times, the second instance did not fail and
instead consumed 100% of CPU.

14 years agoFixed error handling in ORTEDomainCreate()
wentasah [Wed, 20 May 2009 12:20:01 +0000 (12:20 +0000)]
Fixed error handling in ORTEDomainCreate()

Signed-off-by: Michal Sojka <sojkam1@fel.cvut.cz>
14 years agoIDL compiler is compiled before anything else
wentasah [Wed, 20 May 2009 12:19:35 +0000 (12:19 +0000)]
IDL compiler is compiled before anything else

15 years agoorte 0.3.2 release v0.3.2
smolik [Tue, 7 Oct 2008 21:19:01 +0000 (21:19 +0000)]
orte 0.3.2 release

15 years agoThe uLUt files included in ORTE updated to actual version from uLan repository.
ppisa [Tue, 7 Oct 2008 08:59:07 +0000 (08:59 +0000)]
The uLUt files included in ORTE updated to actual version from uLan repository.

15 years agoInitialization of the first_changed field of timer queue added to make Valgrind happy.
ppisa [Tue, 7 Oct 2008 08:08:38 +0000 (08:08 +0000)]
Initialization of the first_changed field of timer queue added to make Valgrind happy.

15 years agoCorrected seeking for MAKERULES_DIR in leaf-node Makefile redirector.
ppisa [Mon, 7 Jul 2008 07:56:26 +0000 (07:56 +0000)]
Corrected seeking for MAKERULES_DIR in leaf-node Makefile redirector.

The operator "==" is not defined for some non-bash species of shells,
the use of "=" operator corrects the problem.

16 years agoFixed incorrect behaviour when is received ACK on missing GAP - note:GAP dynamic...
smolik [Mon, 3 Dec 2007 11:15:58 +0000 (11:15 +0000)]
Fixed incorrect behaviour when is received ACK on missing GAP - note:GAP dynamic changeing size.

17 years agoadded new contributor
smolik [Mon, 16 Apr 2007 20:21:55 +0000 (20:21 +0000)]
added new contributor

17 years agoVirgil Ansems:
smolik [Mon, 16 Apr 2007 20:18:29 +0000 (20:18 +0000)]
Virgil Ansems:
If the call to inet_addr fails, the value INADDR_NONE is returned, which usually is -1. Therefore the call to ntohl will return a large number (the return type is unsigned) instead of 0.

17 years agoFixed a bug in the previous ORTE commit.
wentasah [Thu, 22 Mar 2007 20:57:05 +0000 (20:57 +0000)]
Fixed a bug in the previous ORTE commit.

17 years agoAdded an option to allow ortemanager listen on a specific interface (-L).
wentasah [Wed, 21 Mar 2007 20:00:52 +0000 (20:00 +0000)]
Added an option to allow ortemanager listen on a specific interface (-L).

17 years agoEndian is correctly detected if compiled by OMK.
wentasah [Wed, 21 Mar 2007 19:57:19 +0000 (19:57 +0000)]
Endian is correctly detected if compiled by OMK.

17 years agoVirgil Ansems patch to correct state handling with commStateSend in CSTWriterAddCSCha...
smolik [Tue, 20 Feb 2007 10:39:06 +0000 (10:39 +0000)]
Virgil Ansems patch to correct state handling with commStateSend in CSTWriterAddCSChange -> MUSTSENDDATA in any case of new csChange

17 years agochanged name to Open Real-time Ethernet, some source header arranging
smolik [Mon, 25 Sep 2006 20:07:43 +0000 (20:07 +0000)]
changed name to Open Real-time Ethernet, some source header arranging

17 years agofixed message lost for case no memory space at sending message queue
smolik [Wed, 13 Sep 2006 21:28:11 +0000 (21:28 +0000)]
fixed message lost for case no memory space at sending message queue

17 years agoa small bug reported by Carl Wolff, on fast cpu new incomming message is faster then...
smolik [Tue, 22 Aug 2006 05:53:54 +0000 (05:53 +0000)]
a small bug reported by Carl Wolff, on fast cpu new incomming message is faster then persistence timer. Some throubles occure with small times - zero.

18 years agoKernel build probe script kernelcfg2mk updated to support 2.6.17-r1+ kernel version.
ppisa [Sat, 29 Apr 2006 10:12:51 +0000 (10:12 +0000)]
Kernel build probe script kernelcfg2mk updated to support 2.6.17-r1+ kernel version.

18 years agoAdded prototype of macro xxx_get_max_size for new primitive types.
smolik [Fri, 10 Feb 2006 09:25:33 +0000 (09:25 +0000)]
Added prototype of macro xxx_get_max_size for new primitive types.

18 years agoMinor fix of conversion to lowercase.
ppisa [Mon, 23 Jan 2006 08:14:25 +0000 (08:14 +0000)]
Minor fix of conversion to lowercase.

18 years agoAdded "uname" based evaluation of TARGET_OS.
ppisa [Mon, 23 Jan 2006 01:59:11 +0000 (01:59 +0000)]
Added "uname" based evaluation of TARGET_OS.

18 years agoMigration to new version of OMK system.
smolik [Sun, 22 Jan 2006 22:32:50 +0000 (22:32 +0000)]
Migration to new version of OMK system.

18 years agoMinor update in the rules, TARGET_OS/OS_TARGET needs to be resolved still.
ppisa [Thu, 19 Jan 2006 10:55:57 +0000 (10:55 +0000)]
Minor update in the rules, TARGET_OS/OS_TARGET needs to be resolved still.

18 years agopatch for compilation under qt4
smolik [Thu, 3 Nov 2005 09:27:47 +0000 (09:27 +0000)]
patch for compilation under qt4

18 years agoupgrade to new version 0.3.1
smolik [Mon, 31 Oct 2005 12:44:18 +0000 (12:44 +0000)]
upgrade to new version 0.3.1

18 years agomulticast problem fixed (jointing to a multicast group)
smolik [Sun, 4 Sep 2005 13:37:07 +0000 (13:37 +0000)]
multicast problem fixed (jointing to a multicast group)

18 years agoUpdated to supres bad effect of localized GCC -print-search-dirs output
ppisa [Fri, 27 May 2005 09:20:57 +0000 (09:20 +0000)]
Updated to supres bad effect of localized GCC -print-search-dirs output

18 years agoliborte - domain multicast upgrade
smolik [Wed, 25 May 2005 19:39:11 +0000 (19:39 +0000)]
liborte - domain multicast upgrade
Java - rtpseye, some improvements

19 years agopatch for rtnet
smolik [Tue, 12 Apr 2005 19:55:09 +0000 (19:55 +0000)]
patch for rtnet

19 years agoJAVA interface
smolik [Tue, 12 Apr 2005 19:28:44 +0000 (19:28 +0000)]
JAVA interface

19 years agoimproved JAVA interface from Lukas, update makefiles from msvc from Jan
smolik [Tue, 12 Apr 2005 19:20:21 +0000 (19:20 +0000)]
improved JAVA interface from Lukas, update makefiles from msvc from Jan

19 years agomingw patch
smolik [Fri, 11 Mar 2005 16:46:22 +0000 (16:46 +0000)]
mingw patch

19 years agoadded definition of colors in idl
smolik [Fri, 4 Mar 2005 13:57:59 +0000 (13:57 +0000)]
added definition of colors in idl

19 years agoMSVC patch
smolik [Wed, 2 Mar 2005 14:24:41 +0000 (14:24 +0000)]
MSVC patch

19 years agoPropagated changes required for compilation with RT-Linux and ONETD from OCERA2 CVS
ppisa [Wed, 23 Feb 2005 17:04:06 +0000 (17:04 +0000)]
Propagated changes required for compilation with RT-Linux and ONETD from OCERA2 CVS

19 years agoNew ORTE version 0.3.0 committed
smolik [Wed, 23 Feb 2005 10:12:08 +0000 (10:12 +0000)]
New ORTE version 0.3.0 committed
- fixed csChange memory leakage in RTPSVar
- added support CDR types (imported from ORBIT)
  * CDR_Codec type
  for serialization/deserialization are used functions
- java interface - preliminary
- IDL compiler, jorte library - both preliminary
- multicast communication
  * new demo in orte/example/multicast
- added registration retries and period parameters. New event
  generated when application fail to register to a manager (onRegFail).

19 years agoAdded renamed_include_HEADERS
smolik [Wed, 9 Feb 2005 14:51:38 +0000 (14:51 +0000)]
Added renamed_include_HEADERS

19 years agofunctions removeApplication, removeManager fixed
smolik [Mon, 29 Nov 2004 14:38:59 +0000 (14:38 +0000)]
functions removeApplication, removeManager fixed

19 years agoMSVC htimer hack, fixed functions removeApplication, removeManager
smolik [Mon, 29 Nov 2004 14:09:49 +0000 (14:09 +0000)]
MSVC htimer hack, fixed functions removeApplication, removeManager

19 years agohandling with alive attribute fixed
smolik [Wed, 24 Nov 2004 14:52:46 +0000 (14:52 +0000)]
handling with alive attribute fixed

19 years ago*** empty log message ***
smolik [Mon, 4 Oct 2004 10:50:19 +0000 (10:50 +0000)]
*** empty log message ***

19 years agofixed csChange memory lake in RTPSVar
smolik [Mon, 4 Oct 2004 10:25:35 +0000 (10:25 +0000)]
fixed csChange memory lake in RTPSVar

19 years agofinall corection of 0.2.3 release
smolik [Sun, 26 Sep 2004 18:40:58 +0000 (18:40 +0000)]
finall corection of 0.2.3 release

19 years agoRTNet and MinGW compilation correction
smolik [Tue, 21 Sep 2004 21:09:32 +0000 (21:09 +0000)]
RTNet and MinGW compilation correction

19 years agoSmall correction for nobase header files copy conditions
ppisa [Tue, 7 Sep 2004 23:29:40 +0000 (23:29 +0000)]
Small correction for nobase header files copy conditions

19 years ago*** empty log message ***
smolik [Mon, 30 Aug 2004 19:37:42 +0000 (19:37 +0000)]
*** empty log message ***

19 years agorepear of sending strictreliable data (when is full queue)
smolik [Mon, 30 Aug 2004 19:18:21 +0000 (19:18 +0000)]
repear of sending strictreliable data (when is full queue)

19 years agoOMK updated
smolik [Mon, 30 Aug 2004 14:04:19 +0000 (14:04 +0000)]
OMK updated

19 years agoCorrection of ORTE OMK stand-alone compilation.
ppisa [Mon, 2 Aug 2004 17:06:24 +0000 (17:06 +0000)]
Correction of ORTE OMK stand-alone compilation.

19 years agoChanges to Makefile.rules to be more cross-compile friendly.
ppisa [Mon, 2 Aug 2004 16:45:47 +0000 (16:45 +0000)]
Changes to Makefile.rules to be more cross-compile friendly.
Changed hard-coded "ar" to AR and KERN_AR variables.
Correctness checked on arm-linux target.

19 years agonew version 0.2.3
smolik [Mon, 12 Jul 2004 20:26:53 +0000 (20:26 +0000)]
new version 0.2.3

19 years agonew version 0.2.3
smolik [Mon, 12 Jul 2004 20:17:58 +0000 (20:17 +0000)]
new version 0.2.3

19 years agonew version 0.2.3
smolik [Mon, 12 Jul 2004 20:12:42 +0000 (20:12 +0000)]
new version 0.2.3

19 years agoMakefile.rules updated to incorporate 2.6.x kernels symbols versioning.
ppisa [Thu, 17 Jun 2004 11:10:28 +0000 (11:10 +0000)]
Makefile.rules updated to incorporate 2.6.x kernels symbols versioning.
OMK can use Linux kernel modpost script and prebuilt Module.symvers.

19 years agoOMK rules updated to work correctly with 2.6.x kernels
ppisa [Wed, 16 Jun 2004 15:40:15 +0000 (15:40 +0000)]
OMK rules updated to work correctly with 2.6.x kernels
Tested with 2.6.0, 2.6.4 and 2.6.6.

20 years agoAgain fixed mistake preventing standalone build.
ppisa [Thu, 29 Apr 2004 09:25:50 +0000 (09:25 +0000)]
Again fixed mistake preventing standalone build.

20 years agoFixed bug preventing stand-alone "make default-config && make" build.
ppisa [Thu, 29 Apr 2004 09:05:51 +0000 (09:05 +0000)]
Fixed bug preventing stand-alone "make default-config && make" build.

20 years agoortedemo patch for qtlib (multi-thread synchronization)
smolik [Wed, 28 Apr 2004 12:44:42 +0000 (12:44 +0000)]
ortedemo patch for qtlib (multi-thread synchronization)

20 years agoversion 0.2.2 (mac, solaris patch)
smolik [Tue, 20 Apr 2004 08:36:14 +0000 (08:36 +0000)]
version 0.2.2 (mac, solaris patch)

20 years agoCDRStream type bug fixed
smolik [Wed, 7 Apr 2004 12:10:42 +0000 (12:10 +0000)]
CDRStream type bug fixed

20 years agochanges of version 0.2.1
smolik [Tue, 6 Apr 2004 10:58:09 +0000 (10:58 +0000)]
changes of version 0.2.1

20 years agono fill callBack rutine in subscriber cause SIGSEV
smolik [Tue, 6 Apr 2004 10:50:54 +0000 (10:50 +0000)]
no fill callBack rutine in subscriber cause SIGSEV

20 years agoAdded check to complain nicely, if bad make version is present.
ppisa [Tue, 6 Apr 2004 08:17:58 +0000 (08:17 +0000)]
Added check to complain nicely, if bad make version is present.

20 years agologo of shape demo added
smolik [Sat, 3 Apr 2004 11:33:16 +0000 (11:33 +0000)]
logo of shape demo added