Skip to content

Commit 2100f14

Browse files
committed
Various administrative updates
change email addresses remove individual file changelogs (that's what version control is for)
1 parent 331e73f commit 2100f14

39 files changed

+86
-728
lines changed

AUTHORS

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
L. Donnie Smith <cwiid@abstrakraft.org>
1+
L. Donnie Smith <donnie.smith@gatech.edu>

ChangeLog

+41-41
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
1-
2007-08-26 L. Donnie Smith <cwiid@abstrakraft.org>
1+
2007-08-26 L. Donnie Smith <donnie.smith@gatech.edu>
22
docs
33
* updated wminput man page
44

5-
2007-08-23 L. Donnie Smith <cwiid@abstrakraft.org>
5+
2007-08-23 L. Donnie Smith <donnie.smith@gatech.edu>
66
python
77
* fixed libdir install bug
88

9-
2007-08-14 L. Donnie Smith <cwiid@abstrakraft.org>
9+
2007-08-14 L. Donnie Smith <donnie.smith@gatech.edu>
1010
libcwiid
1111
* make cwiid_err_default public
1212

1313
wminput
1414
* added {c,py}_wiimote_deinit functions
1515
* added daemon, quiet, and reconnect options
1616

17-
2007-07-29 L. Donnie Smith <cwiid@abstrakraft.org>
17+
2007-07-29 L. Donnie Smith <donnie.smith@gatech.edu>
1818
wminput
1919
* fixed wait forever logic
2020

21-
2007-07-28 L. Donnie Smith <cwiid@abstrakraft.org>
21+
2007-07-28 L. Donnie Smith <donnie.smith@gatech.edu>
2222
configure.ac
2323
* added config.h header
2424
* added with-python argument and associated logic
@@ -33,7 +33,7 @@
3333
* added config.h include for sources requiring defs
3434
* added HAVE_PYTHON tests around all python code
3535

36-
2007-06-28 L. Donnie Smith <cwiid@abstrakraft.org>
36+
2007-06-28 L. Donnie Smith <donnie.smith@gatech.edu>
3737
libcwiid
3838
* changed version
3939

@@ -44,21 +44,21 @@
4444
* rewrote ir_ptr plugin
4545
* supress error for nonexistent python plugins
4646

47-
2007-06-18 L. Donnie Smith <cwiid@abstrakraft.org>
47+
2007-06-18 L. Donnie Smith <donnie.smith@gatech.edu>
4848
wminput
4949
* revised error messages
5050

5151
python
5252
* revised error messages and doc strings
5353

54-
2007-06-14 L. Donnie Smith <cwiid@abstrakraft.org>
54+
2007-06-14 L. Donnie Smith <donnie.smith@gatech.edu>
5555
libcwiid
5656
* added sleep after cwiid_find_wiimote call
5757

5858
python
5959
* added --prefix option to install script
6060

61-
2007-06-05 L. Donnie Smith <cwiid@abstrakraft.org>
61+
2007-06-05 L. Donnie Smith <donnie.smith@gatech.edu>
6262
python
6363
* removed Wiimote_FromC function
6464
* added bdaddr argument to Wiimote.init
@@ -76,7 +76,7 @@
7676
wminput
7777
* reworked command-line options (added standard options, long options)
7878

79-
2007-06-01 L. Donnie Smith <cwiid@abstrakraft.org>
79+
2007-06-01 L. Donnie Smith <donnie.smith@gatech.edu>
8080
python
8181
* added Wiimote_FromC
8282
* exported Wiimote_FromC and ConvertMesgArray as CObjects
@@ -88,7 +88,7 @@
8888
* changed param format (pass pointers)
8989
* added python plugin support (experimental)
9090

91-
2007-05-30 L. Donnie Smith <cwiid@abstrakraft.org>
91+
2007-05-30 L. Donnie Smith <donnie.smith@gatech.edu>
9292
configure.ac
9393
* added python/Makefile and PYTHON_VERSION variable
9494

@@ -102,7 +102,7 @@
102102
python
103103
* removed set_mesg_callback from methods table
104104

105-
2007-05-16 L. Donnie Smith <cwiid@abstrakraft.org>
105+
2007-05-16 L. Donnie Smith <donnie.smith@gatech.edu>
106106
libcwiid
107107
* removed error_pipe
108108
* fixed error message reporting
@@ -121,7 +121,7 @@
121121
wminput
122122
* updated for function name changes
123123

124-
2007-05-14 L. Donnie Smith <cwiid@abstrakraft.org>
124+
2007-05-14 L. Donnie Smith <donnie.smith@gatech.edu>
125125
libcwiid
126126
* added timestamp to message interfaces
127127
* added cwiid_get_acc_cal
@@ -137,7 +137,7 @@
137137
* updated for timestamp addition
138138
* use cwiid_get_acc_cal to get acc calibration values (acc plugins)
139139

140-
2007-04-24 L. Donnie Smith <cwiid@abstrakraft.org>
140+
2007-04-24 L. Donnie Smith <donnie.smith@gatech.edu>
141141
libcwiid
142142
* rewrite (API overhaul)
143143

@@ -154,15 +154,15 @@
154154
wminput
155155
* fixed classic controller configuration bug
156156

157-
2007-04-12 L. Donnie Smith <cwiid@abstrakraft.org>
157+
2007-04-12 L. Donnie Smith <donnie.smith@gatech.edu>
158158
libcwiid
159159
* streamlined wiimote filter
160160

161161
2007-04-12 Petter Reinholdtsen <pere@hungry.com>
162162
wmdemo
163163
* added command-line WIIMOTE_BDADDR
164164

165-
2007-04-09 L. Donnie Smith <cwiid@abstrakraft.org>
165+
2007-04-09 L. Donnie Smith <donnie.smith@gatech.edu>
166166
libcwiid
167167
* renamed from libwiimote
168168
* renamed external data structures
@@ -184,7 +184,7 @@
184184
* added debounce and low-pass filter to ir_ptr plugin
185185
* added low-pass filter to acc plugin
186186

187-
2007-04-08 L. Donnie Smith <cwiid@abstrakraft.org>
187+
2007-04-08 L. Donnie Smith <donnie.smith@gatech.edu>
188188
defs.mak
189189
* added DEBUGFLAGS variable
190190

@@ -213,11 +213,11 @@
213213
* fixed signed/unsigned comparison warning in int_listen, send_report, and
214214
exec_write_seq
215215

216-
2007-04-07 L. Donnie Smith <cwiid@abstrakraft.org>
216+
2007-04-07 L. Donnie Smith <donnie.smith@gatech.edu>
217217
wiimote
218218
* changed wiimote_info.class to btclass
219219

220-
2007-04-03 L. Donnie Smith <cwiid@abstrakraft.org>
220+
2007-04-03 L. Donnie Smith <donnie.smith@gatech.edu>
221221
configure.ac
222222
* removed --noyywrap from lex
223223

@@ -241,7 +241,7 @@
241241
wminput
242242
* exit on wiimote_mesg_error
243243

244-
2007-04-03 L. Donnie Smith <cwiid@abstrakraft.org>
244+
2007-04-03 L. Donnie Smith <donnie.smith@gatech.edu>
245245
wiimote
246246
* fixed wiimote_find_wiimote seg fault
247247

@@ -251,14 +251,14 @@
251251
wminput
252252
* added stdio.h include to conf.h
253253

254-
2007-04-02 L. Donnie Smith <cwiid@abstrakraft.org>
254+
2007-04-02 L. Donnie Smith <donnie.smith@gatech.edu>
255255
wiimote
256256
* fixed exception handling bugs in bluetooth.c
257257

258258
wminput
259259
* added wait option
260260

261-
2007-04-01 L. Donnie Smith <cwiid@abstrakraft.org>
261+
2007-04-01 L. Donnie Smith <donnie.smith@gatech.edu>
262262
* Moved defs.mak.in to top level directory
263263
* Added directories to defs.mak.in
264264
* Moved CFLAGS directories from defs.mak to Makefiles
@@ -286,22 +286,22 @@
286286
* wrote wiimote_get_info_array
287287
* wiimote_connect now takes a pointer to bdaddr_t
288288

289-
2007-03-27 L. Donnie Smith <cwiid@abstrakraft.org>
289+
2007-03-27 L. Donnie Smith <donnie.smith@gatech.edu>
290290
* Added DESTDIR variable to make system
291291

292-
2007-03-23 L. Donnie Smith <cwiid@abstrakraft.org>
292+
2007-03-23 L. Donnie Smith <donnie.smith@gatech.edu>
293293
* Corrected installation directory creation logic
294294
* Added .NOTPARALLEL to top level Makefile
295295

296-
2007-03-19 L. Donnie Smith <cwiid@abstrakraft.org>
296+
2007-03-19 L. Donnie Smith <donnie.smith@gatech.edu>
297297
* Added --disable-ldconfig option to configure
298298
* Makefiles - append to rather than set compiler options
299299

300-
2007-03-15 L. Donnie Smith <cwiid@abstrakraft.org>
300+
2007-03-15 L. Donnie Smith <donnie.smith@gatech.edu>
301301
wminput
302302
* action_enum.awk - explicitly call awk rather than #! /usr/bin/awk
303303

304-
2007-03-14 L. Donnie Smith <cwiid@abstrakraft.org>
304+
2007-03-14 L. Donnie Smith <donnie.smith@gatech.edu>
305305
wiimote
306306
* audited error checking (coda and error handler sections)
307307
* updated comments
@@ -310,7 +310,7 @@
310310
* wiimote_read - changed to obey decode flag only for register read
311311
* wiimote_connect - changed memcpy to bacmp
312312

313-
2007-03-08 L. Donnie Smith <cwiid@abstrakraft.org>
313+
2007-03-08 L. Donnie Smith <donnie.smith@gatech.edu>
314314
* added explicit creation of installation directories to prevent
315315
installation errors
316316

@@ -322,17 +322,17 @@
322322
wmdemo
323323
* added implementation of wiimote_err_t, wiimote_set_err
324324

325-
2007-03-05 L. Donnie Smith <cwiid@abstrakraft.org>
325+
2007-03-05 L. Donnie Smith <donnie.smith@gatech.edu>
326326
* Type audit - boolean ints, const strings where appropriate, stdint.h
327327
wiimote types
328-
* Changed email addresses to cwiid@abstrakraft.org
328+
* Changed email addresses to donnie.smith@gatech.edu
329329
* Added file ChangeLogs
330330
* Fixed GTK_{CFLAGS,LIBS} in configure.ac and wmgui/Makefile.in
331331

332-
2007-03-01 L. Donnie Smith <cwiid@abstrakraft.org>
332+
2007-03-01 L. Donnie Smith <donnie.smith@gatech.edu>
333333
* configure.ac - check for stdint.h
334334

335-
2007-02-26 L. Donnie Smith <cwiid@abstrakraft.org>
335+
2007-02-26 L. Donnie Smith <donnie.smith@gatech.edu>
336336
* Changed installation directories to comply with FHS standard
337337
* Added check for yypop_buffer_state in flex
338338
* Various minor documentation changes
@@ -349,7 +349,7 @@
349349
wminput
350350
* fixed help message
351351

352-
2007-02-18 L. Donnie Smith <cwiid@abstrakraft.org>
352+
2007-02-18 L. Donnie Smith <donnie.smith@gatech.edu>
353353
wiimote
354354
* fixed wiimote_status_mesg allocation size
355355
* changed wiimote_log to wiimote_err with format string and args
@@ -367,15 +367,15 @@
367367
wminput
368368
* rewrite: new configuration syntax, plugin architecture
369369

370-
2007-01-25 L. Donnie Smith <cwiid@abstrakraft.org>
370+
2007-01-25 L. Donnie Smith <donnie.smith@gatech.edu>
371371
wiimote
372372
* added rpt_mode_flag lock to prevent race condition
373373
* extended write sequences to simplify multi-part operations
374374

375375
wmgui
376376
* added status request at connect to populate status boxes
377377

378-
2007-01-24 L. Donnie Smith <cwiid@abstrakraft.org>
378+
2007-01-24 L. Donnie Smith <donnie.smith@gatech.edu>
379379
Added uninstall make target
380380

381381
wiimote
@@ -393,11 +393,11 @@
393393
* changes to plugin architecture - gives greater access to plugin
394394
* added LED indicators to default (IR) tracking
395395

396-
2007-01-16 L. Donnie Smith <cwiid@abstrakraft.org>
396+
2007-01-16 L. Donnie Smith <donnie.smith@gatech.edu>
397397
wminput
398398
* fixed build error in plugins directory
399399

400-
2007-01-15 L. Donnie Smith <cwiid@abstrakraft.org>
400+
2007-01-15 L. Donnie Smith <donnie.smith@gatech.edu>
401401
reworked build system, now using autoconf
402402

403403
wiimote
@@ -424,7 +424,7 @@
424424
* added WIIMOTE_BDADDR environment variable lookup
425425
* created plugin architecture and acc plugin
426426

427-
2007-01-09 L. Donnie Smith <cwiid@abstrakraft.org>
427+
2007-01-09 L. Donnie Smith <donnie.smith@gatech.edu>
428428
reworked top-level Makefile
429429
bins install to /usr/local/bin on make install
430430
wiimote
@@ -442,7 +442,7 @@
442442
* fixed --help bug
443443
* added #ifdef tests around KEY_ macros in key_enum.{c,awk}
444444

445-
2007-01-04 L. Donnie Smith <cwiid@abstrakraft.org>
445+
2007-01-04 L. Donnie Smith <donnie.smith@gatech.edu>
446446
wiimote
447447
* put mesg callback data in a union
448448
* fixed write flood error (wait for ACK after each packet)
@@ -462,7 +462,7 @@
462462
wminput
463463
* added to package
464464

465-
2006-12-31 L. Donnie Smith <cwiid@abstrakraft.org>
465+
2006-12-31 L. Donnie Smith <donnie.smith@gatech.edu>
466466
wiimote
467467
* changed various macro names and parameter types (mostly signed to unsigned)
468468
* cleaned up LED & RUMBLE command logic
@@ -481,5 +481,5 @@
481481
* added data read/write
482482
* added IR data widgets (not yet enabled)
483483

484-
2006-12-28 L. Donnie Smith <cwiid@abstrakraft.org>
484+
2006-12-28 L. Donnie Smith <donnie.smith@gatech.edu>
485485
Initial release

README

+7-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (C) 2007 L. Donnie Smith <cwiid@abstrakraft.org>
1+
Copyright (C) 2007 L. Donnie Smith <donnie.smith@gatech.edu>
22

33
This program is free software; you can redistribute it and/or modify
44
it under the terms of the GNU General Public License as published by
@@ -35,6 +35,11 @@ awk, bison, flex, bluez-libs, gtk+-2 dev libs, python 2.4 or greater, python dev
3535

3636
INSTALLATION
3737
------------------------------------------------------------------------------------------------
38+
If installing from SVN or Git, run the following commands. Otherwise, or if you aren't sure, ignore them.
39+
aclocal
40+
autoconf
41+
42+
All users should then run:
3843
./configure
3944
make
4045
sudo make install
@@ -49,7 +54,7 @@ Many distributions do not have /usr/local/lib in the library search path, and on
4954

5055
I prefer the second method since it keeps local software in the local directory where it should be, and it fixes the problem for every package using /usr/local/lib, not just CWiid. Until someone offers a convincing argument for the omission of /usr/local/lib from /etc/ld.so.conf, I consider this to be a distribution bug, and method #2 above is the fix.
5156

52-
Please report any compilation errors at http://www.abstrakraft.org/cwiid or to <cwiid@abstrakraft.org>, with preference for the former.
57+
Please report any compilation errors at http://cwiid.org.
5358

5459
EXECUTION
5560
------------------------------------------------------------------------------------------------

configure.ac

+1-27
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,4 @@
1-
# ChangeLog:
2-
# 2007-07-28 L. Donnie Smith <cwiid@abstrakraft.org>
3-
# * added config.h header
4-
# * added with-python argument and associated logic
5-
#
6-
# 2007-05-30 L. Donnie Smith <cwiid@abstrakraft.org>
7-
# * added python/Makefile
8-
# * added PYTHON_VERSION variable
9-
#
10-
# 2007-04-09 L. Donnie Smith <cwiid@abstrakraft.org>
11-
# * updated for libcwiid rename
12-
#
13-
# 2007-04-04 L. Donnie Smith <cwiid@abstrakraft.org>
14-
# * removed --noyywrap from lex
15-
#
16-
# 2007-04-01 L. Donnie Smith <cwiid@abstrakraft.org>
17-
# * added lswm/Makefile
18-
# * moved defs.mak
19-
#
20-
# 2007-03-19 L. Donnie Smith <cwiid@abstrakraft.org>
21-
# * added --disable-ldconfig
22-
#
23-
# 2007-03-01 L. Donnie Smith <cwiid@abstrakraft.org>
24-
# * Initial ChangeLog
25-
# * Check for stdint.h
26-
27-
AC_INIT(CWiid,0.6.00,cwiid@abstrakraft.org)
1+
AC_INIT(CWiid,0.6.00,donnie.smith@gatech.edu)
282
AC_CONFIG_HEADER(common/include/config.h)
293

304
AC_PROG_CC

0 commit comments

Comments
 (0)