Skip to content
Snippets Groups Projects
  1. Sep 19, 2012
  2. Jun 11, 2012
  3. May 07, 2012
  4. Apr 13, 2012
  5. Feb 17, 2012
  6. Feb 04, 2012
  7. Feb 03, 2012
  8. Jan 31, 2012
  9. Jan 27, 2012
  10. Jan 26, 2012
  11. Jan 18, 2012
  12. Jan 17, 2012
    • Christophe Geuzaine's avatar
      · 72df80a4
      Christophe Geuzaine authored
      First pass at cleaning up lists in the .geo parser: 
      
      - we now keep track of the variable type ("list of floats" or "single float")
      - the brackets [] after the variable id are now optional (aa={1,2} == aa[]={1,2}) when creating a new list
      - the old syntax is kept to enable forcing the type to "list of floats" when creating a single-entry list
      - on single floats, += performs the usual arithmetic operation; on lists, += appends to the list (idem for -=)
      
      WARNING! this is a possibly dangerous commit: please test your .geo files and your scripts and signal any weird behaviour
      
      72df80a4
  13. Dec 13, 2011
  14. Nov 03, 2011
  15. Oct 20, 2011
  16. Oct 16, 2011
  17. Sep 26, 2011
  18. Sep 23, 2011
  19. Sep 13, 2011
  20. Aug 04, 2011
  21. Aug 03, 2011
  22. Jun 14, 2011
  23. May 02, 2011
  24. Apr 30, 2011
  25. May 14, 2010
  26. May 05, 2010
  27. Apr 28, 2010
  28. Apr 23, 2010
  29. Mar 20, 2010
  30. Mar 07, 2010
  31. Feb 28, 2010
  32. Feb 16, 2010
  33. Oct 12, 2009
  34. Oct 06, 2009
    • Matti Pellika's avatar
      · 1b552b63
      Matti Pellika authored
      Added parser interface for homology computation (finally).
      A tutorial will follow.
      1b552b63
  35. Sep 21, 2009
  36. Aug 30, 2009
    • Christophe Geuzaine's avatar
      · 9d3a0f24
      Christophe Geuzaine authored
      Encapsulate toolkit-dependent global drawing functions in new
      drawContextGlobal class, and add a static drawContextGlobal to
      drawContext, with a default version that does nothing.
      
      This allows to have a completely virtualized drawing system: we can
      now ship a library with a fully working graphic system, indepedent of
      the widget toolkit. A client code just needs to subclass
      drawContextGlobal to get working graphics (see
      e.g. api_demos/mainAntTweakBar.cpp)
      9d3a0f24
  37. Aug 25, 2009
  38. Aug 21, 2009
Loading