Sam Hocevar
f32c24a10d
build: fix the WTFPL homepage and copyright information.
hace 12 años
Sam Hocevar
f1096cbb73
build: make the build process less verbose.
hace 12 años
Pascal Terjan
a9cfffb351
Use mkmf to get flags, needed for ruby 1.9
hace 12 años
Sam Hocevar
f16f002bec
build: disable subdir-objects option because it makes the distclean rule fail.
hace 12 años
Sam Hocevar
9e8c0b6a46
build: switch to subdir objects and fix copyright information in string.c.
hace 12 años
Sam Hocevar
f56be9bffa
win32: use sprintf_s and vsnprintf_s on Windows, so that our static library
works with the VS2010 runtime, too. Also reduce the stack size requirements
to avoid depending on __chkstk_ms().
hace 12 años
Sam Hocevar
84619aad20
build: use RbConfig instead of Config in the Ruby checks.
hace 12 años
Sam Hocevar
0a9f59f386
build: fix the Visual Studio compilation, remove old solution
configuration entries, and update bootstrap script.
hace 12 años
Sam Hocevar
3ccae93cab
release: libcaca 0.99.beta18
hace 12 años
Jean-Yves Lamoureux
115e47f54a
* Added command line parsing (--dateformat, --font, --help, --version)
* Center font
hace 13 años
Sam Hocevar
c783e868da
Get rid of the build time generated caca_types.h. It sucked.
hace 14 años
Sam Hocevar
c735b19800
Set version to 0.99beta18.
hace 14 años
Sam Hocevar
a1d0435da5
Move mygetopt() directly into libcaca, for use by other programs.
hace 14 años
Sam Hocevar
5dbf9da892
New improved ctypes-based Python bindings, by Alex Foulon <alxf@lavabit.com>.
hace 14 años
Sam Hocevar
107ff4b815
Large source code cleanup, getting rid of spaces, tabs, and svn keywords.
hace 15 años
Sam Hocevar
561a13ee5e
Move some configuration stuff from build-kernel into configure.ac.
hace 15 años
Sam Hocevar
80f969dd5a
Fix shrext_cmds usage in configure.ac.
hace 15 años
Sam Hocevar
72789694c2
Java bindings, courtesy of Adrien Grand <jpountz@dinauz.org>.
hace 15 años
Jean-Yves Lamoureux
5a9b7d78ee
* Total kernel rewrite
hace 15 años
Sam Hocevar
ff266e22d1
Explicitly link with -lGLU because freeglut may not provide it. Fixes #61 .
hace 15 años
Sam Hocevar
7d2a657926
Gather profiling information in caca_refresh_display() and caca_get_event().
hace 15 años
Sam Hocevar
16b6d87d20
Rename tests/ to test/.
hace 15 años
Sam Hocevar
307cf3b43b
Make the current library version beta17, in preparation of the next release.
hace 15 años
Sam Hocevar
0eff993b00
Fix the library suffix detection, thanks to libtool's shell variables.
hace 15 años
Jean-Yves Lamoureux
67679dc55d
* Added texture mapped triangle routine, float based, arbitrary texture size, to be optimized
* Made compilation under MacOSX 10.6 (Snow Leopard) possible, but breaks 10.4 (Tiger), to be fixed
hace 15 años
Sam Hocevar
c90830fb29
Start working on profiling.
hace 15 años
Sam Hocevar
54bcc632d2
Do not look for gmcs2. It is an abandoned abomination.
hace 15 años
Sam Hocevar
52758fae24
Look for csc and gmcs2 prior to gmcs.
hace 15 años
Sam Hocevar
104c5a0c5b
Start implementing a full <conio.h> replacement with a libcaca backend.
hace 15 años
Sam Hocevar
d5d20aeafd
Add C++ warnings to the build process.
hace 15 años
Sam Hocevar
0abc49e208
Minor optimisation in configure.ac.
hace 15 años
Ben Wiley Sittler
2c01239132
allow CC, CXX and MACOSX_SDK_FRAMEWORKS to be overridden using exported environment variables at configure-time
hace 16 años
Ben Wiley Sittler
6620112a64
add support for Mac OS X 10.4 (i386) and Mac OS X 10.5 (x86_64)
hace 16 años
Ben Wiley Sittler
f7cc71e639
allow SDK to be overridden by environment variables (Mac OS X)
hace 16 años
Sam Hocevar
3f51cf2958
Clean up configure.ac.
hace 16 años
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
hace 16 años
Sam Hocevar
07ecf434cb
Bump soname versioning.
hace 16 años
Sam Hocevar
d1dffc746e
Set version to 0.99.beta15.
Updated NEWS and ChangeLog.
hace 16 años
Sam Hocevar
a5b9be2d55
Rename csharp/ into caca-sharp/.
hace 16 años
Sam Hocevar
e8f04805fd
Renamed msvc into win32.
hace 16 años
Sam Hocevar
ce89e84412
Fix the library suffix detection.
hace 16 años
Sam Hocevar
ed08c2d1ff
Detect shared library suffix at configure stage.
hace 16 años
Sam Hocevar
7e9483fdc8
Fix detection of floating point assembly instructions. They were
incorrectly detcted as present because gcc was optimising them away.
hace 16 años
Sam Hocevar
16c3765dd7
configure.ac: use more modern autoconf syntax.
hace 16 años
Sam Hocevar
8878714321
Set version to 0.99.beta14.
Updated NEWS and ChangeLog.
hace 16 años
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.
hace 16 años
Sam Hocevar
087605fc9e
* Fix bad AM_CONDITIONAL location: it must be in the default code path.
hace 16 años
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.
hace 16 años
Sam Hocevar
4393a7079b
* Set version to 0.99.beta14.
* Updateed NEWS and ChangeLog.
hace 16 años
Sam Hocevar
9752e826d8
* Check for FTGL in the configure step, because we will use it later.
* Better CFLAGS and LDFLAGS propagation to the Makefiles.
hace 16 años