quakeforge/libs/gib
Bill Currie 9fbff2f4d5 Do an audit of the Makefile.am files.
o All instances of LIBADD/LDADD have a corresponding DEPENDENCIES
    specificatiion.
  o libraries now use a lib_ldflags macro to keep things consistent
  o duplication of source/lib names has been minimized (particularly in
    the libraries; more work needs to be done for the executables)
  o automake spec blocks have been organized (again, more work needs to be
    done for the executables)
2012-02-07 16:04:19 +09:00
..
exp.c patch from phrosty for vc2005 support. includes fixes for a bunch of gcc-isms that crept in over the years. 2007-03-22 23:20:57 +00:00
gib_buffer.c audit the usage of "only" 2010-01-13 06:42:26 +00:00
gib_builtin.c More "set but not used". 2011-06-14 06:26:10 +09:00
gib_classes.c patch from phrosty for vc2005 support. includes fixes for a bunch of gcc-isms that crept in over the years. 2007-03-22 23:20:57 +00:00
gib_execute.c 64bit windows patch from phrosty 2007-04-04 07:48:14 +00:00
gib_function.c patch from phrosty for vc2005 support. includes fixes for a bunch of gcc-isms that crept in over the years. 2007-03-22 23:20:57 +00:00
gib_handle.c hah, should have been using __attribute__((used)) all that time (rather 2005-08-04 15:27:09 +00:00
gib_init.c Tweak some developer cvar usage. 2010-11-27 16:53:17 +09:00
gib_object.c hah, should have been using __attribute__((used)) all that time (rather 2005-08-04 15:27:09 +00:00
gib_parse.c the big dso visibility patch :). Sure, we have to have unique names for static builds, but with controlled visibitly we should get faster program loads (although this isn't C++, so it's not as bad) and complex plugins are cleaner. 2007-03-10 12:00:59 +00:00
gib_process.c hah, should have been using __attribute__((used)) all that time (rather 2005-08-04 15:27:09 +00:00
gib_regex.c hah, should have been using __attribute__((used)) all that time (rather 2005-08-04 15:27:09 +00:00
gib_semantics.c patch from phrosty for vc2005 support. includes fixes for a bunch of gcc-isms that crept in over the years. 2007-03-22 23:20:57 +00:00
gib_thread.c patch from phrosty for vc2005 support. includes fixes for a bunch of gcc-isms that crept in over the years. 2007-03-22 23:20:57 +00:00
gib_tree.c Rename Sys_DPrintf to Sys_MaskPrintf. 2010-11-26 16:19:26 +09:00
gib_vars.c whitespace 2006-07-23 01:34:14 +00:00
Makefile.am Do an audit of the Makefile.am files. 2012-02-07 16:04:19 +09:00
ops.c Use floor() or ceil() based on sign for 'trunc' GIB math function. 2003-02-23 22:53:36 +00:00
regex.c Fix regex.c for android. 2012-02-05 14:26:23 +09:00