Skip to content
Snippets Groups Projects
  1. Apr 02, 2013
  2. Mar 26, 2013
  3. Mar 21, 2013
  4. Mar 19, 2013
  5. Mar 14, 2013
  6. Mar 13, 2013
  7. Mar 12, 2013
  8. Mar 08, 2013
  9. Mar 01, 2013
    • Arnaud Degroote's avatar
      [wip/morse-pocolibs] Update to 1.0 · a7526b16
      Arnaud Degroote authored
      Changes since 0.6:
      
      - Rewrite it using ctypes interface (generated by genom -y).
      - By consequence, there are no more direct dependence on most modules,
        but you still need to generate the interface if you want to use one
        explicitly (using python option in robotpkg, or genom -y manually).
      a7526b16
    • Arnaud Degroote's avatar
      [wip/py-morse] Update to 1.0 · e082d219
      Arnaud Degroote authored
      Changes since 0.6:
      
      The Python bindings for MORSE have been completely rewritten, now
      supporting a modern asynchronous interface (based on Python 3.2
      *futures*). It is also deemed as feature complete: it supports discovery
      of the simulation components, synchronous/asynchronous service
      invocation (including service cancellation) and synchronous/asynchronous
      read/write of datastream (#216).
      
      TODO: use ../../simulator/morse/Makefile.common
      e082d219
  10. Feb 27, 2013
  11. Feb 26, 2013
  12. Feb 25, 2013
    • Arnaud Degroote's avatar
      [wip/MPC_planner-genom] Add a patch to appease openprs · 1505c449
      Arnaud Degroote authored
      OpenPRS does not support char[] in the signature of activities, so
      replace them by a structure encapsulating this char[].
      Must fix the bulk build
      1505c449
    • Félix Ingrand's avatar
      [wip/genom3-openprs] Release version 1.0.2 · 20adcea1
      Félix Ingrand authored
      - Proper template for the latest version of transgen3
      - Some changes to make sure that some function names will not conflict with original GenoM.
      - Fix a bug in dynamic string management.
      - Rename the MAKE-NEW-<"$COMP">... OP used to create a module with a non default name.
      - Fix some ugly uppercase names.
      - Bug in the way we computed the number of arguments in PUGetOprsVarArgG3Parameters.
      - Prefix the goal name with the module name to avoid name collision when multiple modules are loaded.
      - Added some code to optimize and cache symbol and PFR hashtable lookup.
      - Bump version to 1.0.2 before robotpkg release.
      20adcea1
    • Félix Ingrand's avatar
      [wip/transgen3] Release 1.0b2 · 71c559c0
      Félix Ingrand authored
      - Modifications to make genom2 and genom3 modules work in the same kernel.
      - the java interface is now optional (not activated by default).
      71c559c0
  13. Jan 29, 2013
    • Raphaël Lallement's avatar
      [planning/hatpconsole] Add missing dependency · 54e408f0
      Raphaël Lallement authored
      hatpconsole was missing libgvc that can be found in graphviz.
      Modify the Makefile to add the dependency, and add the file to
      find the libgvc (from graphviz). If a project needs libgvc it
      should use the file mk/sysdep/libgraphviz.mk instead of the
      mk/sysdep/graphviz.mk in order to get the libraries.
      As this was a minor change, update the PKGREVISION.
      54e408f0
Loading