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

this-kirke / kirke
79%

Build:
DEFAULT BRANCH: master
Repo Added 24 Sep 2020 03:57PM UTC
Files 10
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH master
branch: master
CHANGE BRANCH
x
Reset
  • master
  • feature/array
  • feature/hash_map
  • feature/list
  • feature/string

pending completion
27

push

travis-ci

this-kirke
Revise error message in io__read_text_file.

213 of 269 relevant lines covered (79.18%)

42.95 hits per line

Relevant lines Covered
Build:
Build:
269 RELEVANT LINES 213 COVERED LINES
42.95 HITS PER LINE
Source Files on master
Detailed source file information is not available for this build.

Recent builds

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  
18 master Merge branch 'feature/array' into master push 28 Sep 2020 03:31PM 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  
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  
See All Builds (23)
  • Repo on GitHub
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