FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for cppcodec - tplgy/cppcodec · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
tplgy
/
cppcodec
Public
Notifications
You must be signed in to change notification settings
Fork
123
Star
696
Code
Issues
16
Pull requests
2
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
cppcodec
cppcodec
on
master
User selector
Datepicker
Commit history
Commits on Nov 25, 2018
Add CPPCODEC_ALWAYS_INLINE statements to raw_result_buffer.
Show description for 322e526
jpetso
committed
322e526
View commit details
Copy full SHA for 322e526
View code at this point
Browse repository at this point
Fix #59: Unreachable code warning in the padder class.
Show description for d3cab2d
jpetso
committed
d3cab2d
View commit details
Copy full SHA for d3cab2d
View code at this point
Browse repository at this point
Commits on Nov 12, 2018
Fix comment referring to the wrong RFC encoding
Show description for 793a427
jbzdarkid
authored
793a427
View commit details
Copy full SHA for 793a427
View code at this point
Browse repository at this point
Commits on Oct 17, 2018
Fix #62
Show description for 9f67d70
Gabriele_Frau
committed
9f67d70
View commit details
Copy full SHA for 9f67d70
View code at this point
Browse repository at this point
Commits on Aug 8, 2018
cast int const to alphabet_index_t type
Show description for 4bc857c
ndusart
committed
4bc857c
View commit details
Copy full SHA for 4bc857c
View code at this point
Browse repository at this point
Commits on Jul 16, 2018
Revert stop_character_mask to a complement.
Show description for be82262
jpetso
committed
be82262
View commit details
Copy full SHA for be82262
View code at this point
Browse repository at this point
Stylistic changes for unused variables.
jpetso
committed
bf9df8e
View commit details
Copy full SHA for bf9df8e
View code at this point
Browse repository at this point
Merge pull request #48 from thrimbor/warning_reduction
Show description for 3e235c5
jpetso
authored
3e235c5
View commit details
Copy full SHA for 3e235c5
View code at this point
Browse repository at this point
Deleted unused parameters (#47)
Show description for 80c895d
GTValentine
authored and
jpetso
committed
80c895d
View commit details
Copy full SHA for 80c895d
View code at this point
Browse repository at this point
Commits on Jun 22, 2018
Replaced all C-style casts in access.hpp
thrimbor
committed
42d506e
View commit details
Copy full SHA for 42d506e
View code at this point
Browse repository at this point
Commits on Apr 30, 2018
Improve decode() performance by counting using pointers, not indexes.
Show description for 7ef02f1
jpetso
committed
7ef02f1
View commit details
Copy full SHA for 7ef02f1
View code at this point
Browse repository at this point
Cache the buffer pointer for direct_data_access_result_state.
Show description for 0b716ed
jpetso
committed
0b716ed
View commit details
Copy full SHA for 0b716ed
View code at this point
Browse repository at this point
Significantly improve decoding performance by using a lookup table.
Show description for 1dc6aa6
jpetso
committed
1dc6aa6
View commit details
Copy full SHA for 1dc6aa6
View code at this point
Browse repository at this point
Commits on Apr 26, 2018
Compile on MSVC with /std:c++17 even without /Zc:__cplusplus
Show description for 9683955
jpetso
committed
9683955
View commit details
Copy full SHA for 9683955
View code at this point
Browse repository at this point
Commits on Apr 2, 2018
Fix #35: Improve MSVC performance by adding MSVC always-inline macro
Show description for 1a6ed25
jpetso
committed
1a6ed25
View commit details
Copy full SHA for 1a6ed25
View code at this point
Browse repository at this point
Commits on Mar 31, 2018
Add my copyright to files that I improved earlier this year.
jpetso
committed
ee58156
View commit details
Copy full SHA for ee58156
View code at this point
Browse repository at this point
Fix #41: Fix the C++17 build breakage introduced in 840ac79
Show description for 3e1382a
jpetso
committed
3e1382a
View commit details
Copy full SHA for 3e1382a
View code at this point
Browse repository at this point
Commits on Mar 28, 2018
Further improve performance by fixing specialized data accessors
Show description for 840ac79
jpetso
committed
840ac79
View commit details
Copy full SHA for 840ac79
View code at this point
Browse repository at this point
Commits on Mar 26, 2018
Improve decoding performance by always inlining Codec::index_of()
Show description for 789eb18
jpetso
committed
789eb18
View commit details
Copy full SHA for 789eb18
View code at this point
Browse repository at this point
Remove throw expression from hex::num_encoded_tail_symbols()
Show description for 839bbca
jpetso
committed
839bbca
View commit details
Copy full SHA for 839bbca
View code at this point
Browse repository at this point
Bring back noexcept for index[_last]() without VC14 warnings
jpetso
committed
3236725
View commit details
Copy full SHA for 3236725
View code at this point
Browse repository at this point
Commits on Apr 29, 2017
Remove compiler warnings about conversion
Show description for f5d3f9a
smasherprog
authored
f5d3f9a
View commit details
Copy full SHA for f5d3f9a
View code at this point
Browse repository at this point
Commits on Oct 26, 2016
Add base64_url_unpadded variant for unpadded base64 encoding
Kronuz
committed
07f6311
View commit details
Copy full SHA for 07f6311
View code at this point
Browse repository at this point
Commits on Aug 3, 2016
Replaced C-style casts to prevent warnings
thrimbor
committed
edf7506
View commit details
Copy full SHA for edf7506
View code at this point
Browse repository at this point
Workaround for VisualC++ compilation (fixes #5)
thrimbor
committed
67df6ea
View commit details
Copy full SHA for 67df6ea
View code at this point
Browse repository at this point
Commits on Jul 19, 2016
Removed the noexcept specifier from methods throwing exceptions (#22)
Show description for d471911
thrimbor
authored and
jpetso
committed
d471911
View commit details
Copy full SHA for d471911
View code at this point
Browse repository at this point
Commits on Jul 4, 2016
Change return type of direct_data_access_result_state::size to size_t (#21)
thrimbor
authored and
jpetso
committed
91273c6
View commit details
Copy full SHA for 91273c6
View code at this point
Browse repository at this point
Commits on Jan 30, 2016
Add base32_hex codec variant, a.k.a. base32hex from RFC 4648.
Show description for 4317239
jpetso
committed
4317239
View commit details
Copy full SHA for 4317239
View code at this point
Browse repository at this point
Commits on Jan 25, 2016
Centralize block encoding and padding in stream_codec.
Show description for 5aedaa8
jpetso
committed
5aedaa8
View commit details
Copy full SHA for 5aedaa8
View code at this point
Browse repository at this point
Commits on Jan 23, 2016
Eliminate use of ostream to reduce included lines of code.
Show description for 26ba07c
jpetso
committed
26ba07c
View commit details
Copy full SHA for 26ba07c
View code at this point
Browse repository at this point
Commits on Jan 19, 2016
Different take on pad() SFINAE, with overloads and only one enable_if<>.
Show description for c776341
jpetso
committed
c776341
View commit details
Copy full SHA for c776341
View code at this point
Browse repository at this point
Commits on Jan 18, 2016
Fix buffer overflow for null-terminated padded strings.
jpetso
committed
aa0447c
View commit details
Copy full SHA for aa0447c
View code at this point
Browse repository at this point
Commits on Jan 16, 2016
Add tests for hex codecs, and a few extra tests for base64.
Show description for 6ee63e2
jpetso
committed
6ee63e2
View commit details
Copy full SHA for 6ee63e2
View code at this point
Browse repository at this point
Refactoring: Move codec variants into their respective includes.
Show description for 3f1cbcc
jpetso
committed
3f1cbcc
View commit details
Copy full SHA for 3f1cbcc
View code at this point
Browse repository at this point
Commits on Jan 15, 2016
Don't name an unused parameter. Avoids a VC14 compiler warning.
Show description for e466fa8
jpetso
committed
e466fa8
View commit details
Copy full SHA for e466fa8
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL