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
.
stepcode
/
stepcode
Public
Notifications
You must be signed in to change notification settings
Fork
131
Star
513
Code
Issues
66
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
stepcode
cmake
on
update_dev_guidelines
User selector
All users
All time
Commit history
Commits on Aug 17, 2021
Add a sentinel target for perplex generated output
Show description for e427765
starseeker
committed
e427765
View commit details
Copy full SHA for e427765
View code at this point
Browse repository at this point
Commits on Aug 15, 2021
Use CMake 3.12 everywhere.
starseeker
authored and
cshorler
committed
62be4c9
View commit details
Copy full SHA for 62be4c9
View code at this point
Browse repository at this point
Remove no-longer-used CMake files.
starseeker
authored and
cshorler
committed
8adb5e6
View commit details
Copy full SHA for 8adb5e6
View code at this point
Browse repository at this point
Until we need the newer re2c, don't insist on it.
Show description for fceb573
starseeker
authored and
cshorler
committed
fceb573
View commit details
Copy full SHA for fceb573
View code at this point
Browse repository at this point
Make copy more robust for parallel builds
Show description for ae18190
starseeker
authored and
cshorler
committed
ae18190
View commit details
Copy full SHA for ae18190
View code at this point
Browse repository at this point
Build again w/ the generator tools.
starseeker
authored and
cshorler
committed
8c9b347
View commit details
Copy full SHA for 8c9b347
View code at this point
Browse repository at this point
Simplify the Lemon and RE2C modules
Show description for 22c437d
cshorler
committed
22c437d
View commit details
Copy full SHA for 22c437d
View code at this point
Browse repository at this point
update build system
Show description for 5ea56aa
starseeker
authored and
cshorler
committed
5ea56aa
View commit details
Copy full SHA for 5ea56aa
View code at this point
Browse repository at this point
CMake update
Show description for 6cf5d1e
cshorler
committed
6cf5d1e
View commit details
Copy full SHA for 6cf5d1e
View code at this point
Browse repository at this point
Commits on Aug 14, 2021
simplify SC_VERSION and library versioning
cshorler
committed
e617808
View commit details
Copy full SHA for e617808
View code at this point
Browse repository at this point
Commits on Aug 4, 2021
Reverting develop back to commit 548fd82ad7ec37301fd
starseeker
committed
4f20f39
View commit details
Copy full SHA for 4f20f39
View code at this point
Browse repository at this point
Commits on Dec 18, 2020
Simplify header generation.
starseeker
committed
a1462e9
View commit details
Copy full SHA for a1462e9
View code at this point
Browse repository at this point
Commits on Dec 14, 2020
Wignored-qualifiers errors make looking for any other issues difficult - suppress them until we can figure out how not to trigger them.
starseeker
committed
ec35904
View commit details
Copy full SHA for ec35904
View code at this point
Browse repository at this point
Simplify build options.
Show description for 9bba7d5
starseeker
committed
9bba7d5
View commit details
Copy full SHA for 9bba7d5
View code at this point
Browse repository at this point
Remove the express-only option
starseeker
committed
4bf478b
View commit details
Copy full SHA for 4bf478b
View code at this point
Browse repository at this point
Remove unused file, line wrap scanner README
starseeker
committed
725ec37
View commit details
Copy full SHA for 725ec37
View code at this point
Browse repository at this point
Simplify BUILD_SHARED_LIBS and BUILD_STATIC_LIBS options.
starseeker
committed
5d8c597
View commit details
Copy full SHA for 5d8c597
View code at this point
Browse repository at this point
Simplify relative directory settings
starseeker
committed
44fb196
View commit details
Copy full SHA for 44fb196
View code at this point
Browse repository at this point
Dispense with the separate version header
starseeker
committed
6368ed0
View commit details
Copy full SHA for 6368ed0
View code at this point
Browse repository at this point
Commits on Dec 3, 2020
Go with the simpler version string.
Show description for 142edd5
starseeker
committed
142edd5
View commit details
Copy full SHA for 142edd5
View code at this point
Browse repository at this point
Don't set RPATH settings if they've already been defined.
starseeker
committed
371d498
View commit details
Copy full SHA for 371d498
View code at this point
Browse repository at this point
Commits on Dec 1, 2020
Adjust versioning of shared libraries.
Show description for 90de683
starseeker
committed
90de683
View commit details
Copy full SHA for 90de683
View code at this point
Browse repository at this point
Remove md5 verification of generated sources.
Show description for 414b870
starseeker
committed
414b870
View commit details
Copy full SHA for 414b870
View code at this point
Browse repository at this point
Update Find* modules to the latest from BRL-CAD
starseeker
committed
3f8bde4
View commit details
Copy full SHA for 3f8bde4
View code at this point
Browse repository at this point
Commits on Jul 21, 2020
reenable lemon / full build for integration test purposes
cshorler
committed
88e82d8
View commit details
Copy full SHA for 88e82d8
View code at this point
Browse repository at this point
ensure when SC_BUILD_EXPRESS_ONLY is set that we do not build the schema scanner
cshorler
committed
a4d1e03
View commit details
Copy full SHA for a4d1e03
View code at this point
Browse repository at this point
Commits on Aug 26, 2019
begin to modernise / simplify CMake code
cshorler
committed
5ab50bb
View commit details
Copy full SHA for 5ab50bb
View code at this point
Browse repository at this point
use _WIN32 for Windows and _MSC_VER for compiler checks
cshorler
committed
85b76db
View commit details
Copy full SHA for 85b76db
View code at this point
Browse repository at this point
Commits on Aug 7, 2019
drop the Generic typedef
cshorler
committed
e934fa2
View commit details
Copy full SHA for e934fa2
View code at this point
Browse repository at this point
Commits on Jul 13, 2018
Misc. typos
Show description for f93abd2
luzpaz
committed
f93abd2
View commit details
Copy full SHA for f93abd2
View code at this point
Browse repository at this point
Commits on Aug 21, 2017
sc_version_string: Use temporary names resilient against parallel builds
Show description for d39fbaf
jepler
committed
d39fbaf
View commit details
Copy full SHA for d39fbaf
View code at this point
Browse repository at this point
sc_version_string: omit the date and time when testing
Show description for e422262
jepler
committed
e422262
View commit details
Copy full SHA for e422262
View code at this point
Browse repository at this point
Commits on Aug 15, 2017
Fix build error with g++ 6.3 (Debian Stretch)
Show description for 0fbc3c0
jepler
committed
0fbc3c0
View commit details
Copy full SHA for 0fbc3c0
View code at this point
Browse repository at this point
Commits on Aug 6, 2016
Add an option to completely bypass the git management of the version header.
starseeker
committed
8627627
View commit details
Copy full SHA for 8627627
View code at this point
Browse repository at this point
Allow the user to control whether C++11 is used (matters for subbuilds)
starseeker
committed
9b09175
View commit details
Copy full SHA for 9b09175
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.