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
cleditor
on
develop
User selector
All users
All time
Commit history
Commits on May 1, 2026
fixed SHARED vs STATIC lib logic in multiple locations
Marc Umbricht
committed
ebf495a
View commit details
Copy full SHA for ebf495a
View code at this point
Browse repository at this point
Commits on Feb 5, 2026
Use snprintf instead of sprintf. There are probably other string handling modernizations to do here...
starseeker
committed
58732df
View commit details
Copy full SHA for 58732df
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 editor headers
starseeker
committed
f9f5c71
View commit details
Copy full SHA for f9f5c71
View code at this point
Browse repository at this point
Move remaining stepcore headers
starseeker
committed
ac19698
View commit details
Copy full SHA for ac19698
View code at this point
Browse repository at this point
Move all non STEP* headers in stepcore
starseeker
committed
77a43bc
View commit details
Copy full SHA for 77a43bc
View code at this point
Browse repository at this point
Move stepcore headers through r*
starseeker
committed
fc4edb9
View commit details
Copy full SHA for fc4edb9
View code at this point
Browse repository at this point
Relocate i* stepcore headers
starseeker
committed
6e53c8f
View commit details
Copy full SHA for 6e53c8f
View code at this point
Browse repository at this point
Move the e* clstepcore headers
starseeker
committed
9d1583b
View commit details
Copy full SHA for 9d1583b
View code at this point
Browse repository at this point
Move d* headers in clstepcore
starseeker
committed
94c9783
View commit details
Copy full SHA for 94c9783
View code at this point
Browse repository at this point
Move a few more headers
starseeker
committed
840d57c
View commit details
Copy full SHA for 840d57c
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
Add destructor for CmdMgr
starseeker
authored and
cshorler
committed
874dca8
View commit details
Copy full SHA for 874dca8
View code at this point
Browse repository at this point
Use array deletes, clean up temporary objects.
starseeker
authored and
cshorler
committed
c7bd9fa
View commit details
Copy full SHA for c7bd9fa
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 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
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 Nov 27, 2017
Misc. typos
luzpaz
committed
11942a3
View commit details
Copy full SHA for 11942a3
View code at this point
Browse repository at this point
Commits on Sep 15, 2017
Misc. typos
Show description for 0eb7aab
luzpaz
committed
0eb7aab
View commit details
Copy full SHA for 0eb7aab
View code at this point
Browse repository at this point
Commits on Jun 14, 2015
warning about extra parens
mpictor
committed
97731f8
View commit details
Copy full SHA for 97731f8
View code at this point
Browse repository at this point
Commits on Feb 8, 2015
unused variable warning
mpictor
committed
105cce4
View commit details
Copy full SHA for 105cce4
View code at this point
Browse repository at this point
Commits on Mar 1, 2014
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 Nov 11, 2013
Fix stream comparison when using C++ 11.
Show description for 51f6fed
Rob McDonald
committed
51f6fed
View commit details
Copy full SHA for 51f6fed
View code at this point
Browse repository at this point
Commits on Oct 12, 2013
oops, some STEPattribute constructors didn't initialize all members
mpictor
committed
6700b19
View commit details
Copy full SHA for 6700b19
View code at this point
Browse repository at this point
make some STEPattribute members protected - access via funcs
Show description for 108db13
mpictor
committed
108db13
View commit details
Copy full SHA for 108db13
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.