Giter Site home page Giter Site logo

cppsm / cppsm.github.io Goto Github PK

View Code? Open in Web Editor NEW
5.0 5.0 0.0 142 KB

C++ submodule manager (issues & documentation)

Home Page: https://cppsm.github.io/

License: MIT License

HTML 69.39% CSS 23.42% JavaScript 7.20%
c-plus-plus cmake codecov hobby-project submodule travis-ci

cppsm.github.io's People

Contributors

polytypic avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

cppsm.github.io's Issues

Outline

Formatting:

  • .formatting
    • .clang-format
    • .prettierrc

CMake:

  • .cmake

    • conventional.cmake

      • add_conventional_executable(name)
      • add_conventional_executable_test(link options)
      • add_conventional_library(name)
    • structural.cmake

      • add_structural_targets()

Command-line:

  • add, remove
  • list
  • update, outdated, upgrade
  • licenses
  • setup, build, test

Travis CI:

  • .travis
    • .travis.yml
    • ci

Codecov:

  • .codecov

Ideas for further development

To consider:

  • Support having a project X to depend on project Y that depends on project X
  • Drop git pull -r from cppsm update โ€” probably causes more trouble
  • Switch to the slighty shorter ISC license
  • Support submodule.<name>.shallow setting for faster clones when you don't need the history
  • Documentation
    • Document interoperability
      • How to use a cppsm project in a non-cppsm project
      • How to use a non-cppsm project in a cppsm project
    • Embed usage videos / gif animations
  • cppsm init
    • Enhance cppsm init with e.g. README.md file generation
  • Add VERBOSE setting for verbose CMake builds
  • Run tests with dynamic analysis / instrumentation
  • Static analysis build
  • Editor / IDE support
  • Test with Clang on Windows
  • Perform CMake setups in parallel when possible
  • Namespace all config env variables to avoid conflicts and also give errors when variable names are misspelled

Done:

  • Document different layers of convention (top-level directories, target directories, ...)
  • Add command to upgrade CLI itself
  • Avoid overriding files in cppsm init to allow customization
  • Include COVERAGE flag value in build directory name
  • Make VC++ builds less verbose by default (i.e. add /verbosity:quiet)
  • Document all cppsm commands
  • Add setting to enable/disable concurrent install e.g. INSTALL_WAIT=0|1
  • Move travis-ci script into the cppsm-cli project
  • Mark external links in the documentation page and make them open in a new tab/window
  • Add syntax highlighting of bash snippets to https://cppsm.github.io/
  • Document all configuration variables (e.g. NUMBER_OF_PROCESSORS, N_PARALLEL_BUILD, N_PARALLEL_TEST, ...)
  • Move documentation to the cppsm.github.io repo
  • Run tests in parallel by default
  • Delay installation of additional packages so that some tests are run as early as possible
  • Run installation of apt packages in parallel to builds where possible to speed up completion
  • Fold sections in output
  • Install brew packages concurrently with build and test
  • Test with GCC on OS X
  • Add XTRACE setting for Bash xtrace
  • Rename update-all to upgrade and add update to perform git pull -r && git submodule update --init
  • Parallel build by default
  • Compile and run each testing .cpp file as a separate test
  • Code coverage from tests

Rejected:

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.