JINMEI Tatuya
|
5fd8a22cee
sync with trunk
|
14 years ago |
JINMEI Tatuya
|
27c12d61b1
additioal review comment: explained the (x + 7) & ~7 idiom.
|
14 years ago |
Jelte Jansen
|
551e9a0b8a
forgot to add a new test data file to EXTRA_DIST
|
14 years ago |
Jelte Jansen
|
52f35abefd
whoops, forgot to update one test
|
14 years ago |
Jelte Jansen
|
e26aaedc8e
merge branches/trac284 (Not every 'data' parsing is done with json)
|
14 years ago |
Likun Zhang
|
4b46ebe772
Merge branch 277(cmdctl needs nicer warning if address already in use) into trunk.
|
14 years ago |
JINMEI Tatuya
|
b2de234050
review comment: describe why the interfaces under util should be hidden.
|
14 years ago |
JINMEI Tatuya
|
6fba31576d
addressed review comments: use the size of table for range check instead of a fixed magic number; style consistency in assertion.
|
14 years ago |
JINMEI Tatuya
|
baf673f1c6
addressed review comments: missing .h in _SOURCES.
|
14 years ago |
JINMEI Tatuya
|
2de55f8967
addressed review comments
|
14 years ago |
JINMEI Tatuya
|
af94c66b3d
removed one more "redundant" -1 arg to file.read().
|
14 years ago |
Jelte Jansen
|
9cf201a5ea
addressed comments from trac review
|
14 years ago |
JINMEI Tatuya
|
039843d530
addressed review comments: describe the intent of Base32HexTest.decodeMap
|
14 years ago |
JINMEI Tatuya
|
f6161c16fa
- changed 'if 0'ed tests to DISABLED_xxx
|
14 years ago |
JINMEI Tatuya
|
ce44a279ea
suggested changes:
|
14 years ago |
Likun Zhang
|
c08819a735
1. Raise CmdctlException instead of exiting when port is used by other processes. 2. Make error message be more accurate.
|
14 years ago |
JINMEI Tatuya
|
8c60a2c5bf
update AM_CPPFLAGS
|
14 years ago |
JINMEI Tatuya
|
39aef3abca
add AM_CPPFLAGS to run_unittests_CPPFLAGS
|
14 years ago |
JINMEI Tatuya
|
5f7f70fc47
missing -I options
|
14 years ago |
JINMEI Tatuya
|
5f1739873b
s/#include "header"/#include <[path/]header>/ (trac #291)
|
14 years ago |
Likun Zhang
|
f7f4533d07
Make cmdctl output be more friendly when running cmdctl and it's running already.
|
14 years ago |
Likun Zhang
|
402533d7c7
create one temp branch for ticket 277
|
14 years ago |
JINMEI Tatuya
|
fdf8590824
use std::list::splice instead of erase + push_front. (trac #290).
|
14 years ago |
JINMEI Tatuya
|
4ff6f8e0f3
added another failure case in wildcard matching
|
14 years ago |
JINMEI Tatuya
|
2c88223f21
removed obsoleted test data files from EXTRA_DIST
|
14 years ago |
JINMEI Tatuya
|
e20e0720cd
one more cleanup: removed a now-unused method
|
14 years ago |
JINMEI Tatuya
|
d827adcf61
minor cleanups for tests:
|
14 years ago |
Jelte Jansen
|
5760205009
changelog for ticket 278
|
14 years ago |
Jelte Jansen
|
2707eae96e
merged ticket #278 (modules that listen to other modules answer to command for those)
|
14 years ago |
JINMEI Tatuya
|
54ef101b56
a minor editorial fix to a comment
|
14 years ago |