Skip to content
This repository has been archived by the owner on Oct 2, 2021. It is now read-only.

Fixing leap year, year < 2000, optimising #9

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

Fixing leap year, year < 2000, optimising #9

wants to merge 22 commits into from

Commits on May 26, 2018

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

Commits on May 27, 2018

  1. Configuration menu
    Copy the full SHA
    f75a301 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a6ae8c9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    25b43bd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b37f45c View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2018

  1. Added library.json

    storca committed Jul 4, 2018
    Configuration menu
    Copy the full SHA
    59b8f06 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b1a555a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    853e6f7 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2018

  1. Fixing leap year :

    The rule is not only if the year is divisible by for but :
    * if the year is divisible by 4 and not divisible by 100, or
    * if the year is divisible by 400
    Jorropo committed Jul 5, 2018
    Configuration menu
    Copy the full SHA
    719b490 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2018

  1. Fixed < 2000 year bug

    Jorropo committed Jul 6, 2018
    Configuration menu
    Copy the full SHA
    4f86af5 View commit details
    Browse the repository at this point in the history
  2. Fixing wrong timestamp bug

    Jorropo committed Jul 6, 2018
    Configuration menu
    Copy the full SHA
    72eea2e View commit details
    Browse the repository at this point in the history
  3. Optimisation

    Jorropo committed Jul 6, 2018
    Configuration menu
    Copy the full SHA
    bb9bc3c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    11af370 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    965f3a7 View commit details
    Browse the repository at this point in the history
  6. Updated lib properties

    Jorropo committed Jul 6, 2018
    Configuration menu
    Copy the full SHA
    1efa59f View commit details
    Browse the repository at this point in the history
  7. Update ds3231.cpp

    Jorropo committed Jul 6, 2018
    Configuration menu
    Copy the full SHA
    05ccff2 View commit details
    Browse the repository at this point in the history
  8. Updated lib description

    Jorropo committed Jul 6, 2018
    Configuration menu
    Copy the full SHA
    9e94d03 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #2 from Jorropo/patch-1

    Patch 1
    Jorropo committed Jul 6, 2018
    Configuration menu
    Copy the full SHA
    d4c0a2f View commit details
    Browse the repository at this point in the history
  10. Create README.md

    Jorropo committed Jul 6, 2018
    Configuration menu
    Copy the full SHA
    6b120c8 View commit details
    Browse the repository at this point in the history
  11. Delete README

    Jorropo committed Jul 6, 2018
    Configuration menu
    Copy the full SHA
    3d813d2 View commit details
    Browse the repository at this point in the history
  12. Updated README.md

    Jorropo committed Jul 6, 2018
    Configuration menu
    Copy the full SHA
    90bb549 View commit details
    Browse the repository at this point in the history
  13. Deleting forked stuff

    Jorropo committed Jul 6, 2018
    Configuration menu
    Copy the full SHA
    e25cb43 View commit details
    Browse the repository at this point in the history