Sam Hocevar
2f1ca4a550
Refactor a few things in the makefiles.
This fixes the path to source files in some unit tests and allows
to get rid of a few duplicate lines.
преди 8 години
Sam Hocevar
6ad85219e0
build: no longer create symlinks for old libcucul stuff; it's really
gone for good.
преди 12 години
Sam Hocevar
859804d7af
build: fix "make dist", which was broken because of the vcproj -> vcxproj
migration.
преди 12 години
Sam Hocevar
107ff4b815
Large source code cleanup, getting rid of spaces, tabs, and svn keywords.
преди 15 години
Sam Hocevar
0f7722b05a
Fix the libcucul symlink installation when /bin/sh points to bash or any
shell that doesn't look for sourced files in $PWD.
преди 15 години
Sam Hocevar
bf3d41309c
Update source checking test and remove CRLF crap from makefiles.
преди 15 години
Sam Hocevar
55d5e56691
Create a libcucul.la symlink for distributions such as Gentoo which may
rely on .la files for library dependencies.
преди 16 години
Sam Hocevar
d8db634083
Do not attempt to create libcaca++ symlinks if C++ support was disabled.
преди 16 години
Sam Hocevar
f3c3eac054
Reorganise MSVC files so that each project is with its source code.
преди 16 години
Sam Hocevar
ebabc96cea
Fix for the libcucul symlinks installation, courtesy of Ben Wiley Sittler.
преди 16 години
Sam Hocevar
9424863c81
Support for platforms where shared libraries are not called *.so.
преди 16 години
Sam Hocevar
02e29b8cdc
End of the libcucul merge: add symbolic links where appropriate.
преди 16 години
Sam Hocevar
00961e6088
caca, cxx: install symlinks for backwards compatibility with libcucul.
преди 16 години
Sam Hocevar
fe732d0c04
Continuing the libcucul-libcaca merge.
преди 16 години
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.
преди 16 години
Sam Hocevar
211d0707f9
* Only install the C++ .pc files if C++ support was activated.
преди 16 години
Sam Hocevar
1e40acee37
* Install cucul++.pc and caca++.pc in the pkg-config directory.
преди 16 години
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.
преди 16 години
Sam Hocevar
cc34dea271
* Use libtool’s -version-number instead of -version-info and its insane
major/minor computation scheme.
преди 17 години
Sam Hocevar
94c42350dd
* Link libcaca++ with libcucul++, not only the C versions.
преди 17 години
Sam Hocevar
91645bfa68
* Do not link binaries with @CACA_LIBS@, it's useless.
преди 18 години
Jean-Yves Lamoureux
6d2462ba6b
* Updated C++ bindings to support every single cucul/caca functionnality. Renamed cpptest to cxxtext for consistency.
--This line, and those below, will be ignored--
M cxx/cucul++.cpp
A cxx/cxxtest.cpp
M cxx/cucul++.h
M cxx/Makefile.am
преди 18 години
Sam Hocevar
aca46d3f39
* Added -I${top_srcdir} to the compilation flags to fix builds configured
from an alternate directory (they failed to find common.h).
преди 18 години
Jean-Yves Lamoureux
bce66aa628
* Updated C++ bindings and renamed directory to more comprehensive cxx
преди 18 години
Sam Hocevar
747dfe797f
* Fixed --enable-cpp to actually do something. Also, disabled it by
default for the release, because it's not up to date and needs a lot
of polishing.
преди 18 години
Sam Hocevar
7bd6e8a406
* Set library names to lib*.so.0.10.0.
преди 18 години
Sam Hocevar
484411422a
* Workaround for broken C++ linking with old libtool versions.
преди 18 години
Sam Hocevar
4eae25310b
* Fixed C++ bindings makefile so that it does not try to use the system's
<cucul.h> and <caca.h> headers.
преди 18 години
Sam Hocevar
4c9b4a5238
* Fixed autotools stuff in the cpp bindings.
преди 18 години
Jean-Yves Lamoureux
3b166c5603
* Added preliminary C++ bindings
преди 18 години