Commit Graph

36 Commits

Author SHA1 Message Date
tastytea bde8d11706
Revamped streams. 2019-04-10 02:25:55 +02:00
tastytea c35b7f56fa
Moved easy types to easy/types.hpp.
the build was successful Details
2019-03-31 22:24:14 +02:00
tastytea 6f11116b1c
strtime: Explicitly cast char array to const string.
the build was successful Details
2019-03-31 00:08:11 +01:00
tastytea c7f7123ba6
Fixed some capture clauses. 2019-03-30 23:49:08 +01:00
tastytea 54a1fb0d3e
Added Easy::time as time type.
the build was successful Details
2019-03-29 14:44:39 +01:00
tastytea dff3b11c00
Cleaned up, fixed formatting and so on.
the build was successful Details
2019-03-28 21:23:24 +01:00
tastytea 4aad1425eb
Turned Easy into namespace, renamed class Easy::API.
Don't look, I'm not done yet! :-)
2019-03-28 15:30:56 +01:00
tastytea 12d986ed06
Templated return_entity and return_entity_vector.
the build failed Details
2019-03-28 13:33:28 +01:00
tastytea 0b35fa0828
Uodated copyright years. 2019-03-20 06:15:43 +01:00
tastytea d85190b113
Use std::transform instead of for loop in json_array_to_vector. 2019-03-11 21:13:34 +01:00
tastytea f227b25e85
Revert "Added const to overloaded operators."
the build was successful Details
This reverts commit 2103eb4ac2.
2019-03-03 12:24:09 +01:00
tastytea 2103eb4ac2
Added const to overloaded operators.
the build failed Details
2019-03-03 12:14:11 +01:00
tastytea f28fac5579
Fixed << overloading. 2019-03-03 11:16:23 +01:00
tastytea 5fa7887fb1
Added operator overloads to return_entity and return_entity_vector 2019-03-02 20:21:31 +01:00
tastytea 7bdeaeb236
Changed return types for simple calls.
the build failed Details
Also added return_entity, return_entity_vector and GenericEntity().
2019-02-25 13:55:24 +01:00
tastytea c8baf41582
Renamed macros.hpp to debug.hpp. 2019-02-22 11:35:06 +01:00
tastytea 318221a2e6
Changed uint_fast16_t to uint16_t and uint_fast64_t to uint64_t. 2019-02-22 08:29:54 +01:00
tastytea 5a6b541de2
Changed ids from uint_fast64_t to const string in all relevant places. 2019-01-27 03:50:28 +01:00
tastytea ee82d35357
Removed const where it has no effect.
the build was successful Details
2018-12-04 11:26:28 +01:00
tastytea 4ee52fc3a0
compacting strtime functions 2018-05-05 04:38:08 +02:00
tastytea 05fa4905e0
Added Easy::strtime_utc() and Easy::strtime_local() 2018-05-05 04:25:22 +02:00
tastytea 9f75b7d2b2
Added max_id() and since_id() to Easy::Link 2018-04-03 01:21:16 +02:00
tastytea fe7c20fe9e
Added Easy::get_link() 2018-04-03 00:04:47 +02:00
tastytea 445567744d
fixed headers, refactoring 2018-04-01 03:36:11 +02:00
tastytea 4baef545db
Added Easy::parse_stream() 2018-04-01 03:08:22 +02:00
tastytea 67da294d1d
Added Easy::Entity::to_object() 2018-04-01 00:15:51 +02:00
tastytea 3d2c636d54
Added Easy::Entity::from_string() and Easy::json_array_to_vector() 2018-03-31 20:03:31 +02:00
tastytea d37f1aefb7
Changed uint64_t to uint_fast64_t 2018-03-31 19:47:33 +02:00
tastytea c1174c0061
Entity: Added check for single-object arrays 2018-03-31 06:52:22 +02:00
tastytea d6a208857f
removed duplicate includes and such 2018-03-31 00:12:34 +02:00
tastytea 18aabc454f
Added Easy::Instance 2018-03-30 20:08:47 +02:00
tastytea 1a0a02d619
Added error() to all entities 2018-03-30 19:01:09 +02:00
tastytea b6bb41e93a
refactored Easy::Entity and children 2018-03-26 19:23:36 +02:00
tastytea bcc5c304e9
Split easy.hpp into several files 2018-03-26 19:23:36 +02:00
tastytea d2398008e8
added Attachment class 2018-03-26 19:23:35 +02:00
tastytea dae9ac1fc2
added Easy::Account() 2018-03-26 19:23:34 +02:00