pull request: RTT-Lua beta2

The following changes since commit 2108a0cf4bb74af6d90fc046829529fc55db3ddf:

master: merge toolchain-2.1 branch. (2010-10-28 14:03:23 +0200)

are available in the git repository at:

http://git.gitorious.org/~markusk/orocos-toolchain/ocl-mk.git lua

Markus Klotzbuecher (7):
lua: add locking around lua entry points
lua: rttlua reuses standard lua cmd line parsing
lua: protect luaservice with mutex too
lua: fix welcome message
lua: print TaskContext name in all error messages
lua: EEHook bugfix and added unit test
lua: bump version to beta2

lua/LuaComponent.cpp | 55 ++++++++++++++++++++++++++-------------
lua/doc/MANUAL.html | 10 +++++--
lua/doc/MANUAL.org | 10 +++---
lua/doc/MANUAL.txt | 14 ++++++----
lua/lua-repl.c | 24 ++++++++++-------
lua/lua-repl.h | 2 -
lua/modules/rttlib.lua | 6 ++++
lua/modules/uunit.lua | 15 ++++++----
lua/plugins/lua_plugin.cpp | 17 ++++++++---
lua/rtt.cpp | 22 +++++++++------
lua/rtt.hpp | 9 +++---
lua/testing/test.lua | 61 ++++++++++++++++++++++++++++++++++++++++++-
12 files changed, 175 insertions(+), 70 deletions(-)

pull request: RTT-Lua beta2

On Monday 08 November 2010 11:42:02 Markus Klotzbuecher wrote:
> The following changes since commit
> 2108a0cf4bb74af6d90fc046829529fc55db3ddf:
>
> master: merge toolchain-2.1 branch. (2010-10-28 14:03:23 +0200)
>
> are available in the git repository at:
>
> http://git.gitorious.org/~markusk/orocos-toolchain/ocl-mk.git lua
>
> Markus Klotzbuecher (7):
> lua: add locking around lua entry points
> lua: rttlua reuses standard lua cmd line parsing
> lua: protect luaservice with mutex too
> lua: fix welcome message
> lua: print TaskContext name in all error messages
> lua: EEHook bugfix and added unit test
> lua: bump version to beta2
>
> lua/LuaComponent.cpp | 55 ++++++++++++++++++++++++++-------------
> lua/doc/MANUAL.html | 10 +++++--
> lua/doc/MANUAL.org | 10 +++---
> lua/doc/MANUAL.txt | 14 ++++++----
> lua/lua-repl.c | 24 ++++++++++-------
> lua/lua-repl.h | 2 -
> lua/modules/rttlib.lua | 6 ++++
> lua/modules/uunit.lua | 15 ++++++----
> lua/plugins/lua_plugin.cpp | 17 ++++++++---
> lua/rtt.cpp | 22 +++++++++------
> lua/rtt.hpp | 9 +++---
> lua/testing/test.lua | 61
> ++++++++++++++++++++++++++++++++++++++++++- 12 files changed, 175
> insertions(+), 70 deletions(-)

I have merged this with my master and had to apply a few cmake patches to fix
link issues, due to our transition to the UseOrocos macros. It's now on
gitorious.

Peter

pull request: RTT-Lua beta2

On Nov 8, 2010, at 08:12 , Peter Soetens wrote:

> On Monday 08 November 2010 11:42:02 Markus Klotzbuecher wrote:
>> The following changes since commit
>> 2108a0cf4bb74af6d90fc046829529fc55db3ddf:
>>
>> master: merge toolchain-2.1 branch. (2010-10-28 14:03:23 +0200)
>>
>> are available in the git repository at:
>>
>> http://git.gitorious.org/~markusk/orocos-toolchain/ocl-mk.git lua
>>
>> Markus Klotzbuecher (7):
>> lua: add locking around lua entry points
>> lua: rttlua reuses standard lua cmd line parsing
>> lua: protect luaservice with mutex too
>> lua: fix welcome message
>> lua: print TaskContext name in all error messages
>> lua: EEHook bugfix and added unit test
>> lua: bump version to beta2
>>
>> lua/LuaComponent.cpp | 55 ++++++++++++++++++++++++++-------------
>> lua/doc/MANUAL.html | 10 +++++--
>> lua/doc/MANUAL.org | 10 +++---
>> lua/doc/MANUAL.txt | 14 ++++++----
>> lua/lua-repl.c | 24 ++++++++++-------
>> lua/lua-repl.h | 2 -
>> lua/modules/rttlib.lua | 6 ++++
>> lua/modules/uunit.lua | 15 ++++++----
>> lua/plugins/lua_plugin.cpp | 17 ++++++++---
>> lua/rtt.cpp | 22 +++++++++------
>> lua/rtt.hpp | 9 +++---
>> lua/testing/test.lua | 61
>> ++++++++++++++++++++++++++++++++++++++++++- 12 files changed, 175
>> insertions(+), 70 deletions(-)
>
> I have merged this with my master and had to apply a few cmake patches to fix
> link issues, due to our transition to the UseOrocos macros. It's now on
> gitorious.
>
> Peter

Looking forward to trying this when I have some time.

Any word on some of the other pull requests that have been languishing on the ML these past few weeks ... ?
S