Sam Hocevar
7d2a657926
Gather profiling information in caca_refresh_display() and caca_get_event().
15 лет назад
Sam Hocevar
c90830fb29
Start working on profiling.
15 лет назад
Sam Hocevar
b076ec19b0
Move debugging methods to caca_debug.h.
15 лет назад
Sam Hocevar
1255e91165
Add the conio examples to the Visual Studio solution.
15 лет назад
Sam Hocevar
33d2bc2092
Update the Win32 and Win64 ports.
15 лет назад
Sam Hocevar
11428406c1
Split import.c and export.c to create a new text.c codec file in order
to keep source files under 1,000 lines of code.
15 лет назад
Sam Hocevar
95811ced2d
Manually fix Visual Studio files so that builds do not spew
their crap all over the place. There is still caca-sharp/obj
that it insists on creating (reported as Connect ID 301965).
15 лет назад
Sam Hocevar
a6b98c2518
Change the dirty rectangle API so that it can handle several rectangles. The
inner implementation still only handles one dirty rectangle, but this way
we can prepare supporting applictions for the future.
15 лет назад
Sam Hocevar
1fe07f325e
Fixed libcaca and the Visual Studio solution so that it works
on Win64, including the .NET projects.
15 лет назад
Sam Hocevar
b17bb5f7e6
Update msdev files to 9.0 (Visual Studio 2008). If anyone wants to
play with the Windows port, there is a 90-day evaluation version
available for free on the Microsoft website.
15 лет назад
Sam Hocevar
e1562a8d46
libcaca: move codecs and import/export functions into subdirectories.
16 лет назад
Sam Hocevar
e8f04805fd
Renamed msvc into win32.
16 лет назад
Sam Hocevar
f3c3eac054
Reorganise MSVC files so that each project is with its source code.
16 лет назад
Sam Hocevar
fe732d0c04
Continuing the libcucul-libcaca merge.
16 лет назад
Sam Hocevar
8528b407bb
* Fixed the Visual Studio projects so that they build in Release mode.
17 лет назад
Sam Hocevar
cdebb09b64
* Added MSVC project files for the C++ bindings and the C++ test.
17 лет назад
Sam Hocevar
095a3d1c5f
* Ignore annoying VC++ warnings (use of strdup instead of _strdup even in
C mode, "benign redefinition" of macros...).
17 лет назад
Sam Hocevar
52e9f2b13a
* Add proper __declspec(dllexport) tags for Win32 compilation.
* Manually export private libcaca symbols.
17 лет назад
Sam Hocevar
8a68e0ce41
* Updated Visual Studio files.
17 лет назад
Sam Hocevar
7fd6d45554
* Split libcaca.vcproj into \1 and libcucul.vcproj.
17 лет назад
Jean-Yves Lamoureux
408b8757eb
* Updated MSVC++ project (static library and src/*)
18 лет назад
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 лет назад