Skip to content
Snippets Groups Projects
  1. Dec 07, 2011
  2. Nov 03, 2011
  3. Sep 08, 2011
  4. Jun 13, 2011
  5. May 24, 2011
  6. May 15, 2011
  7. Mar 26, 2011
  8. Jan 19, 2011
  9. Dec 05, 2010
  10. Nov 08, 2010
  11. Oct 02, 2010
  12. Sep 06, 2010
  13. Aug 26, 2010
  14. Jul 26, 2010
  15. Jun 21, 2010
  16. Jun 01, 2010
  17. May 01, 2010
  18. Mar 20, 2010
  19. Mar 08, 2010
  20. Mar 05, 2010
  21. Mar 04, 2010
  22. Feb 28, 2010
  23. Feb 10, 2010
  24. Jan 20, 2010
  25. Jan 15, 2010
  26. Jan 14, 2010
  27. Jan 06, 2010
  28. Dec 16, 2009
  29. Nov 13, 2009
  30. Nov 04, 2009
    • Bruno Seny's avatar
      - make Solver module optional · 236135e5
      Bruno Seny authored
      - invert #define logic (HAVE_MESH, HAVE_POST, HAVE_SOLVER, ... instead of HAVE_NO_MESH,
        HAVE_NO_POST, HAVE_NO_SOLVER)
      236135e5
  31. Nov 02, 2009
  32. Oct 12, 2009
  33. Sep 28, 2009
  34. Sep 17, 2009
  35. Aug 30, 2009
    • Christophe Geuzaine's avatar
      *** empty log message *** · 110d9e06
      Christophe Geuzaine authored
      110d9e06
    • 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
  36. Aug 21, 2009
    • Christophe Geuzaine's avatar
      · ebefbf67
      Christophe Geuzaine authored
      GModel::readGEO must be a static member function, since the parser can
      now create multiple models!
      ebefbf67
    • Christophe Geuzaine's avatar
      · b4617114
      Christophe Geuzaine authored
      more work on levelsets & co
      b4617114
  37. Aug 14, 2009
    • Christophe Geuzaine's avatar
      - replaced old Makefiles/configure system with CMake · 4d6f33e4
      Christophe Geuzaine authored
      - moved GUI to FlGui + added experimental QGui to test Qt
      
      - fixed most MSVC and gcc compiler warnings
      
      - converted some remaining tabs to whitespace (that's why the patch is
        so large; please try to remember to indent with 2 spaces and not
        tabs when you commit stuff to CVS)
      
      - merged modified patch from Konstantinos Poulios to allow saving
        physical/partition as element tags in mesh formats that don't
        support them natively
      4d6f33e4
Loading