Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
457 changes: 457 additions & 0 deletions LICENSE.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ dnl AC_CONFIG_SRCDIR(src/FreeFem++-CoCoa)
# ALH - 10/9/13 - FFCS needs to skip this automake version requirement when compiling on older platforms (eg cygwin or
# last Ubuntu LTS). So we fix a low hardcoded requirement and test for higher versions when not in FFCS.

AM_INIT_AUTOMAKE(1.11 dist-zip)
AM_INIT_AUTOMAKE(1.11 dist-zip foreign)

if test "$enable_ffcs" != yes
then
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions Doxyfile → etc/doxygen/Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -678,7 +678,7 @@ WARN_LOGFILE =
# directories like "/usr/src/myproject". Separate the files or directories
# with spaces.

INPUT = mainpage.dox \
INPUT = etc/doxygen/mainpage.dox \
src \
examples++-tutorial \
src/lglib/lg.ypp
Expand Down Expand Up @@ -901,7 +901,7 @@ GENERATE_HTML = YES
# If a relative path is entered the value of OUTPUT_DIRECTORY will be
# put in front of it. If left blank `html' will be used as the default path.

HTML_OUTPUT = html
HTML_OUTPUT = etc/Doxygen/html

# The HTML_FILE_EXTENSION tag can be used to specify the file extension for
# each generated HTML page (for example: .htm,.php,.asp). If it is left blank
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Empty file added examples/TODO
Empty file.
Empty file added lib/TODO
Empty file.
Empty file added plugins/TODO
Empty file.
18 changes: 0 additions & 18 deletions src/Carbon.r

This file was deleted.

16 changes: 0 additions & 16 deletions src/glx/Makefile.am

This file was deleted.

2 changes: 0 additions & 2 deletions src/iml/Makefile.am

This file was deleted.

80 changes: 0 additions & 80 deletions src/iml/bicg.h

This file was deleted.

86 changes: 0 additions & 86 deletions src/iml/bicgstab.h

This file was deleted.

72 changes: 0 additions & 72 deletions src/iml/cg.h

This file was deleted.

77 changes: 0 additions & 77 deletions src/iml/cgs.h

This file was deleted.

Loading