index
:
Slicer
main
Library and tools for extensible serialisation of ICE objects.
Dan Goodliffe
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
slicer
/
json
Commit message (
Expand
)
Author
Age
*
Fix up all the little niggly warnings
Dan Goodliffe
2023-09-30
*
Replace ifndef/define/endif with pragma once
Dan Goodliffe
2023-09-03
*
Prevent multiple inline copies of json::Value destructor
Dan Goodliffe
2023-08-23
*
Logical inversion
Dan Goodliffe
2023-08-20
*
Move ModelTreeIterate* into the anonymous namespace
Dan Goodliffe
2023-08-07
*
Implement ModelTreeIterate as a wrapper around ModelTreeIterateRoot
Dan Goodliffe
2023-08-07
*
Type-safe variant emplace based model tree iteration
Dan Goodliffe
2023-08-07
*
Fix implementation of json dictionary serialize in non-object mode
Dan Goodliffe
2023-08-06
*
Move private stuff into anon namespace
Dan Goodliffe
2023-08-06
*
Prefer [moving] emplace over insert
Dan Goodliffe
2023-08-06
*
Single call point for DocumentTreeIterate::visit
Dan Goodliffe
2023-08-06
*
Replace lots of shared_ptr with unique_ptr or any_ptr
Dan Goodliffe
2023-08-06
*
Introduce any_ptr and replace shared_ptr model part params
Dan Goodliffe
2023-08-05
*
Constref correctness for shared_ptr parameters
Dan Goodliffe
2023-08-05
*
Refactor JsonSerializer::ModelTreeIterateRoot with no pointer copy
Dan Goodliffe
2023-08-05
*
Refactor JsonSerializer::ModelTreeIterate with no pointer copy
Dan Goodliffe
2023-08-05
*
Reformat with new clang-format
Dan Goodliffe
2023-08-01
*
Simplified document interfaces
Dan Goodliffe
2022-08-07
*
Tidy includes
slicer-1.10.7
Dan Goodliffe
2022-02-14
*
New standard ice install path
Dan Goodliffe
2022-02-06
*
Tidy up IWYU
slicer-1.10.6.2
Dan Goodliffe
2021-10-17
*
Fix the messy include problem
slicer-1.10.6.1
Dan Goodliffe
2021-10-08
*
Pass nearly all the tidy checks
Dan Goodliffe
2021-09-25
*
Pass cppcheck
Dan Goodliffe
2021-09-24
*
Add -Wpedantic
Dan Goodliffe
2021-09-23
*
Remove unnecessary casts
Dan Goodliffe
2021-09-23
*
Fix implicit-dependency on types library
slicer-1.10.5
Dan Goodliffe
2020-12-14
*
string_view child ref uplooks
Dan Goodliffe
2020-10-25
*
First cut constexpr hooks and metadata
Dan Goodliffe
2020-10-25
*
Support model parts that are abstract classes with functions
slicer-1.10.4
Dan Goodliffe
2020-08-30
*
Clang format and tidy
slicer-1.10.0
Dan Goodliffe
2020-06-16
*
Move test import to root
Dan Goodliffe
2020-04-26
*
Modernize and tidy
Dan Goodliffe
2020-04-25
*
Performance tweaks
Dan Goodliffe
2019-10-18
*
Tidy fixes for latest clang
slicer-1.9.1
Dan Goodliffe
2019-03-30
*
Enable performance checks and fix accordingly
Dan Goodliffe
2019-02-24
*
Modernize clang tidy fixes
Dan Goodliffe
2019-02-24
*
Enable hicpp checks and fix accordingly
Dan Goodliffe
2019-02-24
*
Single definition of boost_utf
Dan Goodliffe
2019-02-24
*
Remove unnecessary calls to .string()
Dan Goodliffe
2019-02-03
*
Remove boost::filesystem in favour of std::filesystem
Dan Goodliffe
2019-02-02
*
Single definition of adhocutil
Dan Goodliffe
2019-02-02
*
C++17 JSON
slicer-1.8.1
Dan Goodliffe
2018-05-06
*
C++17
Dan Goodliffe
2018-04-14
*
Ice 3.7
Dan Goodliffe
2018-04-03
*
Remove the requirement to create value targets and sources as a smart pointer...
Dan Goodliffe
2017-09-29
*
Replace HasValue check with GetValue returning its success state when it writ...
Dan Goodliffe
2017-09-22
*
Always pass the model part to the child handler, the handler should decide wh...
Dan Goodliffe
2017-07-19
*
Behave more like a normal compiler (write whole file, not append existing one)
slicer-1.4.0
Dan Goodliffe
2016-10-07
*
Add ModelPartForRootBase to rehome some non-template root functions
Dan Goodliffe
2016-09-28
[next]