-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: Krande/stepcode
base: develop
head repository: stepcode/stepcode
compare: develop
- 20 commits
- 61 files changed
- 2 contributors
Commits on Dec 5, 2025
-
Address build issues in judySArray and judyS2Array
Co-authored-by: starseeker <238416+starseeker@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 6bbd460 - Browse repository at this point
Copy the full SHA 6bbd460View commit details -
Fix strdup implicit declaration errors for clang 18.1.3 compatibility
Co-authored-by: starseeker <238416+starseeker@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for aa3b89a - Browse repository at this point
Copy the full SHA aa3b89aView commit details -
Fix legacy C style warnings - add void to parameterless function decl…
…arations Co-authored-by: starseeker <238416+starseeker@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 6cbc18b - Browse repository at this point
Copy the full SHA 6cbc18bView commit details -
Fix null pointer dereference in STEPattributeList operator[]
Improves error handling in STEPattributeList operator[] - return an error attribute and set error state rather than trying to rely on crashing via a NULL deference. That's undefined behavior, so it was not guaranteed - this requires the calling code to check the return, but is *much* cleaner. Co-authored-by: starseeker <238416+starseeker@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 845c3fd - Browse repository at this point
Copy the full SHA 845c3fdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6ff7580 - Browse repository at this point
Copy the full SHA 6ff7580View commit details -
Update CMake version requirement for consistency
Co-authored-by: starseeker <238416+starseeker@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 9880ca8 - Browse repository at this point
Copy the full SHA 9880ca8View commit details -
Merge pull request stepcode#3 from starseeker/copilot/debug-test-expp…
…p-supertype-andor Fix test_exppp_supertype_andor CMake version inconsistency
Configuration menu - View commit details
-
Copy full SHA for c2dc4f1 - Browse repository at this point
Copy the full SHA c2dc4f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4025beb - Browse repository at this point
Copy the full SHA 4025bebView commit details
Commits on Dec 8, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 391f630 - Browse repository at this point
Copy the full SHA 391f630View commit details
Commits on Dec 9, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 5e2ac7e - Browse repository at this point
Copy the full SHA 5e2ac7eView commit details
Commits on Feb 5, 2026
-
Configuration menu - View commit details
-
Copy full SHA for a74c755 - Browse repository at this point
Copy the full SHA a74c755View commit details -
Use snprintf instead of sprintf. There are probably other string hand…
…ling modernizations to do here...
Configuration menu - View commit details
-
Copy full SHA for 58732df - Browse repository at this point
Copy the full SHA 58732dfView commit details -
Configuration menu - View commit details
-
Copy full SHA for b3fc425 - Browse repository at this point
Copy the full SHA b3fc425View commit details
Commits on Feb 6, 2026
-
Configuration menu - View commit details
-
Copy full SHA for c9c1bb9 - Browse repository at this point
Copy the full SHA c9c1bb9View commit details -
Configuration menu - View commit details
-
Copy full SHA for fb00dd4 - Browse repository at this point
Copy the full SHA fb00dd4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 11694e8 - Browse repository at this point
Copy the full SHA 11694e8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 66aec97 - Browse repository at this point
Copy the full SHA 66aec97View commit details -
Updates for compiling in newer compilers/environments
Various fixes for building with new compilers, update Github workflows for new BRL-CAD compilation setup, one behavior correction - rather than trying to use a NULL pointer deference to crash in an error case (bad practice and undefined behavior anyway) return an error attribute calling applications can deal with gracefully. Merges pull request stepcode#466 from starseeker/buildfixes
Configuration menu - View commit details
-
Copy full SHA for e79c15d - Browse repository at this point
Copy the full SHA e79c15dView commit details -
Complete CMake variable migration, fix schema library installation
Clean up stray SC_BUILD_STATIC_LIBS and SC_BUILD_TYPE variables. Install schema libs Fix linking when doing static builds
Configuration menu - View commit details
-
Copy full SHA for aa595c9 - Browse repository at this point
Copy the full SHA aa595c9View commit details
Commits on Feb 9, 2026
-
Merge pull request stepcode#469 from starseeker/cmaketweaks
Complete CMake variable migration, fix schema library installation
Configuration menu - View commit details
-
Copy full SHA for 74b6fe4 - Browse repository at this point
Copy the full SHA 74b6fe4View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff develop...develop