summaryrefslogtreecommitdiffstats
path: root/src/lib/bench (follow)
Commit message (Expand)AuthorAgeFilesLines
* [2071] Add b10 prefix to libbench.laMukund Sivaraman2012-08-022-3/+3
* [2071] Add b10 prefix to libdns++.laMukund Sivaraman2012-08-021-1/+1
* [2071] Add b10 prefix to libutil.laMukund Sivaraman2012-08-021-1/+1
* [2071] Add b10 prefix to libexceptions.laMukund Sivaraman2012-08-022-2/+2
* [master] Use libtool from top_builddirMukund Sivaraman2012-06-211-1/+1
* [2036] Integrate valgrind into our test suiteMukund Sivaraman2012-06-121-0/+3
* [1773] missing initializationJINMEI Tatuya2012-04-031-1/+1
* [1773] comment updates due to interface changes as part of fix.JINMEI Tatuya2012-04-031-2/+4
* [1773new] [1773] initial fix for clang++/Lion build failureJINMEI Tatuya2012-04-023-26/+32
* Add more .gitignore files (for unit tests)Mukund Sivaraman2012-03-091-0/+1
* Add more .gitignore files for the rest of generated stuffMukund Sivaraman2012-03-091-0/+1
* [master] use two margins for benchmark testJelte Jansen2012-03-021-4/+6
* [1697] added AbstractMessageRenderer::setBuffer methodJINMEI Tatuya2012-02-241-5/+4
* [1470] Removed declared but unused exception variableStephen Morris2011-12-121-1/+1
* [1470] Change some loop indexes to unsigned valuesStephen Morris2011-12-121-1/+1
* [trac1286] do not install libbenchJeremy C. Reed2011-10-141-1/+1
* [trac1286] change check_PROGRAMS to noinst_PROGRAMSJeremy C. Reed2011-10-111-1/+1
* [trac1091] don't install the unittest librariesJeremy C. Reed2011-10-061-1/+1
* [trac1160] addition for systems where libtool ignores dependency_libsJelte Jansen2011-08-011-0/+1
* [trac542] Add libexceptions to Makefile.amStephen Morris2011-05-111-0/+1
* [trac542] Alterations to makefiles to take out unnecessary dependenciesStephen Morris2011-05-111-3/+0
* [trac542] Convert RUN_ALL_TESTS() to call to isc::util::unittest::run_all()Stephen Morris2011-05-112-3/+6
* [trac749] update namespace nameschenzhengzhang2011-04-142-4/+4
* [trac749] refactor more C++ utility codechenzhengzhang2011-04-122-4/+4
* [trac749] refactor C++ utility librarychenzhengzhang2011-04-113-2/+5
* [trac613] use nanosleep instead of usleep. mainly to silence cppcheck,JINMEI Tatuya2011-02-251-8/+11
* [trac613] avoid using an unused temporary variable.JINMEI Tatuya2011-02-241-1/+1
* cleanup: removed $Id$, which is useless now that we've migrated to git.JINMEI Tatuya2011-01-217-14/+0
* Fix doxygen commands. I guess was an overlooked typo.Jeremy C. Reed2010-11-161-2/+2
* merged trac #358 (various cleanups to the DNS message class)JINMEI Tatuya2010-11-041-6/+6
* made sure compiler optimization wouldn't skip searches by checking the search...JINMEI Tatuya2010-10-101-3/+6
* overall cleanup for clang++ support: adding comment, configure setup, etc.JINMEI Tatuya2010-10-102-0/+2
* - separated Rcode class declarations and definitions in different filesJINMEI Tatuya2010-09-282-1/+2
* moved the Opcode class declarations and definitions to separate files.JINMEI Tatuya2010-09-282-0/+2
* typo fix in a comment.Jeremy C. Reed2010-09-081-1/+1
* a heuristic parameter adjustment for BenchMarkTest.run: the previous marginJINMEI Tatuya2010-08-101-2/+2
* changed the type of class constants from double to int so that they can beJINMEI Tatuya2010-08-092-3/+11
* worked around the buggy behavior of sunstudio about top-level constsJINMEI Tatuya2010-08-091-1/+1
* Include the testdata file in the distribution.Jeremy C. Reed2010-08-091-0/+2
* Include benchmark.h in the distribution (tarball).Jeremy C. Reed2010-08-091-0/+1
* merged branches/trac241, benchmark framework.JINMEI Tatuya2010-08-091-1/+1
* added notes on whether to have specific utilities like loadQueryData() inJINMEI Tatuya2010-08-091-0/+12
* noted a future extensionJINMEI Tatuya2010-08-091-0/+12
* style fix: added blank lines between blocks of (function + its description)JINMEI Tatuya2010-08-091-0/+10
* mising returnJINMEI Tatuya2010-07-131-0/+1
* added an ad hoc prerequisite check because it didn't work on some netbsd box.JINMEI Tatuya2010-07-131-0/+23
* workaround for compilers that fail to find class static constants used in EXP...JINMEI Tatuya2010-07-131-0/+5
* removed unnecessary LDADDJINMEI Tatuya2010-07-131-1/+1
* documented loadQueryData.JINMEI Tatuya2010-07-131-2/+88
* documented the benchmark template class.JINMEI Tatuya2010-07-131-7/+257