Skip to content
Closed
Changes from all commits
Commits
Show all changes
59 commits
Select commit Hold shift + click to select a range
713e59f
Fix static analysis workflow, add cppcheck + info to readme
eljonny May 1, 2024
3bd4c60
Fix catching the object by value.
eljonny May 2, 2024
4b3f93a
Hopefully this will fix the permissions issue.
eljonny May 2, 2024
0033180
Reverting the previous change, there was just a permission issue in the
eljonny May 2, 2024
23d27b8
Change TestCaseName to TestObjName, extract strings
eljonny May 3, 2024
64d76bd
TestObjName does not allow construction with std::string
eljonny May 3, 2024
bb4ac7f
Major refactor and API change
eljonny May 13, 2024
afa15c5
Refactoring, new Assertions-specific test suite
eljonny May 13, 2024
34914ab
Test coverage to get patch coverage up for the PR. Refactoring.
eljonny May 13, 2024
bd2e6fe
Version bump to 1.0.0. New test target. Install new internal headers.
eljonny May 13, 2024
72de57b
Restructure and add to the CodeLite project.
eljonny May 13, 2024
910b0f4
Fix PRIVATE_HEADER property
eljonny May 13, 2024
885cd6d
Remove unnecessary include. Add necessary include.
eljonny May 13, 2024
9888e37
Accidentally moved TestCaseTests.cpp to the wrong virtual directory
eljonny May 13, 2024
a1f9065
Let's try this again. Fix Assertions includes and add std usings.
eljonny May 13, 2024
b479341
Move the operator<< definition to the source file.
eljonny May 13, 2024
1c6f080
Forgot to include ostream.
eljonny May 13, 2024
47a06c1
This include should have been conditional.
eljonny May 13, 2024
a6399cc
Fix clang error -wunused-lambda-capture
eljonny May 13, 2024
894604a
Workaround for MSVC error C3493
eljonny May 13, 2024
007f07a
Cleanup, TC member initialization, TC capture bools, fix message bug
eljonny Jun 22, 2024
08cbd86
Expand TestSuite test suite
eljonny Jun 22, 2024
a747db8
Remove excess whitespace, add/fix/flesh-out docs, fix private API.
eljonny Jun 23, 2024
3588c3f
Finish removing reliance on the parameter
eljonny Jun 23, 2024
4e5c27a
Remove unused function
eljonny Jun 23, 2024
f401e00
Fix multiple frees on streams, make sure test failures aren't silenced
eljonny Jun 27, 2024
e799c2a
Clean up how test failures in a suite are recorded; Fixed failing tests
eljonny Jun 27, 2024
d865b64
Another windows-only segfault
eljonny Jun 27, 2024
f84ce34
Windows segfault - deeper debug logging
eljonny Jun 27, 2024
b715dee
Windows segfault debugging - remove some dbg logging, add deeper logging
eljonny Jun 28, 2024
ab7c558
Fixed a bug where cout buffer was being used instead of clog and cerr
eljonny Jun 28, 2024
5fece16
It looks like that bug fix fixed the windows segfault in the TC tests
eljonny Jun 28, 2024
082dac6
Fix Static Analysis build badge
eljonny Jun 28, 2024
b72f3aa
Clarify that the lib cannot be installed with vcpkg or conan yet
eljonny Jun 28, 2024
5d4ae08
This needed to be committed to main
eljonny Jul 2, 2024
8f8e58f
Mark constructors as explicit to conform to the C++ standard (#15)
eljonny Jul 2, 2024
4ccf97d
Ignore .vs directory, should not be in version control
eljonny Aug 3, 2024
d4e4c78
Ignore new build output structure.
eljonny Aug 12, 2024
1af33e2
Sometimes it appears CMAKE_CONFIGURATION_TYPES is used instead of CMA…
eljonny Aug 12, 2024
2e7a694
Work in the build.
eljonny Sep 22, 2024
eba807b
Update CMakePresets.json
eljonny Jan 24, 2025
9d41166
Remove split out preset files, they are all now in CMakePresets.json
eljonny Jan 24, 2025
a5e5adc
Remove outputJUnitFile since VS appears to not support version 6, red…
eljonny Jan 24, 2025
596f08e
Update presets so all configurations are covered as buildPresets, fixes
eljonny Feb 6, 2025
ef61b93
Fixes for issues revealed through ClangCL compilation
eljonny Feb 6, 2025
8c4453a
Fixes for issues revealed through ClangCL compilation
eljonny Feb 6, 2025
279cfcd
Update the CMake Presets version to 6, as that is what we are intendi…
eljonny Feb 8, 2025
0a156bc
Expand/fix/refmt .clang-tidy, enhance CMakePresets, toolchains, cmake
eljonny Feb 17, 2025
a3e3ba8
Fix boolean operator casing.
eljonny Feb 17, 2025
af01d0a
Fix issues uncovered in finishing presets for Windows builds
eljonny Feb 17, 2025
742e527
Qualify calls to std::move, remove using std::move.
eljonny Feb 17, 2025
b8d2442
Update codecov.yml
eljonny Feb 17, 2025
a63959c
Removed obsolete/generated CodeLite files and duplicate license file.
eljonny Feb 18, 2025
b241977
Ignore the cppcheck checkers report file.
eljonny Feb 18, 2025
bb47c16
New CI workflows - build MSIs, added image resources, readme updates
eljonny Feb 18, 2025
f2be04b
Fix cpack not using the built configuration
eljonny Feb 18, 2025
d216bc4
Whoopsies
eljonny Feb 18, 2025
8358606
Created a fork of StaticAnalysis action that uses clang-19, try using it
eljonny Feb 18, 2025
d29104e
Merge branch 'main' into fix-cppcheck-constparameterreference
eljonny Feb 18, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

These merge commits were added into this branch cleanly.

There are no new changes to show.