Skip to content
Snippets Groups Projects
  1. Dec 30, 2004
    • Christophe Geuzaine's avatar
      · c4be3d68
      Christophe Geuzaine authored
      bulletproof parse_string and skip_until so that we don't crash and simply
      report the error + use Msg instead of YY_FATAL_ERROR in YY_INPUT
      c4be3d68
    • Christophe Geuzaine's avatar
      *** empty log message *** · 46ccbc79
      Christophe Geuzaine authored
      46ccbc79
    • Christophe Geuzaine's avatar
      · 3611177c
      Christophe Geuzaine authored
      Fixed all (well, most) string memory leaks in the parser. I've run
      automated tests on all the demos and benchmarks, and I did not see
      anything suspicious (no crashes, double frees, etc.)
      
      ******************************************************************
      ******************************************************************
      *********** Pretty please, please give this version **************
      *********** a try, especially on files with lots of **************
      *********** loops, includes, arrays of variables,   **************
      *********** etc., and report any problems. Thanks!  **************
      ******************************************************************
      ******************************************************************
      3611177c
    • Christophe Geuzaine's avatar
      · eda15201
      Christophe Geuzaine authored
      For/EndFor loop corrections  exposed small bug here :-)
      eda15201
    • Christophe Geuzaine's avatar
      · 9d07fbc5
      Christophe Geuzaine authored
      Don't optimize Gmsh.tab.o: on many architectures, g++ -O2 generates
      assembly code too large to be addressed correctly. This will hopefully
      fix the build problems reported on ppc.
      9d07fbc5
    • Christophe Geuzaine's avatar
      · 8377e742
      Christophe Geuzaine authored
      don't need UpdateViewsInGUI in parser anymore
      8377e742
    • Christophe Geuzaine's avatar
      · dfe36c8a
      Christophe Geuzaine authored
      better test for invalid For/EndFor loops
      dfe36c8a
    • Christophe Geuzaine's avatar
      *** empty log message *** · 64a959e5
      Christophe Geuzaine authored
      64a959e5
    • Christophe Geuzaine's avatar
      · 5aeb5576
      Christophe Geuzaine authored
      Don't update the views in the GUI directly after each view is created.
      Instead, wait until the whole file is read. This speeds up the creation
      of the interface dramatically when we have a large number of views in
      a single file. (In my code I routinely merge around 1000 views
      in a single file to do animations; with this patch, the GUI creation
      time goes from 30 seconds to less than 1 second.)
      5aeb5576
  2. Dec 29, 2004
  3. Dec 28, 2004
    • Christophe Geuzaine's avatar
      · c0c548f2
      Christophe Geuzaine authored
      by convention, for 2d strings, assume that a coord value > 99999 means the
      center of the window
      c0c548f2
    • Christophe Geuzaine's avatar
      · f5243d07
      Christophe Geuzaine authored
      removed unused extern
      f5243d07
    • Christophe Geuzaine's avatar
      · e4420789
      Christophe Geuzaine authored
      add title
      e4420789
    • Christophe Geuzaine's avatar
      · 141fe771
      Christophe Geuzaine authored
      update docs
      141fe771
    • Christophe Geuzaine's avatar
      · 6f8c291e
      Christophe Geuzaine authored
      - cleaned up + generalized font selection
      - generalized Plugin(Annotate) to allow font style selection for
        each text fragment
      - fixed bug in per-view color selection
      6f8c291e
    • Christophe Geuzaine's avatar
      · 632e7e5c
      Christophe Geuzaine authored
      don't require gl2ps
      632e7e5c
    • Christophe Geuzaine's avatar
      · d2bafc69
      Christophe Geuzaine authored
      missing line_width/point_size calls
      d2bafc69
    • Christophe Geuzaine's avatar
      · 31a19730
      Christophe Geuzaine authored
      cut & paste buglet
      31a19730
    • Christophe Geuzaine's avatar
      · 414ef9c1
      Christophe Geuzaine authored
      add missing combine_strings in combine_space (still need to implement
      the string combination in combine_time)
      414ef9c1
    • Christophe Geuzaine's avatar
      · a4d7c313
      Christophe Geuzaine authored
      clarify help
      a4d7c313
    • Christophe Geuzaine's avatar
      · f7b1d491
      Christophe Geuzaine authored
      forgot to recompute the bbox
      f7b1d491
  4. Dec 27, 2004
Loading