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

R_xlen_t as the vector length to support long vector #303

Merged
merged 34 commits into from Jun 7, 2015

Commits on May 16, 2015

  1. replace R_len_t with R_xlen_t

    Qiang Kou committed May 16, 2015
    Copy the full SHA
    70ad472 View commit details
    Browse the repository at this point in the history
  2. using R_xlen_t as index type in sugar functions

    Qiang Kou committed May 16, 2015
    Copy the full SHA
    8d3880f View commit details
    Browse the repository at this point in the history
  3. typo fixed

    Qiang Kou committed May 16, 2015
    Copy the full SHA
    ad6f6bd View commit details
    Browse the repository at this point in the history

Commits on May 20, 2015

  1. resolve warnings in RUnit

    thirdwing committed May 20, 2015
    Copy the full SHA
    f5ee99f View commit details
    Browse the repository at this point in the history
  2. working on vector/vector.h

    thirdwing committed May 20, 2015
    Copy the full SHA
    ac8c131 View commit details
    Browse the repository at this point in the history
  3. sugar operators

    thirdwing committed May 20, 2015
    Copy the full SHA
    9b8c681 View commit details
    Browse the repository at this point in the history
  4. fixed

    thirdwing committed May 20, 2015
    Copy the full SHA
    2f09b74 View commit details
    Browse the repository at this point in the history
  5. sugar block

    Qiang Kou committed May 20, 2015
    Copy the full SHA
    c4a9b16 View commit details
    Browse the repository at this point in the history
  6. sugar matrix

    Qiang Kou committed May 20, 2015
    Copy the full SHA
    b94441b View commit details
    Browse the repository at this point in the history
  7. sugar done

    Qiang Kou committed May 20, 2015
    Copy the full SHA
    27e0339 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    1d89221 View commit details
    Browse the repository at this point in the history
  9. working on vector part

    thirdwing committed May 20, 2015
    Copy the full SHA
    6bd4fee View commit details
    Browse the repository at this point in the history

Commits on May 27, 2015

  1. vector fixed

    Qiang Kou committed May 27, 2015
    Copy the full SHA
    48f70ba View commit details
    Browse the repository at this point in the history
  2. traits

    Qiang Kou committed May 27, 2015
    Copy the full SHA
    792784f View commit details
    Browse the repository at this point in the history
  3. explicit is not necessary

    Qiang Kou committed May 27, 2015
    Copy the full SHA
    2637ca8 View commit details
    Browse the repository at this point in the history
  4. Rf_xlength and a simple testing case

    Qiang Kou committed May 27, 2015
    Copy the full SHA
    8e0fcc3 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2015

  1. Testing case removed. Travis CI memory limited.

    Qiang Kou committed May 29, 2015
    Copy the full SHA
    c09ecdd View commit details
    Browse the repository at this point in the history
  2. Rf_xlength

    Qiang Kou committed May 29, 2015
    Copy the full SHA
    dbd9436 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2015

  1. fixed httpuv

    Qiang Kou committed May 30, 2015
    Copy the full SHA
    6218ce6 View commit details
    Browse the repository at this point in the history
  2. fixed sugar ifelse

    Qiang Kou committed May 30, 2015
    Copy the full SHA
    98bc314 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2015

  1. Vector(double)

    Qiang Kou committed May 31, 2015
    Copy the full SHA
    3de7c34 View commit details
    Browse the repository at this point in the history
  2. Vector(unsigned int)

    thirdwing committed May 31, 2015
    Copy the full SHA
    0fea37f View commit details
    Browse the repository at this point in the history
  3. new file: inst/include/Rcpp/traits/is_arithmetic.h

    thirdwing committed May 31, 2015
    Copy the full SHA
    495e49e View commit details
    Browse the repository at this point in the history
  4. use traits in Vector ctor

    thirdwing committed May 31, 2015
    Copy the full SHA
    f6534a3 View commit details
    Browse the repository at this point in the history
  5. modified: inst/include/Rcpp/vector/Vector.h

    thirdwing committed May 31, 2015
    Copy the full SHA
    a42fd47 View commit details
    Browse the repository at this point in the history
  6. fixed

    thirdwing committed May 31, 2015
    Copy the full SHA
    030b615 View commit details
    Browse the repository at this point in the history
  7. modified: inst/include/Rcpp/vector/Vector.h

    thirdwing committed May 31, 2015
    Copy the full SHA
    5b599a0 View commit details
    Browse the repository at this point in the history
  8. update Rcpp traits

    Qiang Kou committed May 31, 2015
    Copy the full SHA
    53516d2 View commit details
    Browse the repository at this point in the history
  9. modified: inst/include/Rcpp/traits/is_arithmetic.h

    Qiang Kou committed May 31, 2015
    Copy the full SHA
    ca67be4 View commit details
    Browse the repository at this point in the history
  10. fixed

    thirdwing committed May 31, 2015
    Copy the full SHA
    19f04ed View commit details
    Browse the repository at this point in the history
  11. fix ClustMMDD

    thirdwing committed May 31, 2015
    Copy the full SHA
    33b1e53 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2015

  1. RCPP_HAS_LONG_LONG_TYPES protection

    thirdwing committed Jun 3, 2015
    Copy the full SHA
    a0df816 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2015

  1. use static_cast<R_xlen_t> for type casting

    thirdwing committed Jun 4, 2015
    Copy the full SHA
    af61f01 View commit details
    Browse the repository at this point in the history
  2. Rf_xlength in DottedPairImpl.h

    thirdwing committed Jun 4, 2015
    Copy the full SHA
    f617e37 View commit details
    Browse the repository at this point in the history