Ben Wiley Sittler
2c01239132
allow CC, CXX and MACOSX_SDK_FRAMEWORKS to be overridden using exported environment variables at configure-time
pirms 16 gadiem
Ben Wiley Sittler
6620112a64
add support for Mac OS X 10.4 (i386) and Mac OS X 10.5 (x86_64)
pirms 16 gadiem
Ben Wiley Sittler
f7cc71e639
allow SDK to be overridden by environment variables (Mac OS X)
pirms 16 gadiem
Sam Hocevar
3f51cf2958
Clean up configure.ac.
pirms 16 gadiem
Jean-Yves Lamoureux
78db67d774
* Made compilation work only under Mac OS X 10.5 (Leopard) as it is the only test plateform available to me, waiting for something more clever
pirms 16 gadiem
Sam Hocevar
07ecf434cb
Bump soname versioning.
pirms 16 gadiem
Sam Hocevar
d1dffc746e
Set version to 0.99.beta15.
Updated NEWS and ChangeLog.
pirms 16 gadiem
Sam Hocevar
a5b9be2d55
Rename csharp/ into caca-sharp/.
pirms 16 gadiem
Sam Hocevar
e8f04805fd
Renamed msvc into win32.
pirms 16 gadiem
Sam Hocevar
ce89e84412
Fix the library suffix detection.
pirms 16 gadiem
Sam Hocevar
ed08c2d1ff
Detect shared library suffix at configure stage.
pirms 16 gadiem
Sam Hocevar
7e9483fdc8
Fix detection of floating point assembly instructions. They were
incorrectly detcted as present because gcc was optimising them away.
pirms 16 gadiem
Sam Hocevar
16c3765dd7
configure.ac: use more modern autoconf syntax.
pirms 16 gadiem
Sam Hocevar
8878714321
Set version to 0.99.beta14.
Updated NEWS and ChangeLog.
pirms 16 gadiem
Sam Hocevar
f61816ceb7
Starting refactoring to get rid of libcucul. The initial reason for the
split is rendered moot by the plugin system: when enabled, binaries do
not link directly with libX11 or libGL. I hope this is a step towards
more consisteny and clarity.
pirms 16 gadiem
Sam Hocevar
087605fc9e
* Fix bad AM_CONDITIONAL location: it must be in the default code path.
pirms 16 gadiem
Sam Hocevar
c71cbdb507
* Make the asm checks for fsin/fcos and fldln2/fxch/fyl2x more robust by
forcing the tested code to use register contraints.
pirms 16 gadiem
Sam Hocevar
4393a7079b
* Set version to 0.99.beta14.
* Updateed NEWS and ChangeLog.
pirms 16 gadiem
Sam Hocevar
9752e826d8
* Check for FTGL in the configure step, because we will use it later.
* Better CFLAGS and LDFLAGS propagation to the Makefiles.
pirms 16 gadiem
Sam Hocevar
91103fbd97
* Generate the C++ .pc files at configure time.
pirms 16 gadiem
Sam Hocevar
c4119c7d43
* Updated version number to 0.99.beta15, so that we can build TOIlet.
pirms 16 gadiem
Sam Hocevar
a278364a00
* Put autotools files in a hidden ".auto" directory instead of "autotools".
pirms 16 gadiem
Sam Hocevar
ef211b4700
* Make Win32 a special case in cucul_types.h.in: it has intptr_t but none
of the other required types.
pirms 16 gadiem
Sam Hocevar
bb771dcc5c
* Cosmetic fix for ./configure output when a pkg-module is not found.
pirms 16 gadiem
Sam Hocevar
86d03eb137
* Use CppUnit for C and C++ unit tests. Sorry, Jylam.
pirms 16 gadiem
Sam Hocevar
99b5396e8e
* Remove #include <stdint.h> etc. from "common.h". Instead, make sure that
<cucul.h> will provide the C99 types, even if libcaca has been installed.
* Rename what's left of "common.h" to "stubs.h".
* Remove all references to erroneous <inttypes.h> from source files.
pirms 16 gadiem
Jean-Yves Lamoureux
1eae38f2dc
* Removed by-default stack protector from recent gcc's while compiling kernel.
pirms 16 gadiem
Sam Hocevar
9a4e9b55a8
* -Wshadow was actually put back in configure.ac; removing comment about it.
pirms 16 gadiem
Sam Hocevar
e4fae06a5e
* Don't use mygetopt.c in img2txt if the system has getopt_long.
* Fix invalid pointer/int cast (Closes #39 ).
pirms 16 gadiem
Sam Hocevar
e895e01ee6
* Disable file operations in kernel mode.
* Implement strchr() in kernel.c.
* Check for snprintf() at configure time.
pirms 17 gadiem
Sam Hocevar
fd9749db59
* Import io.c from TOIlet directly into libcucul. Can you see where this
is going?
pirms 17 gadiem
Sam Hocevar
2c9232d71a
* Bump version to 0.99.beta14.
pirms 17 gadiem
Sam Hocevar
ca559d93d8
* Created a tests/ directory for regression tests. Run with "make check".
* Added a first, simple test program.
pirms 17 gadiem
Sam Hocevar
10bf9f48a7
* Rename "test" to "examples". The former will become a real testsuite.
* Autodetect zzuf in the configure step. It might become handy.
pirms 17 gadiem
Sam Hocevar
1ab0d190f6
* Set version to 0.99.beta13.
* Updated NEWS and ChangeLog.
pirms 17 gadiem
Sam Hocevar
6c093b6217
* Generate CLI .config files at configure time so that we can embed the
library version and not rely on .so being present.
pirms 17 gadiem
Sam Hocevar
cc34dea271
* Use libtool’s -version-number instead of -version-info and its insane
major/minor computation scheme.
pirms 17 gadiem
Sam Hocevar
2681508288
* Install CLI bindings to $(libdir)/cucul-sharp and $(libdir)/caca-sharp.
pirms 17 gadiem
Sam Hocevar
dfb3140b8e
* Some cleanup in the Ruby bindings Makefile.am.
pirms 17 gadiem
Sam Hocevar
d2a22013f5
* Added Eriol’s snake.py example, even if it doesn’t use our (out of date)
bindings.
* Distribute the python/ subdirectory using automake.
pirms 17 gadiem
Sam Hocevar
2a7d8610ff
* Check whether CXX can include <iostream> before compiling the C++ bindings.
pirms 17 gadiem
Sam Hocevar
5791b183c5
* Renamed DotNet/ to csharp/ because I hate mixed case.
pirms 17 gadiem
Pascal Terjan
4a7c10f7b3
* Install lib/caca.rb
pirms 17 gadiem
Pascal Terjan
cd8c7c2c26
* Use autotools for Ruby bindings (2nd part)
pirms 17 gadiem
Sam Hocevar
67a677fa9e
* Autotoolified the .NET bindings. Use --enable-dotnet.
pirms 17 gadiem
Sam Hocevar
abea28ca4f
* Build Ruby and C++ bindings by default.
pirms 17 gadiem
Sam Hocevar
1714312f07
* Autotoolified the Ruby bindings. Use --enable-ruby.
pirms 17 gadiem
Sam Hocevar
acca03e820
* Use kpsewhich to find a4.sty and a4wide.sty, as suggested by
Alexis Ballier.
pirms 17 gadiem
Sam Hocevar
c31150d3e0
* Don’t manage autotools/ with SVN.
pirms 17 gadiem
Sam Hocevar
dff5905a85
* When present, include <termios.h> and <unistd.h> to allow the ncurses
driver to build on Solaris. Fix courtesy of Rado S.
pirms 17 gadiem