Sam Hocevar
5957d69900
Upgrade autoconf scripts
pirms 4 gadiem
Huxy
e7a28ddc82
Fixed VS2015 error; snprintf std is now included
pirms 10 gadiem
Sam Hocevar
9b14aa4d05
Move many build files to the build subdirectory.
pirms 10 gadiem
Sam Hocevar
d3c5bce620
misc: fix unit test failures.
pirms 10 gadiem
Sam Hocevar
92d6ac3a71
build: now working on 0.99.beta20.
pirms 10 gadiem
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().
pirms 13 gadiem
Sam Hocevar
c735b19800
Set version to 0.99beta18.
pirms 15 gadiem
Sam Hocevar
7100ad4baf
Fix ChangeLog, NEWS and win32/config.h for release 0.99.beta17.
pirms 16 gadiem
Sam Hocevar
107ff4b815
Large source code cleanup, getting rid of spaces, tabs, and svn keywords.
pirms 16 gadiem
Sam Hocevar
81f9abd203
Document file functions and fix a few issues here and there.
pirms 16 gadiem
Sam Hocevar
3584efdf4b
Fix the source code to reduce testsuite errors.
pirms 16 gadiem
Sam Hocevar
83cfaa49ac
Refresh win32/config.h so that it has all the required defines.
pirms 16 gadiem
Sam Hocevar
33d2bc2092
Update the Win32 and Win64 ports.
pirms 16 gadiem
Sam Hocevar
d1dffc746e
Set version to 0.99.beta15.
Updated NEWS and ChangeLog.
pirms 17 gadiem
Sam Hocevar
e8f04805fd
Renamed msvc into win32.
pirms 17 gadiem
Sam Hocevar
9c951cebb2
* Windows build fixes here and there.
pirms 18 gadiem
Sam Hocevar
e895e01ee6
* Disable file operations in kernel mode.
* Implement strchr() in kernel.c.
* Check for snprintf() at configure time.
pirms 18 gadiem
Sam Hocevar
2c9232d71a
* Bump version to 0.99.beta14.
pirms 18 gadiem
Sam Hocevar
1ab0d190f6
* Set version to 0.99.beta13.
* Updated NEWS and ChangeLog.
pirms 18 gadiem
Sam Hocevar
cdebb09b64
* Added MSVC project files for the C++ bindings and the C++ test.
pirms 18 gadiem
Sam Hocevar
8a68e0ce41
* Updated Visual Studio files.
pirms 18 gadiem
Jean-Yves Lamoureux
408b8757eb
* Updated MSVC++ project (static library and src/*)
pirms 19 gadiem
Sam Hocevar
e80006de20
* configure.ac src/graphics:
+ Check for resize_term and resizeterm in -lncurses.
pirms 22 gadiem
Sam Hocevar
cb227abc0c
* 0.9 release.
pirms 22 gadiem
Sam Hocevar
746b653899
* 0.8 release.
pirms 22 gadiem
Sam Hocevar
7d22f724d8
* src/graphics.c:
+ Resize handling in the ncurses and slang drivers.
pirms 22 gadiem
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.
pirms 22 gadiem