Skip to content

mirswamp/c-assess

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 

Repository files navigation

                           c-assess repository README
                                  Aug 1, 2020

This is the SWAMP (Software Assurance Markeplace) C/C++ Framework repository.

Buliding a release of this framework requires the SWAMP framework dependencies
directory.  To make a release run the following commands:

    mkdir -p <output-dir>
    export SWAMP_FRAMEWORK_DEPENDENCIES=<path-to-swamp-framekwork-dependencies>
    util/make_swamp_release <output-dir> <version>

This will create the c-assess-<version>.tar.gz framework archive.


Synopsis of files:

    README                     this file
    util/make_swamp_release    script to create a release
    release_files/             files used in a release
    misc/                      current versions of files from the swamp
                                 framework dependencies (these are informational
                                 actual and are not used to create the release)

About

The C-assess framework enables assessments of C/C++ software packages in the SWAMP. It has build monitoring capabilities to monitor builds that use Make, Cmake, or any other build systems, and it runs the software assurance tools with the exact files and options used during the build step.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors