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

No boost #1288

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

No boost #1288

wants to merge 29 commits into from

Commits on Aug 26, 2019

  1. Remove boost program_options dependency.

    (none) committed Aug 26, 2019
    Configuration menu
    Copy the full SHA
    6bb1c78 View commit details
    Browse the repository at this point in the history
  2. Remove boost dependency on day formatting.

    (none) committed Aug 26, 2019
    Configuration menu
    Copy the full SHA
    d522f0b View commit details
    Browse the repository at this point in the history
  3. Remove boost dependency on week formatting.

    (none) committed Aug 26, 2019
    Configuration menu
    Copy the full SHA
    326a20d View commit details
    Browse the repository at this point in the history
  4. Remove boost dependency on title formatting.

    (none) committed Aug 26, 2019
    Configuration menu
    Copy the full SHA
    a0a27a3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f39d4ea View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a786692 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    020b4ce View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2019

  1. Work in progress. Everything compiles except the "incrementable" and …

    …the iota functions. Don't know why. Please help me understand why the compiler doesn't think that CalDate is incrementable. I can do a ++ operation on it with no problem.
    David Summers authored and David Summers committed Aug 28, 2019
    Configuration menu
    Copy the full SHA
    5812db5 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2019

  1. Switched to using IntWrapper concept which wraps a class but presents…

    … an 'int-like' interface such that we can do both integer ranges and date::year_month_day processing. Code compiles but there is something causing it to crash that I'm investigating.
    davidsummers committed Aug 29, 2019
    Configuration menu
    Copy the full SHA
    a778235 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c334e52 View commit details
    Browse the repository at this point in the history
  3. Fix week calculation. I forgot to change the calculation when I chang…

    …ed implementation values.
    davidsummers committed Aug 29, 2019
    Configuration menu
    Copy the full SHA
    cb6efb3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1f80be4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a0e31f0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6a40f24 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    644e955 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    959d12f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3111b32 View commit details
    Browse the repository at this point in the history
  10. Fix week number calculation.

    Fix day formatting.
    Truncate lines to length 22 in format_weeks.
    
    Calendar now works without BOOST!
    davidsummers committed Aug 29, 2019
    Configuration menu
    Copy the full SHA
    1daa702 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    b3fb5b5 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    50dacc6 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    a6683af View commit details
    Browse the repository at this point in the history
  14. Cleanup, documentation.

    davidsummers committed Aug 29, 2019
    Configuration menu
    Copy the full SHA
    11ce3d3 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2019

  1. Added date.h to the build statemet so that it will show up in IDEs such

    as Visual Studio and QtCreator.
    davidsummers committed Aug 30, 2019
    Configuration menu
    Copy the full SHA
    f76c9ec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    42061a1 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2019

  1. Merge branch 'master' into no-boost

    David Summers authored and David Summers committed Sep 12, 2019
    Configuration menu
    Copy the full SHA
    2c2af5f View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2019

  1. Configuration menu
    Copy the full SHA
    7920990 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1e5898a View commit details
    Browse the repository at this point in the history
  3. Fixed typo.

    davidsummers committed Oct 9, 2019
    Configuration menu
    Copy the full SHA
    dad52b6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e6a0c9e View commit details
    Browse the repository at this point in the history