Skip to content
Snippets Groups Projects
  1. Mar 14, 2013
  2. Feb 19, 2013
  3. Jan 01, 2013
  4. Dec 13, 2012
  5. Oct 09, 2012
  6. Sep 01, 2012
  7. Mar 30, 2012
  8. Mar 28, 2012
  9. Mar 16, 2012
  10. Feb 04, 2012
  11. Feb 02, 2012
  12. Feb 01, 2012
  13. Jan 27, 2012
  14. Jan 25, 2012
  15. Jan 21, 2012
  16. Jan 06, 2012
  17. Nov 11, 2011
  18. Nov 07, 2011
  19. Nov 05, 2011
  20. Nov 04, 2011
  21. Oct 02, 2011
  22. Oct 01, 2011
  23. Mar 26, 2011
  24. Mar 27, 2010
  25. Feb 10, 2010
  26. Nov 01, 2009
  27. Oct 28, 2009
  28. Oct 05, 2009
  29. Sep 13, 2009
  30. Sep 06, 2009
  31. Sep 02, 2009
  32. 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
  33. Feb 01, 2009
  34. Jan 08, 2009
    • Christophe Geuzaine's avatar
      ./configure now creates Common/GmshConfig.h, which contains all the · e6055ddb
      Christophe Geuzaine authored
      HAVE_XXX defines.
      
      This fixes three longstanding problems:
      
      - the API was hard to use because some headers had HAVE_XXX ifdefs, so
        that cient codes had to know how the lib was compiled to compile
        themselves
      
      - we had to do make clean after each ./configure, which erased too
        much (e.g. most of contrib)
      
      - make depend could include unwanted stuff since it redefined FLAGS
      e6055ddb
Loading