Skip to content
Navigation Menu
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
Type
/
to search
Sign in
Sign up
Appearance settings
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 }}
davidsd
/
sdpb
Public
Notifications
You must be signed in to change notification settings
Fork
47
Star
76
Code
Issues
31
Pull requests
3
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Add CMake support (Do not merge)
- #223
#223
Draft
bharathr98
wants to merge 24 commits into
davidsd:master
davidsd/sdpb:master
from
bharathr98:cmake-support-cherry
bharathr98/sdpb:cmake-support-cherry
Copy head branch name to clipboard
Conversation
Commits
24
(24)
Checks
Files changed
Draft
Add CMake support (Do not merge)
#223
bharathr98
wants to merge 24 commits into
davidsd:master
davidsd/sdpb:master
from
bharathr98:cmake-support-cherry
bharathr98/sdpb:cmake-support-cherry
Copy head branch name to clipboard
Commits
Commits on Mar 5, 2024
Initial commit, with a few immediate translations
Show description for 0b95949
bharathr98
committed
0b95949
View commit details
Copy full SHA for 0b95949
Browse repository at this point
Makes messages look nice
bharathr98
committed
b16b4a4
View commit details
Copy full SHA for b16b4a4
Browse repository at this point
Code that is able to load boost, mpfr, rapidjson, libarchive
bharathr98
committed
39219cf
View commit details
Copy full SHA for 39219cf
Browse repository at this point
Able to find MPFR now
Show description for 4e2f6a7
bharathr98
committed
4e2f6a7
View commit details
Copy full SHA for 4e2f6a7
Browse repository at this point
libxml and rapidjson work. Finding libarchive fails - possible fix is needing libarchive-dev
bharathr98
committed
8e6f7fe
View commit details
Copy full SHA for 8e6f7fe
Browse repository at this point
Working solution for Elemental. Fixed incorrect if(LINUX). Cosmetic changes
bharathr98
committed
68a96dc
View commit details
Copy full SHA for 68a96dc
Browse repository at this point
Fully functional code for GMP, GMPXX, Boost, LibXml2, RapidJSON, LibArchive. Removed few refs to local paths
bharathr98
committed
42090dd
View commit details
Copy full SHA for 42090dd
Browse repository at this point
Updated .gitignore to ignore CMake generated files
bharathr98
committed
db5571d
View commit details
Copy full SHA for db5571d
Browse repository at this point
Merge branch 'davidsd:master' into cmake-support-cherry
bharathr98
authored
39f0949
View commit details
Copy full SHA for 39f0949
Browse repository at this point
Necessary CMakeLists.txt files to build all libraries and executables, plus additional Boost components. Integration tests pending
bharathr98
committed
ff0110e
View commit details
Copy full SHA for ff0110e
Browse repository at this point
Cosmetic changes
bharathr98
committed
0fa667b
View commit details
Copy full SHA for 0fa667b
Browse repository at this point
Refactored GMP, GMPXX, MPFR. Removed pkg_check_module calls, commented pkgconfig
bharathr98
committed
71faa0e
View commit details
Copy full SHA for 71faa0e
Browse repository at this point
Commits on Mar 7, 2024
Added install directives for `make install`
bharathr98
committed
fe7e2f2
View commit details
Copy full SHA for fe7e2f2
Browse repository at this point
Added _GNU_SOURCE compile definition for macs
Show description for 09a198a
bharathr98
committed
09a198a
View commit details
Copy full SHA for 09a198a
Browse repository at this point
Added custom solution for Elemental for Docker
Show description for 1222b89
bharathr98
committed
1222b89
View commit details
Copy full SHA for 1222b89
Browse repository at this point
Added Docker targets cmake-build, cmake-install, and (non-functional) cmake-test
bharathr98
committed
56032d5
View commit details
Copy full SHA for 56032d5
Browse repository at this point
Commits on Mar 11, 2024
Set up release and debug build types. Reorder git handling
bharathr98
committed
87c6a09
View commit details
Copy full SHA for 87c6a09
Browse repository at this point
Comment out CBLAS, remove unnecessary backtrace, clean up comments
Show description for 9baff5e
bharathr98
committed
9baff5e
View commit details
Copy full SHA for 9baff5e
Browse repository at this point
Commits on Mar 16, 2024
Tests build now. WIP - Dependence on Catch2 unclear
bharathr98
committed
f599a08
View commit details
Copy full SHA for f599a08
Browse repository at this point
Commits on Mar 20, 2024
Resolve linker and pthreads issues. Update paths to binaries
bharathr98
committed
a6b3c2c
View commit details
Copy full SHA for a6b3c2c
Browse repository at this point
Commits on Apr 9, 2024
Resolve merge conflict in test/run_all_tests.sh
bharathr98
committed
fa85882
View commit details
Copy full SHA for fa85882
Browse repository at this point
Commits on May 3, 2024
Resolve merge conflict by incorporating both changes in gitignore
bharathr98
committed
a4fb25d
View commit details
Copy full SHA for a4fb25d
Browse repository at this point
Commits on Jun 17, 2024
Cleanup of paths to match with upstream changes
bharathr98
committed
4f652ef
View commit details
Copy full SHA for 4f652ef
Browse repository at this point
Merge branch 'master' into cmake-support-cherry
Show description for 4c3e65c
bharathr98
committed
4c3e65c
View commit details
Copy full SHA for 4c3e65c
Browse repository at this point
You can’t perform that action at this time.