Giter VIP home page Giter VIP logo

cpp-appveyor's Introduction

Activate debug mode

cmake -DCMAKE_BUILD_TYPE=Debug .


Isolate boost headers (bcp tool)

http://stackoverflow.com/a/20922288/1707931

I couldn't make it work with the version that Debian installed, so I downloaded it from scratch.

7z x boost_1_59_0.7z
mkdir foo
bcp --boost=/tmp/boost_1_59_0 shared_ptr /tmp/foo
matthias@rp3deb:/tmp$ du -h -d 2 foo/
24K	foo/libs/smart_ptr
28K	foo/libs
20K	foo/boost/core
20K	foo/boost/detail
572K	foo/boost/type_traits
520K	foo/boost/predef
8.0K	foo/boost/utility
2.4M	foo/boost/preprocessor
224K	foo/boost/mpl
220K	foo/boost/smart_ptr
20K	foo/boost/exception
492K	foo/boost/config
4.5M	foo/boost
4.5M	foo/

clang-check

Couldn't figure out how to make this work for now :/

oclint

Downloaded 0.8.1 from http://oclint.org/downloads.html. Generate compile_commands.json http://docs.oclint.org/en/dev/guide/cmake.html

~/oclint-0.8.1/bin/oclint -p . main_catch.cpp

gives output that my variable names suck...

http://oclint.org/news/2013/06/22/clang-static-analyzer-integration/

~/oclint-0.8.1/bin/oclint -p . main_catch.cpp --enable-clang-static-analyzer

yields same result.

cpp-appveyor's People

Contributors

matthiaskauer avatar

Stargazers

 avatar

Watchers

 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.