History log of /barrelfish-master/usr/eclipseclp/Kernel/src/config.h
Revision Date Author Comments
# dde2ba50 19-Jun-2017 Adam Turowski <adam.turowski@inf.ethz.ch>

libc: removing newlib, adding BSD libc
posixcompat: moving gettimeofday to libc
harness: adding a simple math test
lwip, lwip2: moving includes to /include, compiling with BSD headers

Signed-off-by: Adam Turowski <adam.turowski@inf.ethz.ch>


# b3dffb97 05-May-2017 Moritz Hoffmann <moritz.hoffmann@inf.ethz.ch>

lib/gmp: Remove from tree

Eclipse has an optional dependency on gmp to provide its `big` data
type. However, none of Barerlfish's Eclipse programs make use of that
type. This patch removes support of gmp from the source tree as it is
hard to maintain and not used by any other program or library.

Signed-off-by: Moritz Hoffmann <moritz.hoffmann@inf.ethz.ch>


# 6e2e0bdb 18-Jul-2016 Moritz Hoffmann <moritz.hoffmann@hpe.com>

eclipseclp: Implement basic rounding control for aarch64.

Signed-off-by: Moritz Hoffmann <moritz.hoffmann@hpe.com>


# 1f567e15 25-Feb-2016 Moritz Hoffmann <moritz.hoffmann@inf.ethz.ch>

eclipseclp: Extract SIZEOF_* definitions into header file.

Eclipseclp requires to know the size of various types at compile time. Normally,
the configure target takes care of creating the correct entries in various
config.h files. As we do not run configure on Barrelfish, we have to define
them manually.

Signed-off-by: Moritz Hoffmann <moritz.hoffmann@inf.ethz.ch>


# b6492d11 24-Feb-2016 Moritz Hoffmann <moritz.hoffmann@inf.ethz.ch>

eclipseclp: Link against gmp.

Requires a quirk to add the gmp directory to the include path.

Signed-off-by: Moritz Hoffmann <moritz.hoffmann@inf.ethz.ch>


# 828c3683 23-Feb-2016 Moritz Hoffmann <moritz.hoffmann@inf.ethz.ch>

eclipseclp: update config.h

Signed-off-by: Moritz Hoffmann <moritz.hoffmann@inf.ethz.ch>


# c3e40996 10-Feb-2016 Moritz Hoffmann <moritz.hoffmann@inf.ethz.ch>

eclipseclp/Kernel: start with default config.h

Signed-off-by: Moritz Hoffmann <moritz.hoffmann@inf.ethz.ch>