Skip to content

Merge dev into master branch#55

Merged
jermp merged 48 commits intomasterfrom
dev
May 20, 2025
Merged

Merge dev into master branch#55
jermp merged 48 commits intomasterfrom
dev

Conversation

@jermp
Copy link
Copy Markdown
Owner

@jermp jermp commented May 20, 2025

Bring into master the modification made into dev: support for larger k, generic alphabets, and support for Cuttlefish inputs, compatibility for Piscem.

adamant-pwn and others added 30 commits December 6, 2023 20:15
Authored-by: Harun Mustafa <hmusta@users.noreply.github.com>
adamant-pwn and others added 18 commits July 25, 2024 15:32
Support larger alphabets and k via generic kmer_t
Clang warns:

```
util.hpp:127:17: warning: 'static' function 'get_seed_for_hash_function' declared in header file should be declared 'static inline' [-Wunneeded-internal-declaration]
  static uint64_t get_seed_for_hash_function(build_configuration const& build_config) {
```

I think this could cause potential issues across translation units and so it's probably best to inline this?
make static function inline in header
@jermp jermp merged commit 47e6c7d into master May 20, 2025
16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants