Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
k3DW
/
quickcpplib
Public
forked from
ned14/quickcpplib
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
master
User selector
All users
All time
Commit history
Commits on Aug 8, 2024
Using a starter Python script from @k3DW, automate the generation
Show description for 215f774
ned14
committed
215f774
Copy full SHA for 215f774
Commits on Jul 30, 2024
Fix use of no longer valid python in script.
ned14
committed
ba9a79e
Copy full SHA for ba9a79e
Commits on Jun 25, 2024
Fix issue #56 missing `<cstdint>` dependency include.
ned14
committed
f1f2a41
Copy full SHA for f1f2a41
Commits on Jun 14, 2024
Fix failure to build on Mac OS with ARM CPUs.
ned14
committed
808dfbc
Copy full SHA for 808dfbc
Commits on Apr 17, 2024
Fix warning on 32 bit Windows.
ned14
committed
743faa0
Copy full SHA for 743faa0
Commits on Dec 8, 2023
Fix very minor UB of potentially overshifting an integer past its
Show description for 72277c7
ned14
committed
72277c7
Copy full SHA for 72277c7
Commits on Nov 21, 2023
Merge pull request #55 from ned14/dev/min_error_max_diagnostics
Show description for 2af3839
BurningEnlightenment
authored
2af3839
Copy full SHA for 2af3839
fix: Fail the compiliation if min/max are defined
Show description for cce51f7
BurningEnlightenment
committed
cce51f7
Copy full SHA for cce51f7
Commits on Nov 18, 2023
Merge pull request #53 from audricschiltknecht/fix_nodiscard_gcc_c++17
Show description for e3cb042
BurningEnlightenment
authored
e3cb042
Copy full SHA for e3cb042
Commits on Nov 17, 2023
Use [[nodiscard]] on GCC when concepts are not used
audricschiltknecht
committed
ff598f0
Copy full SHA for ff598f0
Commits on Nov 7, 2023
build: Add CMakeFindDependencyMacro to CMake config
BurningEnlightenment
committed
7ca9350
Copy full SHA for 7ca9350
Commits on Nov 2, 2023
Merge pull request #52 from ned14/dev/fix_compiler_detection_on_msvc
Show description for 877608a
ned14
authored
877608a
Copy full SHA for 877608a
build: Respect MSVC runtime configuration
BurningEnlightenment
committed
9437ff8
Copy full SHA for 9437ff8
Commits on Nov 1, 2023
Merge branch 'master' of github.com:ned14/quickcpplib
ned14
committed
bb20eef
Copy full SHA for bb20eef
Remove use of `std::iterator`, which is deprecated since C++ 17.
ned14
committed
5b84723
Copy full SHA for 5b84723
Merge pull request #49 from ngrodzitski/feature/support-system-nonstd-xxx
Show description for df877ac
ned14
authored
df877ac
Copy full SHA for df877ac
build: Remove debug messages
BurningEnlightenment
committed
05e4dee
Copy full SHA for 05e4dee
build: Find dependencies on package import
Show description for 759bef4
BurningEnlightenment
committed
759bef4
Copy full SHA for 759bef4
build: Remove dependence on include paths for configs
Show description for 333b207
BurningEnlightenment
committed
333b207
Copy full SHA for 333b207
Commits on Oct 31, 2023
Merge pull request #51 from ned14/dev/require-cmake-3.9
Show description for 3a3c21e
ned14
authored
3a3c21e
Copy full SHA for 3a3c21e
Commits on Oct 30, 2023
build: Fuse library selection into a generated config
Show description for 405b781
BurningEnlightenment
committed
405b781
Copy full SHA for 405b781
Commits on Oct 29, 2023
build: Require at least CMake 3.9
Show description for 09f6d5a
BurningEnlightenment
committed
09f6d5a
Copy full SHA for 09f6d5a
Commits on Sep 18, 2023
Decide nonstd-* headers with macro
ngrodzitski
committed
7f5931c
Copy full SHA for 7f5931c
Commits on Sep 11, 2023
Make cmake aware of system byte/span -lite
ngrodzitski
committed
9463056
Copy full SHA for 9463056
Commits on Sep 7, 2023
Allow to use nonstd-* libs located in system path or in package-manager controlled locations
ngrodzitski
committed
f6b5212
Copy full SHA for f6b5212
Commits on Aug 18, 2023
Move finding OpenSSL before hunter.
ned14
committed
9aaddae
Copy full SHA for 9aaddae
Give up on trying to pass in CMAKE ARGS to cpp-pm, just find OpenSSL going forth.
ned14
committed
8d5efeb
Copy full SHA for 8d5efeb
Fix test_cpp-pm_install.py
ned14
committed
c76da2e
Copy full SHA for c76da2e
Commits on Aug 17, 2023
Change how we handle CMAKE_ARGS in test_cpp-pm_install
ned14
committed
5dd9de7
Copy full SHA for 5dd9de7
Commits on Aug 15, 2023
Enable per-dependency cmake customisation in test_cpp-pm_install
ned14
committed
b9c3efd
Copy full SHA for b9c3efd
Commits on Aug 14, 2023
Fixed breakage of uint128 on 32 bit architectures.
ned14
committed
4da9f36
Copy full SHA for 4da9f36
Commits on Jul 20, 2023
Respect BUILD_SHARED_LIBS.
ned14
committed
5f33a37
Copy full SHA for 5f33a37
Respect BUILD_TESTING, bootstrap will now find_package(quickpplib)
Show description for 016673b
ned14
committed
016673b
Copy full SHA for 016673b
Commits on Jun 30, 2023
build: Try to detect librt and use it if found
BurningEnlightenment
committed
59105c6
Copy full SHA for 59105c6
Merge pull request #46 from ned14/dev/42-fix_missing_timer_t_cast
Show description for 1541558
ned14
authored
1541558
Copy full SHA for 1541558
Previous
Next
You can’t perform that action at this time.