1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119
|
2001-10-28 Christophe Prud'homme <prudhomm@mit.edu>
* INSTALL: remove old INSTALL, write a new one
* README: remove old README, write a new one
* configure.in: bump up to 3.5.5
* admin/autogen.sh: added
* admin/Makefile.am (EXTRA_DIST): added autogen.sh
2001-10-27 Christophe Prud'homme <prudhomm@mit.edu>
* freefem/fem/femDisk.cpp (fem::loadfct): C --> C++ and iostream
(fem::savefct): C --> C++ and iostream
2001-10-25 Christophe Prud'homme <prudhomm@mit.edu>
* freefem/fem/femDisk.cpp (readpoints): C --> C++ and iostream
2001-10-24 Christophe Prud'homme <prudhomm@mit.edu>
* debian/rules (DEB_HOST_GNU_TYPE?): added host from autotool readme
(DEB_BUILD_GNU_TYPE?): added gnu type from autotool readme
* freefem/fem/femParser.cpp (showtreeaux): namespace issue
(showident): namespace issue
(libere): namespace issue
(showtreeaux): namespace issue
* freefem/fem/femDisk.cpp (fem): ported to gcc v3.0, corrected
namespace issues
2001-10-20 Christophe Prud'homme <prudhomm@mit.edu>
* freefem-api/freefem.css (DIV.ah): changed color to white
2001-10-17 Christophe Prud'homme <prudhomm@mit.edu>
* freefem/fem/femGraphicX11.cpp: added #include <cstring> for ia64
* freefem/fem/femIdentifier.cpp: added #include <cstring> for ia64
* freefem/fem/femLexical.cpp: added #include <cstring> for ia64
2001-10-08 Christophe Prud'homme <prudhomm@mit.edu>
* freefem/fem/Makefile.am (lib_LTLIBRARIES): it is libfreefem.la now
* freefem/Makefile.am (freefem_LDADD): use libfreefem.la
(man_MANS): added dummy manual page
* Makefile.am (AUTOMAKE_OPTIONS): added
($(ACLOCAL_M4)): removed acinclude.m4 dependency and removed acinclude.m4
(DATA_SUBDIRS): added freefem-api
(EXTRA_DIST): added doxygen conf file
* configure.in: major cleanup and modification for new
automake/autoconf/libtool autotools
2001-01-29 Christophe Prud'homme <prudhomm@mit.edu>
* lib/fem/femParser.cpp (femParser): added fix from Rudolf Leitgeb <leitgeb@crosswinds.net>
2000-06-13 Christophe Prud'homme <prudhomm@mit.edu>
* configure.in: added debian directory
Sat Sep 20 12:30:57 1997 Christophe Prud'homme <christophe.prudhomme@asci.fr>
* contrib/Sadaka/Makefile.am (bin_PROGRAMS): renamed autogen to kfemautogen
* src/syntaxic.cxx: fixed bug in modulo
Wed Sep 10 02:04:53 1997 Christophe Prud'homme <christophe.prudhomme@asci.fr>
* src/GFem.h (class GFem): added class to encapsulate lots of
graphics stuff used by freefem + parser/solver/mesher stuff
* src/xrgraph.cxx (run_gfem): added run_gfem. will be called by
kde interface when freem is a library. Almost everything here is
wrapped in the class GFem
Tue Sep 9 23:34:30 1997 Christophe Prud'homme <christophe.prudhomme@asci.fr>
* configure.in: updated for automake 1.2 and removed doc/freefem directory
* doc/Makefile.am: removed SUBDIRS entry
Sat Feb 8 16:39:24 1997 Christophe Prud'homme <prudhomm@dune>
* contrib/Emacs/gfem.el: added Emacs lisp mode for gfem
syntax highlighting
indentation
derived from c-mode
* Corrected minor bugs
Tue Feb 4 20:27:30 1997 Christophe Prud'homme <prudhomm@dune>
* Changed float format when saving or loading solutions now it
"%g". this caused a bug when restarting from previous solutions
because they were truncated.
Mon Feb 3 23:28:13 1997 Christophe Prud'homme <prudhomm@dune>
* Finalized support for domain decomposition in the code and in
the documentation. Warning FreeFEM does not do domain
decomposition: the problem is to generate a mesh for domain
decomposition.
* Fixed bugs in adaptation library: particularly the problem with
different references on the boundary. Thanks to Manollo.
* Added support for operations on complex numbers: cos, sin and power
* Added ChangeLog file
|