- 16 Jan, 2020 5 commits
-
-
Dennis Jenkins authored
Reformatted all .cc files with clang-format (default options).
-
Dennis Jenkins authored
Reformatted all .cc files with clang-format (default options). Reformatting the .h files causes cppcheck to segfault, so I'll tackle those later.
-
Dennis Jenkins authored
Reformatted with 'clang-format' with default options.
-
Dennis Jenkins authored
Revert "Added -std=c++14 to Cflags in pkg-config manifest"
-
Dennis Jenkins authored
-
- 15 Jan, 2020 2 commits
-
-
Dennis Jenkins authored
Added -std=c++14 to Cflags in pkg-config manifest
-
Kip Warner authored
{debian/changelog,version.txt}: Bumped versioning...
-
- 14 Jan, 2020 2 commits
-
-
Dennis Jenkins authored
Fixed broken compile and link DEP-8 test
-
Kip Warner authored
{debian/changelog,version.txt}: Bumped version...
-
- 13 Jan, 2020 7 commits
-
-
Dennis Jenkins authored
-
Dennis Jenkins authored
Fixed several cppcheck findings.
-
Dennis Jenkins authored
-
Dennis Jenkins authored
-
Dennis Jenkins authored
Lots of misc cppcheck fixes
-
Dennis Jenkins authored
-
Dennis Jenkins authored
-
- 12 Jan, 2020 16 commits
-
-
Dennis Jenkins authored
-
Dennis Jenkins authored
-
Dennis Jenkins authored
-
Dennis Jenkins authored
-
Dennis Jenkins authored
-
Dennis Jenkins authored
Elminiated the cppcheck findings for include/pistache/optional.h.
-
Dennis Jenkins authored
Elminiated the cppcheck findings for include/pistache/optional.h. Had to hack around apparent bug in cppcheck.
-
Dennis Jenkins authored
Fixed two pass-by-value constructors.
-
Dennis Jenkins authored
-
Dennis Jenkins authored
Declared CacheDirective single-argument constructor as 'explicit'.
-
Dennis Jenkins authored
The rest is fallout / fix ups due to that.
-
Dennis Jenkins authored
Update C++ version
-
Mohsen authored
The package only compiled in >= C++14.
-
Dennis Jenkins authored
Fixed many cppcheck warnings for non-explicit single-argument constructors. Converted https unit tests to use ephemeral TCP ports instead of fixed ports.
-
Dennis Jenkins authored
Changed Http::Endpoint constructor call to explicitly take 'Address' instead of 'std::string' and implicity construct Address.
-
Dennis Jenkins authored
added an overlaod for match_string
-
- 11 Jan, 2020 8 commits
-
-
Dennis Jenkins authored
-
Akshay Shekher authored
-
Dennis Jenkins authored
Bumped versioning from 0.0.1 -> 0.0.2
-
Kip Warner authored
{debian/changelog,version.txt}: Bumped versioning from 0.0.1 -> 0.0.2 to coincide with Dennis' merge spree today. All DEP-8 tests pass...
-
-
Dennis Jenkins authored
Client example : Wait for response and print number of failed requests
-
Dennis Jenkins authored
Fix repeated and multipart chunks
-
Dennis Jenkins authored
Avoid macro invocation in examples
-