Skip to content
Snippets Groups Projects
  1. Jan 10, 2013
  2. Dec 19, 2012
  3. Dec 18, 2012
  4. Dec 14, 2012
    • Arnaud Degroote's avatar
      [wip/jafar-rtslam] Update to 0.2 · 985a5a97
      Arnaud Degroote authored
      Lots of improvements and bug fixes since 0.1
      Support a lot more sensors in input.
      
      From the pkg point of view, add headings, use the makefile.common, and
      clean PLIST.
      985a5a97
  5. Dec 13, 2012
    • Arnaud Degroote's avatar
      [wip/jafar-qdisplay] Upgrade to 0.2 · a34fd057
      Arnaud Degroote authored
      Changes since 0.1:
      	- add a labeler class to manually label objects in image
      	- improve cmakelist
      
      Changes in the package:
      	- use jafar/Makefile.common
      	- fix PLIST
      a34fd057
  6. Dec 11, 2012
  7. Dec 10, 2012
  8. Dec 06, 2012
  9. Dec 05, 2012
  10. Nov 23, 2012
  11. Nov 21, 2012
    • Anthony Mallet's avatar
      [wip/genom3-ros] Update to 1.1 · ab1cba74
      Anthony Mallet authored
      Changes since 1.0:
      
      . Fixed minor build issues and typos
      
      . Fixed minor issues with 'remote' services.
      
      . Fixed minor build issues with .msg, .srv and .actions for weird types and
        fixed serialization of bounded strings.
      
      . Improved installation and generated ros manifest
      
      . Fixed 'masquerading' for ros message types (and topics)
      
      . Fixed 'remapping' arguments, both in server and client/c.
      
      . Map IDL bounded strings to rosmsg 'strings' (instead of an array of uint8).
        This is more natural on the command line, and preserves the string semantics.
      
      . Fixed interruption of async codels and activities incompatible with
        themselves. Also fixed interruption of activities without stop codels. Fixed
        the 'report' in case of interruption.
      
      . Better error messages when unknown options are passed to init() in the
        client/c template.
      
      . Added a rosaction script, for command line invocation of actions.
      
      . Implemented -b option (daemonize) and -d option (debug) in the server and
        added handlers for SIGTERM and SIGQUIT.
      ab1cba74
    • Anthony Mallet's avatar
      [wip/genom3-pocolibs] Update to 1.1 · ff9d1b06
      Anthony Mallet authored
      Changes since 1.0:
      . Typo in code scanning IDL sequences from json
      
      . Fix interruption of 'async' codels and interruption of activities
        incompatible with themselves
      
      . Deal with native types manipulation
      
      . Implement -b option (daemonize).
      ff9d1b06
    • Anthony Mallet's avatar
      [wip/genom3] Update to 2.99.15 · 6ab09cf1
      Anthony Mallet authored
      Changes since 2.99.14:
      
       . Added 'native' IDL keyword. The meaning is slightly different from that of
         the OMG IDL. GenoM 'native' keyowrd defines a new opaque type, that can be
         used only in codels (or IDS). The type is manipulated as a pointer by GenoM
         and the templates, and codels are responsible for the actual type
         definition or memory management. This is typically used to store types in
         the IDS that cannot be represented as IDL (external types, opaque types,
         etc.).
      
       . Renamed #pragma native to #pragma masquerade. This is to avoid confusion
         with the new 'native' IDL keyword. The #pragma purpose is also hopefully
         clearer.
      
       . Updated mappings for the IDL 'char' type. 'char's are now mapped to
         uint8_t in C/C++, so that the C 'char' type is reserved for strings.
      
       . Fixed grammar to allow compound initializers with just a doc string and no
         value.
      
       . Improved syntax error handling in the parser. In particular, missing
         semicolons or syntax erros in codels parameters should not spew loads of
         errors anymore.
      
       . Updated skeleton template to generate $component-genom.pc instead of
         lib$component_codels.pc, because the top level package is most often used in
         other genom components to include a part of the interface (rather than
         linking with the codels).
      
       . Fixed skeleton '-l c++' option for compiling codels with a C++ compiler.
      
       . Temporary disabled support for C++ codels interface. This will not be
         supported in 3.0, but remains on the TODO list. C++ codels must use the C
         interface in the meantime.
      
       . Fixed a bunch of minor bugs and added respective regression tests.
      6ab09cf1
  12. Nov 19, 2012
  13. Nov 09, 2012
  14. Nov 05, 2012
    • Anthony Mallet's avatar
      [wip/hyper] Be gentle with RAM · 0aabe71a
      Anthony Mallet authored
      Following the author's advice, re-enable this package but disable parallel
      jobs, because some files make gcc grow up to 1GB during compilation. This is an
      issue with the current setup for bulk builds.
      0aabe71a
    • Anthony Mallet's avatar
      [wip] Disconnect hyper from the build · 16166fbf
      Anthony Mallet authored
      This raises too many issues with the current bulk + virtualbox setup.
      
      gcc eats more than 1GB, especially for a couple of source files, and it either
      segfaults after reaching the datasize/stacksize limit or compiles for hours,
      preventing the rest the bulk from being properly tested.
      16166fbf
  15. Oct 31, 2012
  16. Oct 30, 2012
  17. Oct 29, 2012
Loading