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 }}
optionalg
/
stepcode
Public
forked from
stepcode/stepcode
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
stepcode
src
express
expr.c
on
master
User selector
All users
All time
Commit history
Commits on May 21, 2015
improve comments for doxygen
mpictor
committed
8968401
View commit details
Copy full SHA for 8968401
View code at this point
Browse repository at this point
Commits on Jan 26, 2015
eliminate parser crash with PLIB Part 25 (#79)
Show description for 2216cf4
mpictor
committed
2216cf4
View commit details
Copy full SHA for 2216cf4
View code at this point
Browse repository at this point
Commits on Oct 2, 2013
allows exppp output filename (or stdout) to be specified with -o
Show description for 68be23e
mpictor
committed
68be23e
View commit details
Copy full SHA for 68be23e
View code at this point
Browse repository at this point
Commits on Sep 15, 2013
unused parameter
mpictor
committed
1d47136
View commit details
Copy full SHA for 1d47136
View code at this point
Browse repository at this point
c++ comment warnings
mpictor
committed
1a6fd8c
View commit details
Copy full SHA for 1a6fd8c
View code at this point
Browse repository at this point
Wshadow warnings in src/express
mpictor
committed
17b0647
View commit details
Copy full SHA for 17b0647
View code at this point
Browse repository at this point
Commits on Apr 14, 2013
changes due to running astyle
mpictor
committed
9065851
View commit details
Copy full SHA for 9065851
View code at this point
Browse repository at this point
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 Apr 1, 2013
Make a stab at merging in changes from https://github.com/stepcode/stepcode/pull/192, needed for select_lookup_enum.exp
starseeker
committed
36dc0dd
View commit details
Copy full SHA for 36dc0dd
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 Jul 5, 2012
remove unportable/unnecessary calls to unistd.h pause used after certain errors to allow attaching debugger
Nicholas Reed
committed
58f3cb8
View commit details
Copy full SHA for 58f3cb8
View code at this point
Browse repository at this point
Commits on Jun 24, 2012
in case labels, handle selects with enum supertypes
mpictor
committed
357bdc3
View commit details
Copy full SHA for 357bdc3
View code at this point
Browse repository at this point
cleanup, and use bool in place of int in one place
mpictor
committed
485cfa8
View commit details
Copy full SHA for 485cfa8
View code at this point
Browse repository at this point
use INT_MAX, rather than SCL's 32-bit MAXINT
mpictor
committed
948f2bc
View commit details
Copy full SHA for 948f2bc
View code at this point
Browse repository at this point
Commits on Jun 19, 2012
partial support for aggregate bounds that aren't compile-time constants; SCL git 7425e55d
Nicholas Reed
committed
c4d38fc
View commit details
Copy full SHA for c4d38fc
View code at this point
Browse repository at this point
add fedex_plus/express memory cleanup function; SCL git f5d0cc5
Nicholas Reed
committed
205debf
View commit details
Copy full SHA for 205debf
View code at this point
Browse repository at this point
Commits on Jun 13, 2012
use scl_memmgr in express; SCL git 82c84e7 and 4d6d249
Nicholas Reed
committed
885828c
View commit details
Copy full SHA for 885828c
View code at this point
Browse repository at this point
Commits on Jun 12, 2012
Warn about indexing binary types instead of failing. Allows fedex_plus to produce output for ap221 and ap235 express schemas. SCL git 4cd7e7c.
Nicholas Reed
committed
6b15b82
View commit details
Copy full SHA for 6b15b82
View code at this point
Browse repository at this point
ws/style from SCL git 09f3472 and d94a449
Nicholas Reed
committed
e6b0942
View commit details
Copy full SHA for e6b0942
View code at this point
Browse repository at this point
Warn about indexing a select with mixed base types. SCL git 67f8897.
Nicholas Reed
committed
251c5f8
View commit details
Copy full SHA for 251c5f8
View code at this point
Browse repository at this point
Commits on Jun 11, 2012
handle indexing on generics; SCL git ed76f0b
Nicholas Reed
committed
dc78aae
View commit details
Copy full SHA for dc78aae
View code at this point
Browse repository at this point
cleanup/ws from SCL git 1da31f6 and 3aee5f3
Nicholas Reed
committed
b6f4eaa
View commit details
Copy full SHA for b6f4eaa
View code at this point
Browse repository at this point
Commits on May 10, 2012
Fix and doxify comments, plus misc cleanup. SCL git 3e8c116, 5dc0439, 5d36b32, and 65791a2.
Nicholas Reed
committed
1ed73e8
View commit details
Copy full SHA for 1ed73e8
View code at this point
Browse repository at this point
Commits on Apr 26, 2012
Remove rcsid strings from sources and don't generate Id comments. SCL git 922a795 and 9367823.
Nicholas Reed
committed
11ba915
View commit details
Copy full SHA for 11ba915
View code at this point
Browse repository at this point
Commits on Apr 4, 2012
remove unused variables as seen in SCL git 1492641 and 2b31086
Nicholas Reed
committed
22ad90b
View commit details
Copy full SHA for 22ad90b
View code at this point
Browse repository at this point
Commits on Mar 30, 2012
Add support for aggregate bounds that are not compile-time constants.
Show description for 7425e55
mpictor
committed
7425e55
View commit details
Copy full SHA for 7425e55
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 13, 2012
Added fedex_plus/express cleanup functions.
Show description for f5d0cc5
davyw
committed
f5d0cc5
View commit details
Copy full SHA for f5d0cc5
View code at this point
Browse repository at this point
Commits on Feb 27, 2012
Added use of scl_memmgr to express library.
Show description for 4d6d249
davyw
committed
4d6d249
View commit details
Copy full SHA for 4d6d249
View code at this point
Browse repository at this point
Commits on Feb 3, 2012
cleanup and doxify src/express
mpictor
committed
3e8c116
View commit details
Copy full SHA for 3e8c116
View code at this point
Browse repository at this point
Commits on Feb 2, 2012
Remove obsolete fn macros OBJequal OBJfree OBJreference OBJget_data
Show description for 1481950
mpictor
committed
1481950
View commit details
Copy full SHA for 1481950
View code at this point
Browse repository at this point
use static_inline instead of 'static inline' so that we're consistent with other uses and expand correctly to the right symbols for this compilation
Christopher Sean Morrison
committed
5ca90a9
View commit details
Copy full SHA for 5ca90a9
View code at this point
Browse repository at this point
Commits on Jan 27, 2012
Add a warning for unsupported language features, and print it for indexing upon a binary
mpictor
committed
4cd7e7c
View commit details
Copy full SHA for 4cd7e7c
View code at this point
Browse repository at this point
Commits on Jan 6, 2012
Ran astyle to fix code style.
davyw
committed
873a86d
View commit details
Copy full SHA for 873a86d
View code at this point
Browse repository at this point
Commits on Jan 4, 2012
Fixed local variable declarations to be msvc compliant.
davyw
committed
09f3472
View commit details
Copy full SHA for 09f3472
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.