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
clstepcore
ExpDict.cc
on
develop
User selector
All users
All time
Commit history
Commits on Feb 9, 2015
continue splitting ExpDict up
mpictor
committed
5b68726
View commit details
Copy full SHA for 5b68726
View code at this point
Browse repository at this point
Commits on Feb 8, 2015
move more classes out of ExpDict.*
mpictor
committed
d7b3129
View commit details
Copy full SHA for d7b3129
View code at this point
Browse repository at this point
start breaking up ExpDict into small files
mpictor
committed
cf11cad
View commit details
Copy full SHA for cf11cad
View code at this point
Browse repository at this point
Commits on Dec 26, 2014
oops, forgot an include
mpictor
committed
0f5179e
View commit details
Copy full SHA for 0f5179e
View code at this point
Browse repository at this point
minor cleanup
mpictor
committed
bfbd8df
View commit details
Copy full SHA for bfbd8df
View code at this point
Browse repository at this point
fix inverse attr initialization; attr was being found but it wasn't exiting the loop
mpictor
committed
e74d4dc
View commit details
Copy full SHA for e74d4dc
View code at this point
Browse repository at this point
flesh out InitIAttrs() in eDesc, instance
mpictor
committed
87c66bb
View commit details
Copy full SHA for 87c66bb
View code at this point
Browse repository at this point
allow const or non-const for ed iter
mpictor
committed
febbb63
View commit details
Copy full SHA for febbb63
View code at this point
Browse repository at this point
more work on inverse attrs, code generation
mpictor
committed
98283dc
View commit details
Copy full SHA for 98283dc
View code at this point
Browse repository at this point
Commits on Sep 18, 2013
parenthesis around assignment used as bool
mpictor
committed
a2661f3
View commit details
Copy full SHA for a2661f3
View code at this point
Browse repository at this point
initialize base class in copy constructor
mpictor
committed
c43de6c
View commit details
Copy full SHA for c43de6c
View code at this point
Browse repository at this point
quell unused parameter warnings in certain functions
Show description for 111172a
mpictor
committed
111172a
View commit details
Copy full SHA for 111172a
View code at this point
Browse repository at this point
Commits on Aug 14, 2013
Merge pull request #250 from starseeker/master
Show description for da3fe45
mpictor
committed
da3fe45
View commit details
Copy full SHA for da3fe45
View code at this point
Browse repository at this point
Reducing the scope of variables
keshashah
authored and
mpictor
committed
cc906fc
View commit details
Copy full SHA for cc906fc
View code at this point
Browse repository at this point
apply r55331 - use delete[] to free new[] memory
starseeker
committed
ba7675a
View commit details
Copy full SHA for ba7675a
View code at this point
Browse repository at this point
Commits on Apr 14, 2013
replace all references to SCL with SC in CMake files and code
mpictor
committed
5fa4b17
View commit details
Copy full SHA for 5fa4b17
View code at this point
Browse repository at this point
Commits on Mar 6, 2013
Run Astyle to sync file layouts
starseeker
committed
8d73798
View commit details
Copy full SHA for 8d73798
View code at this point
Browse repository at this point
Commits on Mar 5, 2013
Make a stab at merging master and brlcad. Not properly working yet, need to remove some files, etc.
starseeker
committed
784363b
View commit details
Copy full SHA for 784363b
View code at this point
Browse repository at this point
Commits on Aug 25, 2012
fix for a gcc internal compiler error due to inlining. make AssignAggrCreator() be defined in a compilation unit.
Christopher Sean Morrison
committed
dcf1a24
View commit details
Copy full SHA for dcf1a24
View code at this point
Browse repository at this point
Commits on Jul 12, 2012
missed ws and doxification changes from SCL git f9b9383
Nicholas Reed
committed
47b8d51
View commit details
Copy full SHA for 47b8d51
View code at this point
Browse repository at this point
Commits on Jun 19, 2012
fix memory leaks; SCL git a1d6b25
Nicholas Reed
committed
8c51693
View commit details
Copy full SHA for 8c51693
View code at this point
Browse repository at this point
Commits on Jun 14, 2012
use scl_memmgr in clstepcore; SCL git 245ff14
Nicholas Reed
committed
da87dbf
View commit details
Copy full SHA for da87dbf
View code at this point
Browse repository at this point
Commits on Jun 13, 2012
Apply SCL git 3fd2222 which removes scl_char_str_list class, but std::vector makes a better replacement than std::deque.
Nicholas Reed
committed
2e8b311
View commit details
Copy full SHA for 2e8b311
View code at this point
Browse repository at this point
Commits on May 10, 2012
Cleanup in clstepcore. SCL git 239ce49 and f9b9383.
Nicholas Reed
committed
28d20d7
View commit details
Copy full SHA for 28d20d7
View code at this point
Browse repository at this point
Commits on May 9, 2012
remove some commented code
Nicholas Reed
committed
c8b44e8
View commit details
Copy full SHA for c8b44e8
View code at this point
Browse repository at this point
Commits on May 3, 2012
Using std::string c_str() too much and empty() not enough. SCL git 2295e71 and b759a0e.
Nicholas Reed
committed
62692cf
View commit details
Copy full SHA for 62692cf
View code at this point
Browse repository at this point
Commits on May 2, 2012
apply cleanup changes from SCL git 9f83ece, 5e6ebb0, and ca50d53
Nicholas Reed
committed
421f298
View commit details
Copy full SHA for 421f298
View code at this point
Browse repository at this point
Commits on Apr 26, 2012
apply changes from SCL git f678f0b, but extract assignments used as truth values for benefit of windows
Nicholas Reed
committed
ba3b963
View commit details
Copy full SHA for ba3b963
View code at this point
Browse repository at this point
Commits on Apr 17, 2012
Apply SCL git d6d7c48 changes. SCLP23 macros replaced with simple SDAI_ prefix.
Nicholas Reed
committed
ece6112
View commit details
Copy full SHA for ece6112
View code at this point
Browse repository at this point
Commits on Apr 5, 2012
Fixed some memory leaks in ExpDict.cc.
Show description for a1d6b25
davyw
committed
a1d6b25
View commit details
Copy full SHA for a1d6b25
View code at this point
Browse repository at this point
Commits on Mar 27, 2012
run astyle on SCL sources with misc/astyle.cfg options
Nicholas Reed
committed
8c8f2a1
View commit details
Copy full SHA for 8c8f2a1
View code at this point
Browse repository at this point
Commits on Mar 20, 2012
Added scl_memmgr to clstepcore library.
davyw
committed
245ff14
View commit details
Copy full SHA for 245ff14
View code at this point
Browse repository at this point
Commits on Mar 8, 2012
remove unused variables
Nicholas Reed
committed
10bf6f0
View commit details
Copy full SHA for 10bf6f0
View code at this point
Browse repository at this point
Commits on Feb 17, 2012
remove some dead code
Nicholas Reed
committed
fdcdace
View commit details
Copy full SHA for fdcdace
View code at this point
Browse repository at this point
Commits on Feb 15, 2012
Replace the scl_char_str__list class with std::deque
Show description for 3fd2222
mpictor
committed
3fd2222
View commit details
Copy full SHA for 3fd2222
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.