summaryrefslogtreecommitdiff
path: root/src/logging.c
Commit message (Collapse)AuthorAgeFilesLines
* mpc.h, mpc-impl.h, logging.c: correctly determine that logging.c belongsenge2011-12-201-0/+3
| | | | | | | | to the library although it does not include mpc-impl.h see http://lists.gforge.inria.fr/pipermail/mpc-discuss/2011-December/001027.html git-svn-id: svn://scm.gforge.inria.fr/svn/mpc/trunk@1117 211d60ee-9f03-0410-a15a-8952a2c7a4e4
* license change:enge2011-08-291-12/+11
| | | | | | | | | | | | LGPLv3+ for code FDLv1.3+ for mpc.texi simple disclaimer for supporting files (README, NEWS, INSTALL) tests/memory.c: replaced by version from mpfr-3.0.1 mpfr.texi: small cleanups; added real authors again, while keeping copyright notice with INRIA git-svn-id: svn://scm.gforge.inria.fr/svn/mpc/trunk@1027 211d60ee-9f03-0410-a15a-8952a2c7a4e4
* Makefile.vc: update by Mickaƫl Gastineauenge2011-01-301-0/+2
| | | | | | | logging.c: check for dlfcn.h before inclusion, needed on windows git-svn-id: svn://scm.gforge.inria.fr/svn/mpc/trunk@901 211d60ee-9f03-0410-a15a-8952a2c7a4e4
* changed copyright lines in src to "Copyright (C) INRIA, year1, year2, ..."zimmerma2011-01-251-1/+1
| | | | git-svn-id: svn://scm.gforge.inria.fr/svn/mpc/trunk@890 211d60ee-9f03-0410-a15a-8952a2c7a4e4
* added logging for functions of type cc_cenge2011-01-251-14/+54
| | | | | | | added documentation for logging git-svn-id: svn://scm.gforge.inria.fr/svn/mpc/trunk@888 211d60ee-9f03-0410-a15a-8952a2c7a4e4
* added mpc-log.h to distributionenge2011-01-141-1/+0
| | | | git-svn-id: svn://scm.gforge.inria.fr/svn/mpc/trunk@876 211d60ee-9f03-0410-a15a-8952a2c7a4e4
* added logging facility for functions of type c_c (one output, one input)enge2011-01-141-0/+104
and c_cc (one output, two inputs) Usage: ./configure --enable-logging; make install include mpc-log.h instead of mpc-h git-svn-id: svn://scm.gforge.inria.fr/svn/mpc/trunk@873 211d60ee-9f03-0410-a15a-8952a2c7a4e4