GithubHelp home page GithubHelp logo

tempbottle / bstring Goto Github PK

View Code? Open in Web Editor NEW

This project forked from msteinert/bstring

0.0 2.0 0.0 951 KB

A fork of Paul Hsieh's Better String Library

Home Page: http://mike.steinert.ca/bstring/

License: BSD 3-Clause "New" or "Revised" License

C 97.69% Makefile 2.31%

bstring's Introduction

Build Status Coverity Scan Build Status

Better String Library

This is a fork of Paul Hsieh's Better String Library. The following features (or mis-features, depending on your point of view) are included:

  1. Autotools build system
  2. Updated test suite based on Check
  3. Add Valgrind to the workflow
  4. Add continuous integration via Travis-CI
  5. Remove C++ code
  6. Other various improvements

Currently this fork should be binary-compatible with the original code. The only source incompatibility is the removal of the const_bstring type.

Building

Autotools is required to build from the source repository.

$ autoreconf -i
$ ./configure
$ make
$ make install

A test suite is available if Check is is installed.

$ make check

If Valgrind is installed the test suite can be checked for memory leaks.

$ make memcheck

Documentation

The original documentation has been migrated into the header files and converted to the Doxygen format. The generated output can be found online.

The original documentation essays are available in the source distribution and are included in the Doxygen output.

  1. Introduction
  2. Comparisons
  3. Porting
  4. Security

These essays have been reformatted for easier reading. Minor edits have been made to reflect changes to the codebase.

License

The Better String Library is released under the BSD 3-Clause License.

bstring's People

Contributors

msteinert avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.