1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213
|
2004-11-08 Valient Gough <vgough@pobox.com>
add missing files from automake
add release note to spec file
replace autoconf setup with simpler version, removing old KDE based setup
2004-10-31 Valient Gough <vgough@pobox.com>
Fix build errors on RedHat 7.3.
2004-10-24 Valient Gough <vgough@pobox.com>
ignore lots of autogenerated files.
rename config.h.in to common.h.in. Supply a windows version.
rename config.h to common.h, to avoid confusion with autoconf generated
config.h
integrate changes from Vadim for win32 support
2004-10-23 Valient Gough <vgough@pobox.com>
add missing file
2004-10-20 Valient Gough <vgough@pobox.com>
add windows support code provided by Vadim Zeitlin
rename varidac -> variadic
implement support for compilers which do not have variadic macros.
2004-06-01 Valient Gough <vgough@pobox.com>
1.3.4 documentation update
update change history
TAG: v1.3.4
2004-05-31 Valient Gough <vgough@pobox.com>
portability changes to make rlog buildable with older C++ compilers, and on
non-X86 computers.
2004-05-04 Valient Gough <vgough@pobox.com>
some missing macros meant to have been moved from rlog.h here.
add variable argument ERROR_FMT() macro.
add config.h.in containing rlog configuration and low level macros.
2004-05-03 Valient Gough <vgough@pobox.com>
enable valgrind support by default, if it is found.
move valgrind code to inside rlog.cpp instead of the header file.
2004-04-18 Valient Gough <vgough@pobox.com>
update admin dir
add valgrind support to show backtrace in valgrind on assert failures
2004-03-15 Valient Gough <vgough@pobox.com>
component documentation updates
GPL -> LGPL changes
2004-03-14 Valient Gough <vgough@pobox.com>
TAG: v1.3.1
add pointers for 1.3.1 release. This significantly improves build tools, and
now includes prebuilt documentation for system which do not have the
necessary tools.
fix spec install targets
minor changes to use configure determined doxygen path
fixes to get html files installed correctly
changes to make documentation build automatic, or else use prebuild
documentation.
2004-03-13 Valient Gough <vgough@pobox.com>
ensure that the docs directory gets included in the 'make dist' build
prepare for 1.3.1 release, added links in documentation
2004-03-12 Valient Gough <vgough@pobox.com>
fix silly typos in .pc file
add stdarg include on reports of va_list being undefined.
add pkg-config file for librlog.
2004-02-29 Valient Gough <vgough@pobox.com>
missed rlog.h.in as part of previous commit
changed license to LGPL. There are plenty of free software logging options
under a variety of licenses, no need to be too strict with it.
add makeconf.sh script. Add ChangeLog, generated from BK logs.
make documentation a separate build target.
2004-02-19 Valient Gough <vgough@pobox.com>
change version number define to be a date stamp
TAG: v1.4
2004-02-17 Valient Gough <vgough@pobox.com>
add rAssertSilent macro
2004-02-13 Valient Gough <vgough@pobox.com>
make maps typedefs so they are easy to change out
fix macros for special cases in rlog.h and allow configure check to be
overridden.
2004-02-12 Valient Gough <vgough@pobox.com>
index.dox:
add redhat 7.3 links for rlog 1.3 release
documentation changes for 1.3 release
2004-02-10 Valient Gough <vgough@pobox.com>
made rlog.h generated by configure script
try to fix problems compiling with older gcc versions.
TAG: v1.3
2004-02-08 Valient Gough <vgough@pobox.com>
spelling fixes in documentation
add latex/refman.pdf target
add documentation installation targets
2004-01-29 Valient Gough <vgough@pobox.com>
add RLogVersion(), add ERROR() macro
2004-01-24 Valient Gough <vgough@pobox.com>
remove deprecated files
switch to automake/autoconf build system.
fix PDF reference manual build.
2004-01-23 Valient Gough <vgough@pobox.com>
version number changed to 1.2.0
lots of documentation changes
2004-01-22 Valient Gough <vgough@pobox.com>
Merge arg0.net:/home/vgough/devel/rlog
into arg0.net:/home/vgough/devel/rlog-test
add lots of comments and some new doxygen documentation files.
move all files to rlog subdirectory to make include paths work out right.
Reimplement static initialization of rlog messages. This eliminates the
static initialization code from the dormant log case, and improves the Intel
ICC code output to be as good as the G++ output.
add logging level support to help subscribers distinguish importance separate
from channel name.
2004-01-20 Valient Gough <vgough@pobox.com>
minor cleanup of comments in rlog.h , choice of headers in test program.
2004-01-17 Valient Gough <vgough@pobox.com>
add SyslogNode which logs messages using syslog
fix compiler errors in rAssert macro
2004-01-15 Valient Gough <vgough@pobox.com>
add rloginit with method for registering module information
add RLogInit, in anticipation of adding initialization callbacks for external
modules.
add more documentation for doxygen
TAG: v1.2
2004-01-14 Valient Gough <vgough@pobox.com>
removed dcoplog from rlog depo - making separate
add lots of ignore patterns
implement automatic unsubscribe for broken connections
make channel code componentized.
This allows subscriptions to just particular channels within a component, or
a channel across all components (global).
2004-01-13 Valient Gough <vgough@pobox.com>
add po/Makefile.am
TAG: v1.1
2004-01-12 Valient Gough <vgough@pobox.com>
added an initial dcoplog implementation which uses KDE's DCOP client/server
protocol to allow subscribing to log messages from another process.
2004-01-11 Valient Gough <vgough@pobox.com>
remove deprecated functions
more minor cleanup
TAG: v1.0
add locking to globally visible structures
builds under Intel ICC 8.0
move debug/release flag to rlog.pri and set to release
build release with -g1, so there is enough info for a backtrace if necessary
some code cleanup before releasing into wild.
rename RLogType to RLogChannel, which is more descriptive of duties..
speed improvements and added testlog program to show some speed statistics
2004-01-06 Valient Gough <vgough@pobox.com>
type based subscriptions working
2003-12-25 Valient Gough <vgough@pobox.com>
Initial repository create
|