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
src
clutils
on
develop
User selector
All users
All time
Commit history
Commits on Jul 25, 2026
Clear some build warnings
starseeker
committed
bf80813
View commit details
Copy full SHA for bf80813
View code at this point
Browse repository at this point
Commits on Oct 2, 2022
Keep longer directory names
Show description for d824fc0
starseeker
committed
d824fc0
View commit details
Copy full SHA for d824fc0
View code at this point
Browse repository at this point
Remove includes of other lib src directories
starseeker
committed
1bd7ad9
View commit details
Copy full SHA for 1bd7ad9
View code at this point
Browse repository at this point
Move utils headers
starseeker
committed
bc96f29
View commit details
Copy full SHA for bc96f29
View code at this point
Browse repository at this point
First steps of resituating stepcode headers
Show description for 33102ee
starseeker
committed
33102ee
View commit details
Copy full SHA for 33102ee
View code at this point
Browse repository at this point
Commits on Sep 26, 2022
Remove base library from stepcode
Show description for 7dbda20
starseeker
authored and
cshorler
committed
7dbda20
View commit details
Copy full SHA for 7dbda20
View code at this point
Browse repository at this point
Commits on Jun 11, 2022
Set default types, note a bad problem with how sc_hash is set up.
starseeker
authored and
cshorler
committed
43231cd
View commit details
Copy full SHA for 43231cd
View code at this point
Browse repository at this point
Use free on fileList[index]
starseeker
authored and
cshorler
committed
7209a3e
View commit details
Copy full SHA for 7209a3e
View code at this point
Browse repository at this point
Use strncpy to copy path to buf
starseeker
authored and
cshorler
committed
88e512c
View commit details
Copy full SHA for 88e512c
View code at this point
Browse repository at this point
sc_cf.h -> config.h
Show description for 97c3d19
starseeker
authored and
cshorler
committed
97c3d19
View commit details
Copy full SHA for 97c3d19
View code at this point
Browse repository at this point
Make sure BUFSIZ buffers have room for NULL
Show description for 0fd354c
starseeker
authored and
cshorler
committed
0fd354c
View commit details
Copy full SHA for 0fd354c
View code at this point
Browse repository at this point
Commits on Mar 22, 2022
Fix FileExists() logic
Brian Alger
committed
f19cfec
View commit details
Copy full SHA for f19cfec
View code at this point
Browse repository at this point
Commits on Aug 16, 2021
Clear some C++ compilation warnings from the main stepcode libs
starseeker
committed
1f1965b
View commit details
Copy full SHA for 1f1965b
View code at this point
Browse repository at this point
Commits on Aug 15, 2021
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 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 14, 2020
See if we can just do a straight up check on these.
starseeker
committed
a366339
View commit details
Copy full SHA for a366339
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
Clear some C++ compilation warnings from the main stepcode libs
starseeker
committed
f878357
View commit details
Copy full SHA for f878357
View code at this point
Browse repository at this point
Commits on Dec 9, 2020
Update formatting with astyle - use K&R
starseeker
committed
93cb422
View commit details
Copy full SHA for 93cb422
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
silence MSVC warning 4251 - should be revisited later (if std:: interface layer needs to be limited)
cshorler
committed
254024b
View commit details
Copy full SHA for 254024b
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 Dec 23, 2017
More Misc. typos
Unknown
committed
4110550
View commit details
Copy full SHA for 4110550
View code at this point
Browse repository at this point
Commits on Aug 21, 2017
errordesc.cc: Correctly append a single character to a std::string
Show description for 1d01b83
jepler
committed
1d01b83
View commit details
Copy full SHA for 1d01b83
View code at this point
Browse repository at this point
Commits on Aug 4, 2015
'register' storage class specifier is deprecated [-Wdeprecated-register]
mpictor
committed
4d32009
View commit details
Copy full SHA for 4d32009
View code at this point
Browse repository at this point
Commits on Jul 26, 2015
cleanup
mpictor
committed
942fb89
View commit details
Copy full SHA for 942fb89
View code at this point
Browse repository at this point
printf(...) -> fprintf( stderr, ...): warnings and errors should not be on stdout
mpictor
committed
893936b
View commit details
Copy full SHA for 893936b
View code at this point
Browse repository at this point
Commits on Apr 13, 2015
eliminate a reference to temporary, modify 2 funcs
Show description for cba6fec
mpictor
committed
cba6fec
View commit details
Copy full SHA for cba6fec
View code at this point
Browse repository at this point
Commits on Dec 26, 2014
add variable names to some prototypes in ErrorDescriptor header
mpictor
committed
6e636d1
View commit details
Copy full SHA for 6e636d1
View code at this point
Browse repository at this point
Commits on Mar 1, 2014
More whitespace and case tweaks
starseeker
authored and
mpictor
committed
10fb741
View commit details
Copy full SHA for 10fb741
View code at this point
Browse repository at this point
whitespace changes
starseeker
authored and
mpictor
committed
44e02c9
View commit details
Copy full SHA for 44e02c9
View code at this point
Browse repository at this point
Add CMake footer comment to CMake files
starseeker
authored and
mpictor
committed
c0e74a9
View commit details
Copy full SHA for c0e74a9
View code at this point
Browse repository at this point
Commits on Sep 17, 2013
#if -> #ifdef
mpictor
committed
04b1b61
View commit details
Copy full SHA for 04b1b61
View code at this point
Browse repository at this point
Commits on Aug 30, 2013
Update to stepcode function 'DirObj::CheckIndex' to quiet a valgrind 'mismatched free' warning.
Show description for ec630ba
r_weiss
authored and
mpictor
committed
ec630ba
View commit details
Copy full SHA for ec630ba
View code at this point
Browse repository at this point
Merge pull request #254 from stepcode/ks/installHdrs
Show description for 6963fc5
mpictor
committed
6963fc5
View commit details
Copy full SHA for 6963fc5
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.