- Get windows travis CI to actually see libzmq
- run "Fulcrum -v" in travis CI to see the libs it linked against before
running tests.
- Install jemalloc on travis mac build
- Install jemalloc on travis linux build
If compiling with -DENABLE_TESTS:
- --test all - to run all the tests
- --bench all - to run all the benchmarks
Also in this commit: Refactoed/redid the generic Util::keySet() and
Util::valueSet() to be able to produce any common container type from
any common map type.