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
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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
smithlabcode
/
falco
Public
Notifications
You must be signed in to change notification settings
Fork
13
Star
136
Code
Issues
12
Pull requests
1
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Updates to allow building with Apple Clang on macOS
- #118
#118
Merged
andrewdavidsmith
merged 9 commits into
main
smithlabcode/falco:main
from
changes-to-build-with-apple-clang
smithlabcode/falco:changes-to-build-with-apple-clang
Copy head branch name to clipboard
Aug 17, 2026
Conversation
Commits
9
(9)
Checks
Files changed
Merged
Updates to allow building with Apple Clang on macOS
#118
andrewdavidsmith
merged 9 commits into
main
smithlabcode/falco:main
from
changes-to-build-with-apple-clang
smithlabcode/falco:changes-to-build-with-apple-clang
Copy head branch name to clipboard
Commits
Commits on Aug 17, 2026
src/falco_utils.hcpp: added a replacement for std::views::enumerate for compilers that don't support it (macOS clang). Changed high_resolution_clock to system_clock to satisfy macOS, and it won't m…
Show description for f9c601d
andrewdavidsmith
committed
f9c601d
View commit details
Copy full SHA for f9c601d
Browse repository at this point
src/falco_config.hpp: forward declaration as class not struct because apple clang cares about this consistency
andrewdavidsmith
committed
3134ccf
View commit details
Copy full SHA for 3134ccf
Browse repository at this point
multiple sources: changed std::views::enumerate to falco::views::enumerate for when views enumerate is not present testing __cpp_lib_ranges_enumerate. Also using feature tests and workarounds for _…
Show description for d271772
andrewdavidsmith
committed
d271772
View commit details
Copy full SHA for d271772
Browse repository at this point
src/adapter_set.hcpp: removing a shadowed variable that wasn't needed
andrewdavidsmith
committed
e8ad5bf
View commit details
Copy full SHA for e8ad5bf
Browse repository at this point
iwyu
andrewdavidsmith
committed
e0a266c
View commit details
Copy full SHA for e0a266c
Browse repository at this point
src/falco_analyzer.cpp: adding a header to get falco::views::enumerate
andrewdavidsmith
committed
6340239
View commit details
Copy full SHA for 6340239
Browse repository at this point
src/falco_config.cpp: iwyu
andrewdavidsmith
committed
d4678c1
View commit details
Copy full SHA for d4678c1
Browse repository at this point
src/falco.cpp: iwyu
andrewdavidsmith
committed
1eb162d
View commit details
Copy full SHA for 1eb162d
Browse repository at this point
src/falco_utils.hpp: another condition when formatting run time to try and match gnu time elapsed default format
andrewdavidsmith
committed
734c440
View commit details
Copy full SHA for 734c440
Browse repository at this point
You can’t perform that action at this time.