Thanks to visit codestin.com
Credit goes to github.com

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: cjbind/cjbind
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.2.7
Choose a base ref
...
head repository: cjbind/cjbind
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.2.8
Choose a head ref
  • 18 commits
  • 9 files changed
  • 2 contributors

Commits on Nov 22, 2025

  1. fix: handle anonymous struct fields properly

    - Reset maybeAnonymousStructField.value to None after processing
    - Add test case with nested anonymous struct in Point structure
    - Prevent duplicate field registration for anonymous structs
    anancds authored and Zxilly committed Nov 22, 2025
    Configuration menu
    Copy the full SHA
    d8b2d06 View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2026

  1. Configuration menu
    Copy the full SHA
    9385234 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3f96573 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    de5d08d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6dbe832 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    04b7bf7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c6fe934 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    75ce49c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    262c304 View commit details
    Browse the repository at this point in the history
  9. refactor: enhance libclang detection logic in cjpm.py to differentiat…

    …e between development symlinks and versioned libraries
    Zxilly committed Jan 1, 2026
    Configuration menu
    Copy the full SHA
    e470d31 View commit details
    Browse the repository at this point in the history
  10. refactor: update build workflow to set LIBCLANG_PATH in environment v…

    …ariables for dynamic linking on Windows
    Zxilly committed Jan 1, 2026
    Configuration menu
    Copy the full SHA
    93045cd View commit details
    Browse the repository at this point in the history
  11. refactor: modify build workflow to remove LIBCLANG_PATH and enhance l…

    …ibrary path handling in cjpm.py for spaces
    Zxilly committed Jan 1, 2026
    Configuration menu
    Copy the full SHA
    66b5c1f View commit details
    Browse the repository at this point in the history
  12. refactor: update link-option in cjpm.toml to use LDFLAGS and simplify…

    … library path handling in cjpm.py
    Zxilly committed Jan 1, 2026
    Configuration menu
    Copy the full SHA
    5854b54 View commit details
    Browse the repository at this point in the history
  13. refactor: improve LDFLAGS string construction in cjpm.py with proper …

    …escaping and update libclang linking to use full paths
    Zxilly committed Jan 1, 2026
    Configuration menu
    Copy the full SHA
    1d086f2 View commit details
    Browse the repository at this point in the history
  14. refactor: update LDFLAGS string construction in cjpm.py to use proper…

    … quoting and streamline flag handling
    Zxilly committed Jan 1, 2026
    Configuration menu
    Copy the full SHA
    c7c05e3 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    385fb58 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    e7dce6d View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    77f5654 View commit details
    Browse the repository at this point in the history
Loading