Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Krande/stepcode
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: develop
Choose a base ref
...
head repository: stepcode/stepcode
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: develop
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 20 commits
  • 61 files changed
  • 2 contributors

Commits on Dec 5, 2025

  1. Address build issues in judySArray and judyS2Array

    Co-authored-by: starseeker <238416+starseeker@users.noreply.github.com>
    Copilot and starseeker committed Dec 5, 2025
    Configuration menu
    Copy the full SHA
    6bbd460 View commit details
    Browse the repository at this point in the history
  2. Fix strdup implicit declaration errors for clang 18.1.3 compatibility

    Co-authored-by: starseeker <238416+starseeker@users.noreply.github.com>
    Copilot and starseeker committed Dec 5, 2025
    Configuration menu
    Copy the full SHA
    aa3b89a View commit details
    Browse the repository at this point in the history
  3. Fix legacy C style warnings - add void to parameterless function decl…

    …arations
    
    Co-authored-by: starseeker <238416+starseeker@users.noreply.github.com>
    Copilot and starseeker committed Dec 5, 2025
    Configuration menu
    Copy the full SHA
    6cbc18b View commit details
    Browse the repository at this point in the history
  4. 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>
    starseeker committed Dec 5, 2025
    Configuration menu
    Copy the full SHA
    845c3fd View commit details
    Browse the repository at this point in the history
  5. Initial plan

    Copilot committed Dec 5, 2025
    Configuration menu
    Copy the full SHA
    6ff7580 View commit details
    Browse the repository at this point in the history
  6. Update CMake version requirement for consistency

    Co-authored-by: starseeker <238416+starseeker@users.noreply.github.com>
    Copilot and starseeker committed Dec 5, 2025
    Configuration menu
    Copy the full SHA
    9880ca8 View commit details
    Browse the repository at this point in the history
  7. Merge pull request stepcode#3 from starseeker/copilot/debug-test-expp…

    …p-supertype-andor
    
    Fix test_exppp_supertype_andor CMake version inconsistency
    starseeker authored Dec 5, 2025
    Configuration menu
    Copy the full SHA
    c2dc4f1 View commit details
    Browse the repository at this point in the history
  8. fix BRL-CAD url

    starseeker committed Dec 5, 2025
    Configuration menu
    Copy the full SHA
    4025beb View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2025

  1. Configuration menu
    Copy the full SHA
    391f630 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2025

  1. syntax error

    starseeker committed Dec 9, 2025
    Configuration menu
    Copy the full SHA
    5e2ac7e View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2026

  1. More yml adjustments

    starseeker committed Feb 5, 2026
    Configuration menu
    Copy the full SHA
    a74c755 View commit details
    Browse the repository at this point in the history
  2. Use snprintf instead of sprintf. There are probably other string hand…

    …ling modernizations to do here...
    starseeker committed Feb 5, 2026
    Configuration menu
    Copy the full SHA
    58732df View commit details
    Browse the repository at this point in the history
  3. More yml adjustments

    starseeker committed Feb 5, 2026
    Configuration menu
    Copy the full SHA
    b3fc425 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2026

  1. Remove stray -B options

    starseeker committed Feb 6, 2026
    Configuration menu
    Copy the full SHA
    c9c1bb9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fb00dd4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    11694e8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    66aec97 View commit details
    Browse the repository at this point in the history
  5. 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
    starseeker authored Feb 6, 2026
    Configuration menu
    Copy the full SHA
    e79c15d View commit details
    Browse the repository at this point in the history
  6. 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
    Copilot authored and starseeker committed Feb 6, 2026
    Configuration menu
    Copy the full SHA
    aa595c9 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2026

  1. Merge pull request stepcode#469 from starseeker/cmaketweaks

    Complete CMake variable migration, fix schema library installation
    starseeker authored Feb 9, 2026
    Configuration menu
    Copy the full SHA
    74b6fe4 View commit details
    Browse the repository at this point in the history
Loading