- 11 Nov, 2018 1 commit
-
-
knowledge4igor authored
-
- 03 Nov, 2018 4 commits
-
-
Dennis Jenkins authored
Fix two heap usage after free
-
Dennis Jenkins authored
Several code improvements
-
knowledge4igor authored
-
knowledge4igor authored
-
- 02 Nov, 2018 1 commit
-
-
knowledge4igor authored
-
- 28 Oct, 2018 1 commit
-
-
Dennis Jenkins authored
Tiny code improvements: use member initializer list
-
- 26 Oct, 2018 1 commit
-
-
knowledge4igor authored
-
- 25 Oct, 2018 4 commits
-
-
Dennis Jenkins authored
resolved conflicts at pull request 319
-
Dennis Jenkins authored
-
Dennis Jenkins authored
small refactorings
-
Dennis Jenkins authored
Dennisjenkins75 warning redux
-
- 23 Oct, 2018 1 commit
-
-
M Furkan USLU authored
-
- 22 Oct, 2018 4 commits
-
-
Dennis Jenkins authored
Code cleanup. class member initializations.
-
Dennis Jenkins authored
resolved conflicts for pull request 319
-
Dennis Jenkins authored
-
Dennis Jenkins authored
Merge branch 'dennisjenkins75-warning-redux' of https://github.com/oktal/pistache into dennisjenkins75-warning-redux
-
- 21 Oct, 2018 21 commits
-
-
Dennis Jenkins authored
-
Dennis Jenkins authored
-
hasankandemir1993 authored
-
hasankandemir1993 authored
-
hasankandemir1993 authored
-
hasankandemir1993 authored
-
hasankandemir1993 authored
-
-
hasankandemir1993 authored
-
hasankandemir1993 authored
-
hasankandemir1993 authored
-
hasankandemir1993 authored
-
Dennis Jenkins authored
pre-increment operator should return reference, not value.
-
Dennis Jenkins authored
-
Dennis Jenkins authored
Pre-increment should return reference, not value.
-
Dennis Jenkins authored
-
Dennis Jenkins authored
-
Dennis Jenkins authored
Compiler warning reduction (-Weffc++).
-
Dennis Jenkins authored
-
Dennis Jenkins authored
-
Dennis Jenkins authored
Reduced compiler warnings in string_view
-
Dennis Jenkins authored
-
- 20 Oct, 2018 2 commits
-
-
Dennis Jenkins authored
Compiler warning reduction
-
Dennis Jenkins authored
gcc-7.3.0 and clang-6.0.1 compile without needing SubPath's copy constructor. Whatever compiler Travis-CI is using, wants it. I originally removed SubPath's copy-constructor because the struct contains a bare pointer that would be shallow-copied with the default constructor, potentially leading to a resource leak or use-after-free.
-