Sam Hocevar
b2e484ffe0
build: fix Win32 build and allow to build Win64 binaries from Linux, and
ship the static library and includes too.
12 years ago
Alex Foulon
4e9a9b891d
Add check-source rule for python files.
13 years ago
Sam Hocevar
8c4ac14327
Make the check-source test more generic.
15 years ago
Sam Hocevar
107ff4b815
Large source code cleanup, getting rid of spaces, tabs, and svn keywords.
15 years ago
Sam Hocevar
8ae84fad4e
Improve changelog generation.
15 years ago
Sam Hocevar
5093140a85
Generate a better changelog.
15 years ago
Sam Hocevar
2a4cccbf34
Clean up .gitignore and documentation build rules.
15 years ago
Sam Hocevar
72789694c2
Java bindings, courtesy of Adrien Grand <jpountz@dinauz.org>.
15 years ago
Sam Hocevar
16b6d87d20
Rename tests/ to test/.
15 years ago
Sam Hocevar
e304d5a314
Add a sanity check for coding style errors.
15 years ago
Sam Hocevar
9d2e5ef6d0
Add a simple snake program using the <conio.h> interface.
15 years ago
Sam Hocevar
12d60187fa
Minor build system cosmetic changes.
16 years ago
Sam Hocevar
a5b9be2d55
Rename csharp/ into caca-sharp/.
16 years ago
Sam Hocevar
e8f04805fd
Renamed msvc into win32.
16 years ago
Sam Hocevar
aadfe70d8d
Move stubs.h to caca/caca_stubs.h since it's only used by the library.
16 years ago
Sam Hocevar
08aa3bac3f
Clean up the web server directories before copying the documentation there.
16 years ago
Sam Hocevar
c7487d700d
Change the website name to caca.zoy.org.
16 years ago
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 years ago
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 years ago
Sam Hocevar
ca559d93d8
* Created a tests/ directory for regression tests. Run with "make check".
* Added a first, simple test program.
17 years ago
Sam Hocevar
10bf9f48a7
* Rename "test" to "examples". The former will become a real testsuite.
* Autodetect zzuf in the configure step. It might become handy.
17 years ago
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.
17 years ago
Sam Hocevar
5791b183c5
* Renamed DotNet/ to csharp/ because I hate mixed case.
17 years ago
Sam Hocevar
2e7d0b6a02
* Split "upload" target into "upload-source" and "upload-doc".
17 years ago
Sam Hocevar
67a677fa9e
* Autotoolified the .NET bindings. Use --enable-dotnet.
17 years ago
Sam Hocevar
1714312f07
* Autotoolified the Ruby bindings. Use --enable-ruby.
17 years ago
Sam Hocevar
6986b8c64f
* Renamed fonts to *.data to make sure they are not mistaken for editable
files (like there is any chance).
17 years ago
Sam Hocevar
c31150d3e0
* Don’t manage autotools/ with SVN.
17 years ago
Sam Hocevar
17dc232724
* Add a "make fonts" rule to the makefile for easy updates.
17 years ago
Sam Hocevar
fba189ba48
* Added a "make upload" rule for releases.
18 years ago
Sam Hocevar
900b340c31
* Removed debian packaging stuff from the trunk. It'll now be at
svn://svn.debian.org/svn/sam-hocevar/pkg-misc
18 years ago
Jean-Yves Lamoureux
bce66aa628
* Updated C++ bindings and renamed directory to more comprehensive cxx
18 years ago
Sam Hocevar
370fb06990
* Added "common.h", a placeholder for simple features and functions missing
from some systems.
18 years ago
Sam Hocevar
eaed513209
* Updated Debian build rules.
18 years ago
Jean-Yves Lamoureux
3b166c5603
* Added preliminary C++ bindings
18 years ago
Sam Hocevar
6fb44a69f9
* Moved test/optipal.c to tools/optipal.c. The tools subdirectory will
contain development tools that are only useful to libcaca developers.
18 years ago
Sam Hocevar
15ac34a918
* Added glue code to compile libcaca without a libc and build applications
as multiboot kernels.
18 years ago
Sam Hocevar
73e689b2a3
* Fixed DOS driver.
* Added a build-dos script to cross-compile the DOS version using djgpp.
19 years ago
Sam Hocevar
201ad26639
* Moved stuff again.
19 years ago
Sam Hocevar
4f59010b4c
* Moved stuff around to differenciate between libcucul and libcaca.
19 years ago
Sam Hocevar
707f10de81
* Changed the licensing to WTFPL, as per all copyright holders' permission.
19 years ago
Sam Hocevar
6b05fe57be
* BUGS TODO:
+ Removed BUGS, updated TODO.
* debian/*:
+ Depend on libx11-dev instead of xlibs-dev.
+ New Debian upload.
20 years ago
Sam Hocevar
1257f58fbb
* configure.ac:
+ Check for sys/times.h and unistd.h.
+ Added calls to AC_C_CONST and AC_C_INLINE.
* src/time.c src/graphics.c:
+ Fixes for MSVC compilation warnings.
+ Additional sanity checks in the Win32 driver.
* src/caca.c:
+ Use raw()/noraw() in the curses driver instead of cbreak().
* msvc/libcaca.sln:
+ Added an MSVC solution.
* examples/aafire.c:
+ Slightly reduced the maximum cacafire framerate.
21 years ago
Sam Hocevar
337e22d1b7
* Fixed $Id in all Makefile.am files.
21 years ago
Sam Hocevar
7afbf42a0b
* build-win32:
+ Win32 cross-compilation script.
21 years ago
Sam Hocevar
db44056e86
* libcaca.spec:
+ RPM specfile, courtesy of Richard Zidlicky.
* THANKS:
+ Added a THANKS file for contributors.
21 years ago
Sam Hocevar
5e83efabc7
* Makefile.am:
+ Added a test directory for test programs.
* test/dithering.c:
+ The value/saturation dithering example.
21 years ago
Sam Hocevar
270e9f288c
* configure.ac NEWS:
+ Prepared release 0.4.
* src/graphics.c README BUGS TODO:
+ Updated documentation.
* Makefile.am doc/Makefile.am:
+ Install the generated doxygen documentation.
21 years ago
Sam Hocevar
760bdaf690
* configure.ac:
+ More sensible imlib2 detection, works with cross-compilation.
* Makefile.am:
+ Don't forget to include NOTES to the dist tarball.
21 years ago
Sam Hocevar
6258f70c6c
* AUTHORS NEWS:
+ Added these mandatory files.
* doc/:
+ Wrote a Doxygen configuration file.
+ Added a manpage for caca-config(1), borrowed from sdl-config.
* configure.ac:
+ Use new style AC_INIT.
+ Error out if no library was found.
+ Added *djgpp* to the list of non-PIC platforms.
+ Added checks for doxygen and latex.
21 years ago