• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

this-kirke / kirke / 27

Builds Branch Commit Type Ran Committer Via Coverage
27 master Revise error message in io__read_text_file. push 07 Oct 2020 02:14PM UTC this-kirke travis-ci pending completion
25 master Changed type split_iterator - rather than holding a pointer to a const String for fields string and delimiter, it just stores the entire object. push 05 Oct 2020 03:32PM UTC this-kirke travis-ci pending completion
24 master Correct integer width mismatches - unsigned long -> unsigned long long. push 29 Sep 2020 01:26AM UTC this-kirke travis-ci pending completion
23 master Edit to HASH_MAP__DEFAULT_HASH_FUNCTION. Changed parameter type from KEY_TYPE * to KEY_TYPE. Just like with __equals, we really want to pass the whole object. This doesn't change the mechanics of the hash algorithm: We take the address of that obj... push 28 Sep 2020 09:06PM UTC this-kirke travis-ci pending completion
22 master Added macro HASH_MAP__DIRECT_COMPARE macro. This macro can take the place of KEY_TYPE__EQUALS_FUNCTION, and performas a direct comparison with the == binary operator. push 28 Sep 2020 08:43PM UTC this-kirke travis-ci pending completion
21 master BugFix: In kirke/hash_map.h, changed typedef from \'typedef TYPENAME { ... } HashMap;\' to \'typedef TYPENAME { ... } TYPENAME;\' push 28 Sep 2020 08:07PM UTC this-kirke travis-ci pending completion
20 master Changed signature of macro HASH_MAP__DEFINE, so now it accepts a user-defined hash function. Added macro HASH_MAP__DEFINE_DEFAULT_HASH_FUNCTION and HASH_MAP__DEFAULT_HASH_FUNCTION. HASH_MAP__DEFINE_DEFAULT_HASH_FUNCTION defines a hash function fo... push 28 Sep 2020 07:12PM UTC this-kirke travis-ci pending completion
19 feature/hash_map Changed signature of macro HASH_MAP__DEFINE, so now it accepts a user-defined hash function. Added macro HASH_MAP__DEFINE_DEFAULT_HASH_FUNCTION and HASH_MAP__DEFAULT_HASH_FUNCTION. HASH_MAP__DEFINE_DEFAULT_HASH_FUNCTION defines a hash function fo... push 28 Sep 2020 07:12PM UTC this-kirke travis-ci pending completion
18 master Merge branch 'feature/array' into master push 28 Sep 2020 03:31PM UTC this-kirke travis-ci pending completion
17 feature/array Change declarations of functions auto_array__[ append, prepend, insert ]_element from inline to standard declaration. This was throwing multiple definition errors whenever a file was included which used the ARRAY__DECLARE macro. push 28 Sep 2020 03:16PM UTC this-kirke travis-ci pending completion
14 master Added implementation for method hash_map__delete. push 28 Sep 2020 04:47AM UTC this-kirke travis-ci pending completion
13 feature/hash_map Added implementation for method hash_map__delete. push 28 Sep 2020 04:47AM UTC this-kirke travis-ci pending completion
12 master Change the signature of __equals functions, from bool [type]__equals( [type] const *first, [type] const *second ) to bool [type]__equals( [type] first, [type] second ). The exception to this is generated List types, as they are naturally stored a... push 27 Sep 2020 11:33PM UTC this-kirke travis-ci pending completion
11 feature/string Added type List__String using LIST__DECLARE/LIST__DEFINE macros. push 27 Sep 2020 07:37PM UTC this-kirke travis-ci pending completion
10 master Added implementation for list__equals. push 27 Sep 2020 05:46PM UTC this-kirke travis-ci pending completion
  • ← Previous
  • 1
  • 2
  • Next →
  • Back to Repo
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc