2
I Use This!
Inactive

Commits : Listings

Analyzed 2 days ago. based on code collected 2 days ago.
Apr 26, 2023 — Apr 26, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
add a client network handler so that the class can use external networking code. More... over 16 years ago
Some minor clean and typo fixes. More... over 16 years ago
Fixed the op()/deop() bug. sf.net bug 1807356. More... over 16 years ago
don't join BZFlag, or opencombat for the samples, send em all to ether #libIRC, or #botpark More... over 16 years ago
verify an iterator is valid before we erase it. More... over 16 years ago
eUnknown -> eUnknownCommand. eUnknown clashes with cURL. More... over 16 years ago
... and now libIRC even successfully passes a make distcheck again ... ship it!
sean
as brlcad
More... over 16 years ago
yet another ref to temp, all examples compile now too
sean
as brlcad
More... over 16 years ago
s/loger/logger/, and fix scope on the default loggers so they don't run into each other in the library. libIRC is now compilation-functional again.
sean
as brlcad
More... over 16 years ago
more instances of trying to take a reference to a temporary
sean
as brlcad
More... over 16 years ago
you still can't take a reference to a temporary anonymous type, also fix the handful of erase iterators
sean
as brlcad
More... over 16 years ago
bunch of files added/changed since this was first written, update to match current
sean
as brlcad
More... over 16 years ago
er, we're using svn for libirc, so check that when determining whether to enable/disable automatic dependency tracking
sean
as brlcad
More... over 16 years ago
propagate Makefile.defs throughout so that the recursive noprod rule works
sean
as brlcad
More... over 16 years ago
fix minor copy-paste typo, should be stupidServer not stupidBot
sean
as brlcad
More... over 16 years ago
can't have anonymous typedef types used as parameters
sean
as brlcad
More... over 16 years ago
condense the 32 or so lines down to one for the standard --with overrides via BC_WITH_FLAG_ARGS
sean
as brlcad
More... over 16 years ago
add --with-cxxflags
sean
as brlcad
More... over 16 years ago
import BC_SANITY_CHECK
sean
as brlcad
More... over 16 years ago
use BC_PATCH_LIBTOOL, add m4 to the build path
sean
as brlcad
More... over 16 years ago
bring over BC_PATCH_LIBTOOL too, and add the m4 files to the dist
sean
as brlcad
More... over 16 years ago
import brl-cad's nifty noprod rules
sean
as brlcad
More... over 16 years ago
update to better configure logic, using bc and bz as example
sean
as brlcad
More... over 16 years ago
be sure that aclocal searches in the m4 dir for macros, require automake 1.6 and generate all dist formats
sean
as brlcad
More... over 16 years ago
add a bunch of boilerplate m4 macros to simplify the configure logic a bit
sean
as brlcad
More... over 16 years ago
license is supposed to be LGPL, not GPL .. readme is correct but this file is wrong
sean
as brlcad
More... over 16 years ago
update to the latest script, version 20070618 from brl-cad
sean
as brlcad
More... over 16 years ago
libIRC has a build system now, and is not "all ugly" so take that out of the todo More... almost 17 years ago
Woo, couple more itr fixes More... almost 17 years ago
map.erase() doesn't return anything on gcc
Daniel Remenak
as dtremenak
More... almost 17 years ago