Skip to content
Snippets Groups Projects
  1. Apr 09, 2013
  2. Apr 03, 2013
    • Arnaud Degroote's avatar
      [wip/assimp] Upgrade to 3.0.1270 · 4895cb13
      Arnaud Degroote authored
      Changes since 2.0:
      
      FEATURES:
      	- new export interface similar to the import API.
      	- Supported export formats: Collada, OBJ, PLY and STL
      	- added new import formats: XGL/ZGL, M3 (experimental)
      	- new postprocessing steps: Debone
      	- vastly improved IFC (Industry Foundation Classes) support
      	- introduced API to query importer meta information (such as
      	  supported versions, full name, maintainer info).
      	- reworked Ogre XML import
      	- C-API now supports per-import properties
      
      FIXES/HOUSEKEEPING:
      
      	- hundreds of bugfixes in all parts of the library
      	- unified naming and cleanup of public headers
      	- improved CMake build system
      	- templatized math library
      	- reduce dependency on boost.thread, only remaining spot
      	is synchronization for the C logging API
      
      API COMPATIBILITY:
      	- renamed headers, export interface, C API properties and meta data
      	  prevent compatibility with code written for 2.0, but in most cases
      	  these can be easily resolved
      	- Note: 3.0 is not binary compatible with 2.0
      4895cb13
  3. Apr 02, 2013
  4. Mar 26, 2013
  5. Mar 21, 2013
  6. Mar 19, 2013
  7. Mar 14, 2013
  8. Mar 13, 2013
  9. Mar 12, 2013
  10. Mar 08, 2013
  11. 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
  12. Feb 27, 2013
  13. Feb 26, 2013
  14. Feb 25, 2013
Loading