0
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Feb 03, 2025 — Feb 03, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Handle escaping of double quotes in GDB pretty printer generator
Niall Douglas
as Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
More... over 1 year ago
Flatten commit history for #57. More... over 1 year ago
Using a starter Python script from @k3DW, automate the generation of inline GDB pretty printers from a source python file.
Niall Douglas
as Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
More... over 1 year ago
Fix use of no longer valid python in script.
Niall Douglas
as Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
More... over 1 year ago
Fix issue #56 missing `<cstdint>` dependency include.
Niall Douglas
as Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
More... over 1 year ago
Fix failure to build on Mac OS with ARM CPUs.
Niall Douglas
as Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
More... over 1 year ago
Fix warning on 32 bit Windows.
Niall Douglas
as Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
More... almost 2 years ago
Fix very minor UB of potentially overshifting an integer past its representational bounds.
Niall Douglas
as Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
More... about 2 years ago
Merge pull request #55 from ned14/dev/min_error_max_diagnostics More... about 2 years ago
fix: Fail the compiliation if min/max are defined More... about 2 years ago
Merge pull request #53 from audricschiltknecht/fix_nodiscard_gcc_c++17 More... about 2 years ago
Use [[nodiscard]] on GCC when concepts are not used More... about 2 years ago
build: Add CMakeFindDependencyMacro to CMake config More... about 2 years ago
Merge pull request #52 from ned14/dev/fix_compiler_detection_on_msvc More... over 2 years ago
build: Respect MSVC runtime configuration More... over 2 years ago
Merge branch 'master' of github.com:ned14/quickcpplib
Niall Douglas
as Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
More... over 2 years ago
Remove use of `std::iterator`, which is deprecated since C++ 17.
Niall Douglas
as Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
More... over 2 years ago
Merge pull request #49 from ngrodzitski/feature/support-system-nonstd-xxx More... over 2 years ago
build: Remove debug messages More... over 2 years ago
build: Find dependencies on package import More... over 2 years ago
build: Remove dependence on include paths for configs More... over 2 years ago
Merge pull request #51 from ned14/dev/require-cmake-3.9 More... over 2 years ago
build: Fuse library selection into a generated config More... over 2 years ago
build: Require at least CMake 3.9 More... over 2 years ago
Decide nonstd-* headers with macro More... over 2 years ago
Make cmake aware of system byte/span -lite More... over 2 years ago
Allow to use nonstd-* libs located in system path or in package-manager controlled locations More... over 2 years ago
Move finding OpenSSL before hunter.
Niall Douglas
as Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
More... over 2 years ago
Give up on trying to pass in CMAKE ARGS to cpp-pm, just find OpenSSL going forth.
Niall Douglas
as Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
More... over 2 years ago
Fix test_cpp-pm_install.py
Niall Douglas
as Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
More... over 2 years ago