Low Activity

Commits : Listings

  Analyzed 8 days ago based on code collected 8 days ago.
Showing page 2 of 328
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
core: fix a mistake in the caca_set_color_ansi() documentation. Avatar
Sam Hocevar
as sam
More... 7 months ago
build: fix the OS X and Clang builds. Avatar
Sam Hocevar
as sam
More... 7 months ago
string: fix a potential memory corruption with caca_printf() calls done outside the canvas. Avatar
Sam Hocevar
as sam
More... 8 months ago
doc: hide "__extern" from the final documentation. Avatar
Sam Hocevar
as sam
More... 11 months ago
figfont: fix uninitialised data access. Avatar
Sam Hocevar
as sam
More... 11 months ago
build: ship a weak symbol for vsnprintf, too, because our weak symbol for sprintf_s uses that function and VS2010 does not strip it off even if it is unused. Also do not use 64-bit integer division in the timer code because that will create unwanted references to ___moddi3 and ___divdi3. Avatar
Sam Hocevar
as sam
More... 11 months ago
win32: define a custom sprintf_s() weak symbol. The VS2010 runtime does not provide the deprecated snprintf(). The mingw32 runtime does not provide the MS-specific sprintf_s(). Mingw-w64 copes with both. So we switch to sprintf_s but also provide it as a weak symbol so that mingw32 does not complain. Avatar
Sam Hocevar
as sam
More... 11 months ago
build: install the static libraries as caca.lib, not libcaca.lib. Avatar
Sam Hocevar
as sam
More... 11 months ago
build: disable subdir-objects option because it makes the distclean rule fail. Avatar
Sam Hocevar
as sam
More... 11 months ago
build: switch to subdir objects and fix copyright information in string.c. Avatar
Sam Hocevar
as sam
More... 11 months ago
caca: allow to define the CACA_STATIC macro to deactivate dllimport specifiers; this is required for proper static link. Avatar
Sam Hocevar
as sam
More... 11 months ago
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(). Avatar
Sam Hocevar
as sam
More... 11 months ago
build: use RbConfig instead of Config in the Ruby checks. Avatar
Sam Hocevar
as sam
More... 11 months ago
build: fix Win32 build and allow to build Win64 binaries from Linux, and ship the static library and includes too. Avatar
Sam Hocevar
as sam
More... 11 months ago
build: no longer create symlinks for old libcucul stuff; it's really gone for good. Avatar
Sam Hocevar
as sam
More... 11 months ago
build: fix the Visual Studio compilation, remove old solution configuration entries, and update bootstrap script. Avatar
Sam Hocevar
as sam
More... 11 months ago
build: add ignore entries for Visual Studio crap. Avatar
Sam Hocevar
as sam
More... 11 months ago
release: libcaca 0.99.beta18 Avatar
Sam Hocevar
as sam
More... about 1 year ago
build: fix copyright information. Avatar
Sam Hocevar
as sam
More... about 1 year ago
figfont: support setting the canvas width and smushing mode from the calling application. Avatar
Sam Hocevar
as sam
More... about 1 year ago
 
 
 

Creative Commons License Copyright © 2013 Black Duck Software, Inc. and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a Creative Commons Attribution 3.0 Unported License . Ohloh ® and the Ohloh logo are trademarks of Black Duck Software, Inc. in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.