Fixing the debug tags generation and related methods in configuration.cpp that disall...
authorDejan Jovanović <dejan.jovanovic@gmail.com>
Wed, 9 May 2012 03:31:50 +0000 (03:31 +0000)
committerDejan Jovanović <dejan.jovanovic@gmail.com>
Wed, 9 May 2012 03:31:50 +0000 (03:31 +0000)
commit9f74cfbd847663f80c362cf06bda7e749f0f694b
treec34f9ac44e1ae31e3be6984324915a3b18faae76
parent8a0c0562cb8d0e26ea019ff782b25c1997a49a0b
Fixing the debug tags generation and related methods in configuration.cpp that disallowed me to debug my bugs by reporting that the debug tag doesn't exists, where in fact it was in the code.

1) The grep and sed for tags wasn't picking up on .isOn("tag")
2) The isDebugTag a) didn't take a parameter b) was using binary search using strcmp which is non-portable and didn't work for tags including special characters

Morgan should vet this, since there is some crazy sed stuff going on
src/util/Makefile.am
src/util/configuration.cpp