index
:
Project-Tick
dependabot/cargo/ofborg/cargo-6413d30b2c
dependabot/github_actions/github-actions-37d761dd54
dependabot/gradle/forgewrapper/gradle-f4fe71422a
dependabot/npm_and_yarn/ci/github-script/npm_and_yarn-026824b8a2
dependabot/npm_and_yarn/ofborg/ofborg-viewer/npm_and_yarn-4d6535e57e
dependabot/pip/json4cpp/docs/mkdocs/mkdocs-redirects-1.2.3
dependabot/pip/meta/certifi-2026.2.25
dependabot/pip/meta/charset-normalizer-3.4.7
dependabot/pip/meta/pip-2355f07891
dependabot/pip/meta/requests-2.33.1
dependabot/pip/meta/soupsieve-2.8.3
dependabot/submodules/cgit/git-2855562
gh-pages
master
Project Tick is a project dedicated to providing developers with ease of use and users with long-lasting software.
Mehmet Samet Duman
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix: improve exception handling in ozlibstream::close method to prevent maski...
YongDo-Hyun
9 days
1
-11
/
+12
*
fix: correct exception handling in ozlibstream::close method
YongDo-Hyun
9 days
1
-9
/
+8
*
fix: improve exception handling in ozlibstream::close to prevent masking errors
YongDo-Hyun
9 days
1
-13
/
+19
*
fix: simplify control character check in JSON formatting
YongDo-Hyun
9 days
1
-1
/
+1
*
feat: add numeric tag creation methods and corresponding tests for value assi...
YongDo-Hyun
9 days
2
-18
/
+49
*
fix: prevent widening of stored tag type in value assignment; update test out...
YongDo-Hyun
9 days
1
-7
/
+2
*
feat: enhance error handling in ozlibstream and improve JSON escaping in json...
YongDo-Hyun
9 days
3
-22
/
+23
*
feat: add local test executable and improve JSON string escaping - Added opti...
YongDo-Hyun
9 days
3
-115
/
+111
*
chore: comply with reuse
DioEgizio
2026-02-01
12
-0
/
+48
*
Small tweak
TheKodeToad
2023-11-06
1
-1
/
+1
*
Limit recursion, attempt 2
TheKodeToad
2023-11-05
1
-0
/
+5
*
Remove unused parameter in json_formatter.cpp
PandaNinjas
2023-06-07
1
-2
/
+2
*
Move templated methods to header
Philipp David
2022-03-24
1
-134
/
+0
*
Fix building on windows with clang and msvc
gazelleguardian
2022-03-22
1
-0
/
+5
*
Implement tag 12 (array of 64bit long) and fix tests
Petr Mrázek
2020-06-07
4
-8
/
+58
*
Explicitly instantiate and export templates in header
ljfa
2015-09-22
1
-16
/
+0
*
Add exports for shared libraries. Closes #7
ljfa
2015-09-22
1
-2
/
+2
*
Make the inflate_streambuf rewind the input
ljfa
2015-09-21
1
-1
/
+7
*
Create zlib_streambuf base class
ljfa
2015-09-21
2
-10
/
+4
*
Make close honor the exceptions mask
ljfa
2015-09-21
1
-0
/
+14
*
Create ozlibstream::close method
ljfa
2015-09-21
1
-1
/
+9
*
Implement ozlibstream
ljfa-ag
2015-09-20
1
-0
/
+87
*
Fix base constructor calls of i/ostream
ljfa-ag
2015-09-15
1
-1
/
+1
*
Check for errors in input stream
ljfa-ag
2015-09-15
1
-1
/
+7
*
Change zlib_error to take message and code
ljfa-ag
2015-09-15
1
-3
/
+4
*
No output doesn't necessarily mean EOF
ljfa-ag
2015-09-15
1
-2
/
+4
*
Add implementation of inflate_streambuf (still broken though)
ljfa-ag
2015-09-15
1
-0
/
+86
*
Create constant for maximum list and array length
ljfa-ag
2015-09-05
2
-3
/
+3
*
Change some exception types thrown by tag_list
ljfa-ag
2015-09-05
1
-5
/
+5
*
More inlining. Closes #3
ljfa-ag
2015-09-02
4
-54
/
+0
*
Inline some methods
ljfa-ag
2015-08-23
6
-223
/
+0
*
Set failbit on ostream in case of error
ljfa
2015-08-13
3
-0
/
+13
*
Add io::read_tag and write_tag functions
ljfa
2015-08-13
2
-0
/
+15
*
Fix missing std:: for nullptr_t
ljfa
2015-08-12
1
-1
/
+1
*
Implement write_payload and write_tag
ljfa-ag
2015-08-12
5
-2
/
+58
*
Implement basic stream_writer methods
ljfa-ag
2015-08-12
1
-0
/
+16
*
Lay foundations for stream writing
ljfa-ag
2015-08-12
1
-0
/
+30
*
Make value_initializer constructor noexcept
ljfa-ag
2015-08-11
1
-1
/
+1
*
Add overload for value_initializer with nullptr
ljfa-ag
2015-08-11
1
-0
/
+1
*
Rename json_formatter::write to print
ljfa-ag
2015-08-11
2
-2
/
+2
*
Add json_formatter argument to json_fmt_visitor
ljfa-ag
2015-08-11
1
-2
/
+4
*
Inline crtp_tag and tag_primitive methods
ljfa-ag
2015-08-11
2
-111
/
+4
*
Print floating point number with the necessary precision
ljfa-ag
2015-08-11
1
-7
/
+10
*
Add operator<< for tag, using json_formatter
ljfa-ag
2015-08-10
2
-0
/
+9
*
Make json_formatter::write method const
ljfa-ag
2015-08-10
1
-1
/
+1
*
Add shortcut for printing empty compounds
ljfa-ag
2015-08-10
1
-0
/
+6
*
Handle lists of lists or compounds differently for printing
ljfa-ag
2015-08-10
1
-12
/
+33
*
Make json_formatter able to handle null values
ljfa-ag
2015-08-10
1
-2
/
+13
*
Create json_formatter
ljfa-ag
2015-08-10
1
-0
/
+151
*
Add read_compound method
ljfa
2015-08-07
1
-0
/
+15
[next]