Activity

From 10/24/2012 to 11/22/2012

11/22/2012

11:32 PM Revision 7a849ae9 (rst-proto): Added package-level descriptions in proto/stable/**/__package.proto
* proto/stable/rst/__package.proto: new file; does not contain a
message definition but a comment describing the pa...
J. Moringen
11:32 PM Revision 41621115 (rst-proto): Initial comment rewrite in proto/**/*.proto
* Change comment formatting to resemble doxygen comments
* Added @author markup for messages
* Added TODOs for missin...
J. Moringen

11/21/2012

01:13 PM Revision 7d663171 (rst-proto): Accept doxygen-style comments in project/codeCheck.py
Comments like
1 /**
2 * Blabla
3 */
would produce spurious warnings because of 5 leading spaces in lines...
J. Moringen
12:54 PM Revision 866cce81 (rst-manual): Mention issue category for pull requests in data-types.rst
* data-types.rst: mention "Type Proposal" issue category J. Moringen
12:48 PM Revision 1637b109 (rst-proto): Added geometry.PointCloudSets3DFloat: sets of point clouds
fixes #1248
Signed-off-by: Jan Moringen <jmoringe@techfak.uni-bielefeld.de>
C. Emmerich
12:46 PM Revision dd64ae46 (rst-proto): Added geometry.PointCloudSets3DFloat: sets of point clouds
refs #1248
Signed-off-by: Jan Moringen <jmoringe@techfak.uni-bielefeld.de>
C. Emmerich

11/20/2012

03:22 PM Revision 6b6f132f (rst-manual): Fix protocol buffers link on index page.
Somehow two underscores were appended. J. Wienke
12:37 PM Revision 6ef1e51d (rst-manual): Revise integration process for new types.
* code formatting
* update of branch names
* reason for no modification in stable strategy
* add git commands for add...
J. Wienke
12:14 PM Revision 373f6b23 (rst-manual): backport: More precise process for adding data-types to a release...
Arne Nordmann
12:13 PM Revision d753428c (rst-manual): More precise process for adding data-types to a release branch
Arne Nordmann
12:10 PM Revision fe7cd1a8 (rst-manual): backport: Description of namespaces
J. Wienke
12:08 PM Revision 75710b94 (rst-manual): backport: Description of rst process with pull request based on p...
Conflicts:
data-types.rst
Arne Nordmann
12:06 PM Revision 217eff2f (rst-manual): backport: Description of rst process with pull request based on a...
Arne Nordmann
12:05 PM Revision 37b6c2cd (rst-manual): backport: Documentation of process to add new data types
Arne Nordmann
12:01 PM Revision 7ed94fd6 (rst-manual): backport: Small fix
Arne Nordmann
11:57 AM Revision a326eb7e (rst-manual): backport: Documentation of process to add new data types
Arne Nordmann

11/19/2012

11:21 PM Revision 89e07dc0 (rst-proto): temp2
J. Moringen
09:57 PM Revision 51e7a429 (rst-proto): temp
J. Moringen
06:25 PM Revision 4030f022 (rst-proto): Added mappings in schema/sandbox/mapping/{icub,morse}/
* schema/sandbox/mapping/icub/*.mapping: new files; mappings between
RST types and iCub-related types
* schema/sand...
J. Moringen
06:23 PM Revision 8dfe7eca (rst-proto): Added prototypical LCM and morse data types
* schema/sandbox/bottle-schema/morse/kuka/posture.bottle-schema: new
file; schema for bottle based MORSE posture da...
J. Moringen
06:18 PM Revision bf3880fc (rst-proto): temp4
J. Moringen
05:57 PM Revision cdd47ded (rst-proto): Added some more units and some TODOs
J. Moringen
05:06 PM Revision b0b4df40 (rst-proto): Updated author and unit specification
Arne Nordmann
01:32 PM Revision 719a2dbf (rst-proto): Initial comment rewrite and unit declarations
J. Moringen

11/17/2012

11:40 PM Revision b9c310cd (rst-converters-cpp): Added RST_CONVERTERS_EXPORT in cpp/CMakeLists.txt, **/*.h
refs #1241
The project was missing __declspec(dll{import,export}) declarations
for classes and this produced an unus...
J. Moringen
11:40 PM Revision bfd7955f (rst-converters): Added RST_CONVERTERS_EXPORT in cpp/CMakeLists.txt, **/*.h
refs #1241
The project was missing __declspec(dll{import,export}) declarations
for classes and this produced an unus...
J. Moringen
11:40 PM Revision cf0b9053 (rst-converters-cpp): Added RST_CONVERTERS_EXPORT in cpp/CMakeLists.txt, **/*.h
refs #1241
The project was missing __declspec(dll{import,export}) declarations
for classes and this produced an unus...
J. Moringen
11:40 PM Revision 15c77781 (rst-converters): Backport: Added RST_CONVERTERS_EXPORT in cpp/CMakeLists.txt, ...
fixes #1241
The project was missing __declspec(dll{import,export}) declarations
for classes and this produced an unu...
J. Moringen
11:00 PM Revision 163f9288 (rst-converters): Added RST_CONVERTERS_EXPORT in cpp/CMakeLists.txt, **/*.h
will fix #1241
The project was missing __declspec(dll{import,export}) declarations
for classes and this produced an ...
J. Moringen
09:55 PM Revision 1810f615 (rst-converters): Backport: Added RST_CONVERTERS_EXPORT in cpp/CMakeLists.txt, ...
fixes #1241
The project was missing __declspec(dllimport) declarations for classes
and this produced an unused dll i...
J. Moringen
09:55 PM Revision 5a6ecfc4 (rst-converters): Added RST_CONVERTERS_EXPORT in cpp/CMakeLists.txt, **/*.h
refs #1241
The project was missing __declspec(dllimport) declarations for classes
and this produced an unused dll in...
J. Moringen
09:52 PM Revision 9061ddea (rst-converters): Added RST_CONVERTERS_EXPORT in cpp/CMakeLists.txt, **/*.h
will fix #1241
The project was missing __declspec(dllimport) declarations for classes
and this produced an unused dl...
J. Moringen
07:14 AM Revision d3cfb678 (rst-converters): TODO temp commit: Register rosetta-based converters in cpp/sr...
* cpp/src/PluginSandbox.cpp: for RST types, register rosetta-based
converters
* cpp/src/PluginStable.cpp: likewise;...
J. Moringen
07:14 AM Revision b615ec8d (rst-converters): Added template parameter for backend converter to boost conve...
This allows the boost converters to use the RosettaConverter as their
backend.
* cpp/src/rst/converters/opencv/{Tran...
J. Moringen
07:13 AM Revision 9f059053 (rst-converters): Added template parameter for backend converter to IplImageCon...
This allows ImplImageConverter to use the RosettaConverter as its
backend.
* cpp/src/rst/converters/opencv/IplImageC...
J. Moringen
06:32 AM Revision 533e8c9f (rst-proto): temp3
J. Moringen
05:02 AM Revision 90a15d7b (rst-proto): temp2
J. Moringen
05:02 AM Revision 0bc69774 (rst-proto): temp
J. Moringen
05:02 AM Revision c427e926 (rst-proto): Escape characters properly when generating from java/build.xml.in
Previously, pathnames containing "&" characters caused an invalid XML
file to be generated from java/build.xml.in.
*...
J. Moringen
05:01 AM Revision 65dd93bd (rst-proto): Added rosetta-generated files for C++, Java; disabled generation r...
* CMakeLists.txt: disabled code generation rules
* build/cpp: added generated files
* build/java: likewise
J. Moringen
05:01 AM Revision 7da38c14 (rst-proto): temp
J. Moringen
05:01 AM Revision 737b2cb7 (rst-proto): Moved data definitions proto/{stable,sandbox} -> schema/{stable,sa...
* schema/CMakeLists.txt: renamed proto/CMakeLists.txt ->
schema/CMakeLists.txt
* schema/stable/proto: renamed proto...
J. Moringen
04:12 AM Revision c8c15a3a (rst-proto): Protect pathnames properly in python/CMakeLists.txt
fixes #1240
Previously, cmake -{E,P} was used with unprotected pathname
arguments (on the shell level). This failed ...
J. Moringen
04:10 AM Revision 909b0821 (rst-proto): Escape "&" characters properly when generating from java/build.xml.in
fixes #1239
Previously, pathnames containing "&" characters caused an invalid XML
file to be generated from java/bui...
J. Moringen
03:16 AM Revision f3c92dbb (rst-proto): temp2
J. Moringen
02:56 AM Revision d49e34c7 (rst-proto): temp
J. Moringen
02:06 AM Revision 6c5dc623 (rst-proto): Protect pathnames properly in python/CMakeLists.txt
Previously, cmake -{E,P} was used with unprotected pathname
arguments (on the shell level). This failed for pathnames...
J. Moringen
01:56 AM Revision ab5dc48f (rst-proto): Escape characters properly when generating from java/build.xml.in
Previously, pathnames containing "&" characters caused an invalid XML
file to be generated from java/build.xml.in.
*...
J. Moringen
01:04 AM Revision 48166508 (rst-proto): Added rosetta-generated files for C++, Java; disabled generation r...
* CMakeLists.txt: disabled code generation rules
* build/cpp: added generated files
* build/java: likewise
J. Moringen

11/16/2012

10:28 PM Revision 705659bc (rst-proto): temp
J. Moringen

11/15/2012

04:27 PM Revision 909530aa (rst-converters): changed used CMake library name for RST libraries (now using ...
S. Wrede
04:27 PM Revision 573c6e48 (rst-converters-cpp): changed used CMake library name for RST libraries (now us...
S. Wrede
04:27 PM Revision 9183342f (rst-converters-cpp): changed used CMake library name for RST libraries (now us...
S. Wrede

11/05/2012

08:11 PM Revision 09c1f1fa (rst-proto): Added simple point cloud data type in proto/sandbox/rst/vision/Sim...
fixes #1200
* proto/sandbox/rst/vision/SimpleXYZImage.proto: new file
A. Swadzba

10/29/2012

03:52 PM Revision 0864376e (rst-proto): Moved data definitions proto/{stable,sandbox} -> schema/{stable,sa...
* schema/CMakeLists.txt: renamed proto/CMakeLists.txt ->
schema/CMakeLists.txt
* schema/stable/proto: renamed proto...
J. Moringen

10/23/2012

01:28 AM Revision ce72e773 (rst-converters): Register rosetta-based converters in cpp/src/Plugin{Stable,Sa...
* cpp/src/PluginSandbox.cpp: for RST types, register rosetta-based
converters
* cpp/src/PluginStable.cpp: likewise;...
J. Moringen
01:28 AM Revision 01a0a160 (rst-converters): Added template parameter for backend converter to IplImageCon...
This allows ImplImageConverter to use the RosettaConverter as its
backend.
* cpp/src/rst/converters/opencv/IplImageC...
J. Moringen
 

Also available in: Atom