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

Feature/napi #111

Open
wants to merge 30 commits into
base: master
Choose a base branch
from
Open

Feature/napi #111

wants to merge 30 commits into from

Commits on Dec 30, 2018

  1. interim checkin

    replacing the time.cc file with
    
    - time_napi.cc
    - time_napi.h
    
    files
    
    also using the object wrapper methodology from the workshop at Node Summit.
    ghinks committed Dec 30, 2018
    Configuration menu
    Copy the full SHA
    26252d4 View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2018

  1. Configuration menu
    Copy the full SHA
    4acee45 View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2019

  1. fixing unit tests,

    1 outstanding unit test failing.
    
    binding.gyp changed to handle the gmtOffset in localtime
    ghinks committed Jan 1, 2019
    Configuration menu
    Copy the full SHA
    5f65bb6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1492871 View commit details
    Browse the repository at this point in the history
  3. indentation for binding.gyp,

    did not find a standard so 4 spaces is adopted
    ghinks committed Jan 1, 2019
    Configuration menu
    Copy the full SHA
    b148855 View commit details
    Browse the repository at this point in the history
  4. remove unused code

    the Time::time method was not used.
    ghinks committed Jan 1, 2019
    Configuration menu
    Copy the full SHA
    05a9dc1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9d74999 View commit details
    Browse the repository at this point in the history
  6. update the travis.yml file

    ghinks committed Jan 1, 2019
    Configuration menu
    Copy the full SHA
    010da54 View commit details
    Browse the repository at this point in the history
  7. update travis, attempt node 4 onwards

    set version to 1.0.0
    ghinks committed Jan 1, 2019
    Configuration menu
    Copy the full SHA
    6d82d7f View commit details
    Browse the repository at this point in the history
  8. add osx to the build os

    ghinks committed Jan 1, 2019
    Configuration menu
    Copy the full SHA
    3e0273c View commit details
    Browse the repository at this point in the history
  9. remove specifics for g++

    ghinks committed Jan 1, 2019
    Configuration menu
    Copy the full SHA
    9eba579 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b3ef31d View commit details
    Browse the repository at this point in the history
  11. add windows os

    ghinks committed Jan 1, 2019
    Configuration menu
    Copy the full SHA
    a817a24 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    f201e09 View commit details
    Browse the repository at this point in the history
  13. add windows section of the build back in again ready for

    travis ci testing.
    ghinks committed Jan 1, 2019
    Configuration menu
    Copy the full SHA
    59aefa9 View commit details
    Browse the repository at this point in the history
  14. log out the windows tzname

    ghinks committed Jan 1, 2019
    Configuration menu
    Copy the full SHA
    63d9df7 View commit details
    Browse the repository at this point in the history
  15. add in non windows debug

    ghinks committed Jan 1, 2019
    Configuration menu
    Copy the full SHA
    d7eaf23 View commit details
    Browse the repository at this point in the history
  16. take out the debug that shows how unix type systems and windows syste…

    …ms differed.
    
    do not unit test on windows as the original nan code had issues.
    ghinks committed Jan 1, 2019
    Configuration menu
    Copy the full SHA
    cc71db3 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    14b2cc6 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2019

  1. Configuration menu
    Copy the full SHA
    88e475b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a53b8f4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    074897e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    400af56 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    67774c4 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2019

  1. remove older time.cc file

    ghinks committed Jan 4, 2019
    Configuration menu
    Copy the full SHA
    bb15d49 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4b8d16a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b7f5217 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2019

  1. remove gypfile true from the package.json as the presence of binding.…

    …gyp serves this purpose now.
    ghinks committed Jan 15, 2019
    Configuration menu
    Copy the full SHA
    3b06c85 View commit details
    Browse the repository at this point in the history
  2. explicitly use node 11 and use 'node' to trigger a build against the …

    …very latest node ( currently 11.6.0 )
    ghinks committed Jan 15, 2019
    Configuration menu
    Copy the full SHA
    95ec3ff View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    da83f48 View commit details
    Browse the repository at this point in the history