Changelog

Syndicate content
WebSVN RSS feed -
Updated: 30 min 14 sec ago

tlsf: turn on/off tlsf for specific targets. Map to malloc/free ...

Tue, 2010-03-02 14:41
<div>Rev 31447 - psoetens (7 file(s) modified)<div><div>tlsf: turn on/off tlsf for specific targets. Map to malloc/free if not present.

From: Peter Soetens <peter@thesourceworks.com><div>~ /trunk/rtt/config/check_depend.cmake
+ /trunk/rtt/rtt
+ /trunk/rtt/rtt/os
+ /trunk/rtt/rtt/os/oro_malloc.h
~ /trunk/rtt/src/CMakeLists.txt
~ /trunk/rtt/src/os/oro_allocator.hpp
~ /trunk/rtt/src/targets/target.in

gcc: fixes for compiling with c++0x turned on. From: Peter Soetens ...

Tue, 2010-03-02 14:39
<div>Rev 31446 - psoetens (6 file(s) modified)<div><div>gcc: fixes for compiling with c++0x turned on.

From: Peter Soetens <peter@thesourceworks.com><div>~ /trunk/rtt/src/EventProcessor.hpp
~ /trunk/rtt/src/ProgramProcessor.cpp
~ /trunk/rtt/src/StateMachine.cpp
~ /trunk/rtt/src/StateMachineProcessor.cpp
~ /trunk/rtt/tests/eventservice_test.cpp
~ /trunk/rtt/tests/listlocked_test.cpp

doc: Fix incorrect documentation The online Orocos Component Manual incorrectly documents ...

Wed, 2010-02-24 13:03
<div>Rev 31429 - psoetens (1 file(s) modified)<div><div>doc: Fix incorrect documentation

The online Orocos Component Manual incorrectly documents use of "size()"
and "capacity()" operators for arrays and strings. The parantheses aren't actually needed ...
Stephen

From: S Roderick <kiwi.net@mac.com><div>~ /trunk/rtt/doc/xml/orocos-program-parser.xml

commands: Fix bug #755 Parameters are empty when calling program-script ...

Wed, 2010-02-24 13:02
<div>Rev 31428 - psoetens (1 file(s) modified)<div><div>commands: Fix bug #755 Parameters are empty when calling program-script function connected to via CORBA.

The CommandC implementation did not summon the arguments of the command before calling
dispatch() in execute().

From: Peter Soetens <peter@thesourceworks.com><div>~ /trunk/rtt/src/CommandC.cpp

corba: Added CleanupServer to give deployment a function to cleanup ...

Mon, 2010-02-22 09:37
<div>Rev 31415 - psoetens (2 file(s) modified)<div><div>corba: Added CleanupServer to give deployment a function to cleanup corba servers.

From: Peter Soetens <peter@thesourceworks.com><div>~ /trunk/rtt/src/corba/ControlTaskServer.cpp
~ /trunk/rtt/src/corba/ControlTaskServer.hpp

method: Add functions to set the method from member functions ...

Mon, 2010-02-22 07:55
<div>Rev 31414 - psoetens (1 file(s) modified)<div><div>method: Add functions to set the method from member functions or function objects

From: Stephen Roderick <kiwi.net@mac.com><div>~ /trunk/rtt/src/Method.hpp

doc: added code snippet for setting attributes/properties. From: Klaas Gadeyne &lt;klaas. ...

Mon, 2010-02-22 07:48
<div>Rev 31412 - psoetens (1 file(s) modified)<div><div>doc: added code snippet for setting attributes/properties.

From: Klaas Gadeyne <klaas.gadeyne@gmail.com><div>~ /trunk/rtt/doc/xml/orocos-program-parser.xml

xenomai: switch to mutex acquire/release from Xenomai 2.3.0 on. From: Peter ...

Mon, 2010-02-22 07:13
<div>Rev 31411 - psoetens (1 file(s) modified)<div><div>xenomai: switch to mutex acquire/release from Xenomai 2.3.0 on.

From: Peter Soetens <peter@thesourceworks.com><div>~ /trunk/rtt/src/os/xenomai/fosi.h

doc: Fixed bug about property's rvalue()/value(). ...

Mon, 2010-02-22 07:13
<div>Rev 31410 - psoetens (1 file(s) modified)<div><div>doc: Fixed bug about property's rvalue()/value().

From: Peter Soetens <peter@thesourceworks.com><div>~ /trunk/rtt/doc/xml/orocos-task-context.xml

Minor fixes and able use in C++ code From: Stephen Roderick ...

Thu, 2009-12-10 20:03
<div>Rev 31297 - psoetens (2 file(s) modified)<div><div>Minor fixes and able use in C++ code

From: Stephen Roderick <kiwi.net@mac.com><div>~ /trunk/rtt/src/os/oro_allocator.hpp
~ /trunk/rtt/src/os/tlsf/tlsf.h

Correct the directory for installing tlsf header file From: Stephen Roderick ...

Thu, 2009-12-10 20:03
<div>Rev 31296 - psoetens (1 file(s) modified)<div><div>Correct the directory for installing tlsf header file

From: Stephen Roderick <kiwi.net@mac.com><div>~ /trunk/rtt/src/CMakeLists.txt

Fix incorrect conditional compile statement From: Stephen Roderick &lt;kiwi.net@mac.com&gt;

Thu, 2009-12-10 20:03
<div>Rev 31295 - psoetens (1 file(s) modified)<div><div>Fix incorrect conditional compile statement

From: Stephen Roderick <kiwi.net@mac.com><div>~ /trunk/rtt/src/os/tlsf/tlsf.c

static some variables to avoid double definition conflicts when compiled ...

Thu, 2009-12-10 20:03
<div>Rev 31294 - psoetens (1 file(s) modified)<div><div>static some variables to avoid double definition conflicts when compiled in more than one .c file

From: Stephen Roderick <kiwi.net@mac.com><div>~ /trunk/rtt/src/os/gnulinux/fosi.h

Correctly place addition of TLSF source files to library build From: ...

Thu, 2009-12-10 20:03
<div>Rev 31293 - psoetens (1 file(s) modified)<div><div>Correctly place addition of TLSF source files to library build

From: Stephen Roderick <kiwi.net@mac.com><div>~ /trunk/rtt/src/CMakeLists.txt

tlsf: add C++ allocator using rt_malloc and rt_free This just calls ...

Thu, 2009-12-10 20:03
<div>Rev 31292 - psoetens (1 file(s) modified)<div><div>tlsf: add C++ allocator using rt_malloc and rt_free

This just calls the tlsf malloc and free functions.

From: Peter Soetens <peter@thesourceworks.com><div>~ /trunk/rtt/src/os/oro_allocator.hpp

tlsf: integrate with rtt build system From: Peter Soetens &lt;peter@thesourceworks.com&gt;

Thu, 2009-12-10 20:03
<div>Rev 31291 - psoetens (5 file(s) modified)<div><div>tlsf: integrate with rtt build system

From: Peter Soetens <peter@thesourceworks.com><div>~ /trunk/rtt/src/CMakeLists.txt
+ /trunk/rtt/src/os/tlsf/CMakelists.txt
~ /trunk/rtt/src/os/tlsf/target.h
~ /trunk/rtt/src/os/tlsf/tlsf.c
~ /trunk/rtt/src/os/tlsf/tlsf.h

static inline some functions to avoid double definition conflicts when ...

Thu, 2009-12-10 20:03
<div>Rev 31290 - psoetens (1 file(s) modified)<div><div>static inline some functions to avoid double definition conflicts when compiled in more than one .c file

From: Peter Soetens <peter@thesourceworks.com><div>~ /trunk/rtt/src/os/gnulinux/fosi.h

Imported raw tlsf library into rtt/os/tlsf. Upstream version: TLSF-2.4.4. ...

Thu, 2009-12-10 20:03
<div>Rev 31289 - psoetens (8 file(s) modified)<div><div>Imported raw tlsf library into rtt/os/tlsf.

Upstream version: TLSF-2.4.4.tbz2

From: Peter Soetens <peter@thesourceworks.com><div>+ /trunk/rtt/src/os/tlsf
+ /trunk/rtt/src/os/tlsf/COPYING
+ /trunk/rtt/src/os/tlsf/GPL.txt
+ /trunk/rtt/src/os/tlsf/LGPL-2.1.txt
+ /trunk/rtt/src/os/tlsf/Makefile
+ /trunk/rtt/src/os/tlsf/target.h
+ /trunk/rtt/src/os/tlsf/tlsf.c
+ /trunk/rtt/src/os/tlsf/tlsf.h

tests: Work around hanging Xenomai unit tests. ...

Fri, 2009-12-04 19:49
<div>Rev 31260 - psoetens (1 file(s) modified)<div><div>tests: Work around hanging Xenomai unit tests.

From: Peter Soetens <peter@thesourceworks.com><div>~ /trunk/rtt/tests/test-runner.cpp

xenomai: switch to new mutex acquire/release API unless Xenomai &gt;= ...

Fri, 2009-12-04 19:49
<div>Rev 31259 - psoetens (2 file(s) modified)<div><div>xenomai: switch to new mutex acquire/release API unless Xenomai >= 2.4.50

From: Peter Soetens <peter@thesourceworks.com><div>~ /trunk/rtt/src/os/xenomai/fosi.h
~ /trunk/rtt/src/os/xenomai/fosi_internal.cpp