Skip to content

Commit

Permalink
std::get_time and strptime for the truly unfortunate. (Closes #9) (#11)
Browse files Browse the repository at this point in the history
* std::get_time and strptime for the truly unfortunate.

* Took out the nullptr on MINGW since we can now support it properly.

* Reintroduced a scoped deleter to prevent memory leaks.

* Made %p respect locale.

* Fixed a locale bug and simplified code slightly

* Gave a sane name to the "parser" class.

* Removed testing code.

* Fixed compile bug (missed an #endif)

* Moving things around a bit.  Temporary commit to move the changes from my desk to my bedroom because my network isn't quite right.

* Examples now support least common denominator of strftime() support.  Removed testing ode.

* Fixed stupid syntax error

* New examples with compiler/os dependent format strings.
  • Loading branch information
dcdillon authored and eddelbuettel committed Jan 7, 2017
1 parent 2d17e4d commit de8629f
Show file tree
Hide file tree
Showing 3 changed files with 998 additions and 26 deletions.
Loading

0 comments on commit de8629f

Please sign in to comment.