Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CLion configuration and dependency tracking #2

Closed
wants to merge 8 commits into from
Closed

Commits on Sep 10, 2016

  1. CLion project

    krlmlr committed Sep 10, 2016
    Configuration menu
    Copy the full SHA
    faa8768 View commit details
    Browse the repository at this point in the history
  2. track dependencies between source and header files

    for installing via R CMD INSTALL.
    
    Achieved with a `Makevars.local` file which is part of the repository but not of the built package. (It is created as empty file when installing from built package.)
    
    include directives are portable: http://pubs.opengroup.org/onlinepubs/9699919799/, search for "include lines"
    Kirill Müller authored and krlmlr committed Sep 10, 2016
    Configuration menu
    Copy the full SHA
    e955068 View commit details
    Browse the repository at this point in the history
  3. need target in Makevars

    krlmlr committed Sep 10, 2016
    Configuration menu
    Copy the full SHA
    b5edcf1 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2016

  1. oops

    krlmlr committed Sep 29, 2016
    Configuration menu
    Copy the full SHA
    48993d4 View commit details
    Browse the repository at this point in the history
  2. kludge to be able to build from CLion

    - add target that runs R CMD INSTALL --libs-only
    krlmlr committed Sep 29, 2016
    Configuration menu
    Copy the full SHA
    8f43243 View commit details
    Browse the repository at this point in the history
  3. use plogr for logging

    krlmlr committed Sep 29, 2016
    Configuration menu
    Copy the full SHA
    6b543df View commit details
    Browse the repository at this point in the history
  4. speed up loading

    krlmlr committed Sep 29, 2016
    Configuration menu
    Copy the full SHA
    5656526 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    12e71f9 View commit details
    Browse the repository at this point in the history