Code Monkey home page Code Monkey logo

project_template's People

Contributors

cjdb avatar

Stargazers

 avatar

Watchers

 avatar

Forkers

jonah42

project_template's Issues

[ENHANCEMENT] Document cryptic generator expressions

Describe the enhancement

cmake/basic_project-add-targets-impl.cmake uses quite a few generator expressions. It would be nice if there was more intrinsic documentation to help maintainers grok what's going on there.

Error in Setup - Mac OS X (10.12.6) - g++-4.9 (4.9.4) via homebrew

I have done the default setup as per the project README

I couldn't pass the second test
2 - test.demo.employee (Failed)

Entire shell output can be found here:
https://pastebin.com/KkXDVEGM

A quick google search points me to the following answer:
https://stackoverflow.com/questions/39865367/warning-section-textcoal-nt-is-deprecate-since-updating-to-mac-osx-sierra

I was wondering if there is a work around? or Is it safe to ignore these warnings?

Reduce amount of CI tasks

Is your feature request related to a problem? Please describe.

Fraud detection mechanism of Cirrus CI is triggering on this repo. It thinks you mine some crypto coins. ๐Ÿ˜…

Describe the solution you'd like

Two possible things come to mind:

  1. Combine some of the tasks if possible to reduce overall CPU footprint of a single change. Two matrixes which results in 38 tasks with 4 cores for each change.
  2. Maybe run only a few configurations for PRs and all for master branch? Do you really need both Release and Debug?

/cc @cjdb

Tests fail on Mac with default setup

Running Mac Sierra
Just installed it per instructions using g++-4.9 (Homebrew GCC 4.9.4)
made build/debug then ran
make && make test
pastebin of error log: https://pastebin.com/2Dvi0dFn
Also when compiling get a whole bunch of errors like this
/var/folders/k2/8stwhnf16hl5srvm31cdkmqw0000gn/T//cc7iHLxz.s:7278:11: note: change section name to "__data" .section __DATA,__datacoal_nt,coalesced ^ ~~~~~~~~~~~~~
But google says they are harmless and unavoidable

[BUG] find_package(Clang REQUIRED) should be opt-in

Describe the bug

Not all platforms have a Clang system. Requiring Clang should only be required if an LLVM project uses it.

Acceptance criteria

Have a check for any LLVM project before this call to find_package.

[ENHANCEMENT] Expand CMake installer to install other header extensions

Is your feature request related to a problem? Please describe.

Concern has been expressed that only *.hpp files from include/ are installed. Some projects might use *.h, *.hxx, or *.hh. Please consider these as well.

Describe the solution you'd like

Support *.h, *.hxx, and *.hh.

Describe alternatives you've considered

There are no reasonable alternatives.

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.