Commit Graph

11 Commits

Author SHA1 Message Date
secDre4mer 7762e96783 fix clang compile issues (#109)
* fix: include headers as lower case

* fix: resolve template confusion with overloaded std::tolower()

std::tolower is overloaded, which caused mingw-gcc to not correctly
deduce the template parameter, leading to a compilation error.
Wrap std::tolower in a lambda that explicitly states the input
parameters.

* chore: don't use class:: prefix in inline definition

* chore: explicit cast from pointer to smaller integer type

* chore: single character constant for /

* chore: pass string as const char*

* chore: simplify if condition
2022-08-23 19:22:44 +02:00
hasherezade 3e60ce1197 [BUGFIX] Added missing header 2022-02-05 06:18:51 -08:00
hasherezade 93e8805e62 [REFACT] Refactored searching in the string set 2022-02-05 06:11:54 -08:00
hasherezade 81102b0c55 [REFACT] Keep ignored modules as a set of strings 2022-02-03 15:35:01 -08:00
hasherezade 8ca0eb06a5 [FEATURE] In param info: calculate parameters similarity 2021-04-30 08:12:02 +02:00
hasherezade 98c4b18408 [FEATURE] Ignore case in hexadecimal prefix 2021-04-30 06:19:32 +02:00
hasherezade 68f6493e92 [NOBIN] Fixed a comment 2021-04-30 05:53:44 +02:00
hasherezade 23b5bd4156 [BUGFIX] Fixed parsing PID 2021-04-22 23:35:18 +02:00
hasherezade f64d168b48 [REFACT] Convert parameters to numbers using string stream 2021-04-11 17:33:53 +02:00
hasherezade 287a14a038 [REFACT] Wrapped the utils into a namespace pesieve::util 2020-05-29 23:53:57 +02:00
hasherezade 8a9176b098 [REFACT] Split util.cpp/.h into two files, basing on common functionality 2020-03-08 17:48:12 +01:00