Mnieniono hash FNV-1a z 32b na 64b, String ścieżki do pliku przeniesiono na dół rekordu tablicy
This commit is contained in:
parent
4dbe684cd7
commit
942f94e1f0
8 changed files with 31 additions and 29 deletions
|
|
@ -29,6 +29,7 @@
|
|||
#include <stdexcept>
|
||||
#include <utility>
|
||||
#include <memory>
|
||||
#include <string>
|
||||
|
||||
#include "DataStruct.h"
|
||||
#include "Txtpp.h"
|
||||
|
|
@ -48,8 +49,6 @@
|
|||
#define ALL_FILE ".*" // Wszystkie pliki
|
||||
|
||||
|
||||
|
||||
|
||||
class CreateCargo {
|
||||
public:
|
||||
CreateCargo();
|
||||
|
|
@ -121,7 +120,7 @@ private:
|
|||
std::string UpperString(std::string);
|
||||
|
||||
// Wygenerój FNV-1a HASH
|
||||
uint32_t fnv32(const std::string& data);
|
||||
uint64_t fnv64(const std::string& data);
|
||||
|
||||
// Rozdzielanie paternu od œcie¿ki
|
||||
void ExtPatternAndPathDetection(const std::vector<std::string>&, std::vector<std::string>&, std::vector<std::string>&);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue