Commit Graph

9 Commits

Author SHA1 Message Date
Kareem Khazem 55302b7bd1 Add CBMC Mini Projects list
This list is intended to be a central repository of small, focussed CBMC
'nice-to-have' features that would be suitable for first-time CBMC
contributors to get their feet wet with. Projects on this list should
have the following features:

- Small (e.g. <200 LOC) or easy to implement

  - This is so that time-constrained contributors (like interns or
    students) can use these projects to ramp up before starting their
    main CBMC work

- Focussed, touching only one part of the codebase

  - This is so that people wanting to learn about one aspect of CBMC
    (solver, front-end, symex) can pick a project that involves that
    part of the codebase.

- Genuinely useful to somebody

  - This is so that somebody will be keen to quickly review and merge
    the code, and guide the new contributor in polishing the PR. This
    leads to a more rewarding experience for the contributor.
2019-02-06 21:23:30 +00:00
Peter Schrammel 9c3fd45582 Add AWS CodeBuild badges 2018-08-15 07:22:43 +01:00
Peter Schrammel 4261fd8407 Remove appveyor badge 2018-08-15 07:22:42 +01:00
Peter Schrammel 4043681da9 Add online documentation to README 2018-03-23 13:06:58 +00:00
Vlastimil Zeman 177a13d198 Add Coverity scan
Coverity scan will run as separate job in second stage. Ii will terminate
itself as soon as possible if build is not triggered by cron. Therefore
it requires to have cron job setup in settings of diffblue/cbmc and
environment variable `COVERITY_SCAN_TOKEN` in the same project settings.
2017-09-15 08:54:35 +01:00
Peter Schrammel 11be8f664a Contributing section in readme 2017-08-22 17:27:21 +01:00
thk123 31ea4c3c9b Adding build icon for AppVeyor 2017-04-07 14:04:23 +01:00
schram 23f1788768 fixed travis links in README.md
git-svn-id: svn+ssh://svn.cprover.org/srv/svn/cbmc/trunk@6533 6afb6bc1-c8e4-404c-8f48-9ae832c5b171
2016-03-20 23:27:33 +00:00
kroening 704b6d5ffe Initial README.md, including Travis-CI configuration
git-svn-id: svn+ssh://svn.cprover.org/srv/svn/cbmc/trunk@6531 6afb6bc1-c8e4-404c-8f48-9ae832c5b171
2016-03-19 12:16:25 +00:00