Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / nicholasjng/nanobind-bazel issues and pull requests
#55 - Remove stubgen argument patch
Pull Request -
State: closed - Opened by nicholasjng about 2 months ago
#54 - Should `-fexceptions` / `-frtti` be part of `@nanobind`'s copts?
Issue -
State: open - Opened by nicholasjng about 2 months ago
Labels: help wanted
#53 - Apply nanobind_bazel patch via git instead
Pull Request -
State: closed - Opened by nicholasjng about 2 months ago
#52 - Bump to v2.4.0
Pull Request -
State: closed - Opened by nicholasjng about 2 months ago
#51 - Drop Python 3.8 and 3.9 from GitHub Actions test matrix
Pull Request -
State: closed - Opened by nicholasjng 2 months ago
#50 - Use `rules_python` free-threading config settings
Pull Request -
State: closed - Opened by nicholasjng 2 months ago
- 1 comment
#49 - Add alias forwarding internal `@nanobind` to users
Pull Request -
State: closed - Opened by nicholasjng 2 months ago
- 2 comments
#48 - Add support for cc_library targets that depend on Nanobind, without `nanobind_library`.
Issue -
State: open - Opened by hawkinsp 2 months ago
- 6 comments
Labels: enhancement
#47 - Fix job skip condition by interpreting Python version as int
Pull Request -
State: closed - Opened by nicholasjng 2 months ago
#46 - ci: Patch MODULE.bazel in nanobind example
Pull Request -
State: closed - Opened by nicholasjng 2 months ago
#45 - Add CPython 3.13 to CI test matrix
Pull Request -
State: closed - Opened by nicholasjng 4 months ago
#44 - feat: support recursive stubgen
Pull Request -
State: closed - Opened by cemlyn007 4 months ago
- 6 comments
#43 - Support recursive stub generation
Issue -
State: closed - Opened by cemlyn007 4 months ago
- 6 comments
#42 - Revert rules_cc bump
Pull Request -
State: closed - Opened by nicholasjng 4 months ago
#41 - nanobind-bazel v2.2.0
Pull Request -
State: closed - Opened by nicholasjng 4 months ago
#40 - Small formatting fixes in stubgen_wrapper.py
Pull Request -
State: closed - Opened by nicholasjng 4 months ago
#39 - Add free-threading support
Pull Request -
State: closed - Opened by nicholasjng 5 months ago
- 3 comments
#38 - Rewrite rules/macros in Starlark for greater flexibility
Issue -
State: open - Opened by nicholasjng 6 months ago
- 1 comment
Labels: enhancement
#37 - Support free-threaded (nogil) Python builds
Issue -
State: closed - Opened by nicholasjng 6 months ago
- 1 comment
Labels: enhancement
#36 - Add `nanobind_stubgen` to the project README
Pull Request -
State: closed - Opened by nicholasjng 7 months ago
Labels: documentation
#35 - Expose nanobind's stubgen as a `py_binary`
Pull Request -
State: closed - Opened by nicholasjng 7 months ago
- 1 comment
Labels: enhancement
#34 - Add PyPy support
Issue -
State: open - Opened by nicholasjng 9 months ago
- 1 comment
#33 - Add `nanobind` slot for passing a custom nanobind target
Issue -
State: open - Opened by nicholasjng 9 months ago
Labels: enhancement
#32 - Clarify usage instructions, Bazel version restrictions
Pull Request -
State: closed - Opened by nicholasjng 9 months ago
Labels: documentation
#31 - Add `nanobind_shared_library` rule
Pull Request -
State: closed - Opened by nicholasjng 9 months ago
- 3 comments
Labels: enhancement
#30 - Propagate visibilities to created nanobind extension libs
Pull Request -
State: closed - Opened by nicholasjng 9 months ago
#29 - Visibility is not propagated
Issue -
State: closed - Opened by aaliddell 9 months ago
- 1 comment
#28 - Prepare v2.0.0 release of nanobind-bazel
Pull Request -
State: closed - Opened by nicholasjng 9 months ago
#27 - Update nanobind to v2.0.0
Pull Request -
State: closed - Opened by nicholasjng 9 months ago
- 2 comments
#26 - Update nanobind to v2.0
Issue -
State: closed - Opened by hawkinsp 9 months ago
#25 - Add `nanobind_shared_library`
Issue -
State: closed - Opened by nicholasjng 11 months ago
#24 - Update README to reflect project changes
Pull Request -
State: closed - Opened by nicholasjng 11 months ago
#23 - Refactor common build opts, build robin_map without -fexceptions
Pull Request -
State: closed - Opened by nicholasjng 11 months ago
- 1 comment
#22 - Add strip optimizations to linker flags
Pull Request -
State: closed - Opened by nicholasjng 11 months ago
- 5 comments
#22 - Add strip optimizations to linker flags
Pull Request -
State: closed - Opened by nicholasjng 11 months ago
- 5 comments
#21 - Release v1 of the project
Pull Request -
State: closed - Opened by nicholasjng 11 months ago
#20 - Flip minsize option to True by default
Pull Request -
State: closed - Opened by nicholasjng 11 months ago
- 2 comments
#19 - Trim nanobind default options
Pull Request -
State: closed - Opened by nicholasjng 11 months ago
#18 - Test out rules_python patch for Windows SABI builds
Pull Request -
State: closed - Opened by nicholasjng 11 months ago
#17 - Add nanobind domain setting to `nanobind_extension`
Pull Request -
State: closed - Opened by nicholasjng 11 months ago
- 2 comments
#16 - Remove default LTO options, dead_strip in MacOS linker options
Pull Request -
State: closed - Opened by nicholasjng 11 months ago
- 3 comments
#15 - Add nanobind's NB_DOMAIN option to nanobind-bazel
Issue -
State: closed - Opened by nicholasjng 11 months ago
- 1 comment
Labels: enhancement
#14 - Implement stubgen as a `py_binary`
Issue -
State: closed - Opened by nicholasjng 11 months ago
Labels: enhancement
#13 - Adjust git paths for command capture, repo clone destinations
Pull Request -
State: closed - Opened by nicholasjng 12 months ago
- 1 comment
#12 - Compile commands: Check out nanobind-bazel repo
Pull Request -
State: closed - Opened by nicholasjng 12 months ago
#11 - Add an actions job for capturing compile commands on all platforms
Pull Request -
State: closed - Opened by nicholasjng 12 months ago
#10 - Remove version parsing from `nanobind_bazel`, pin fixed version instead
Pull Request -
State: closed - Opened by nicholasjng 12 months ago
#9 - Investigate how to bundle both static and shared `libnanobind` in `@nanobind` dep
Issue -
State: closed - Opened by nicholasjng 12 months ago
- 3 comments
#8 - Decide on versioning model for the library and the BCR
Issue -
State: closed - Opened by nicholasjng 12 months ago
#7 - Make static linking for `nanobind_extension` optional
Pull Request -
State: closed - Opened by nicholasjng 12 months ago
- 26 comments
#6 - Add abi3audit check for stable ABI violations to CI
Pull Request -
State: closed - Opened by nicholasjng 12 months ago
- 6 comments
#5 - Implement stable ABI builds
Pull Request -
State: closed - Opened by nicholasjng 12 months ago
- 3 comments
Labels: enhancement
#4 - Add shared lib alias for Windows in `nanobind_extension`
Pull Request -
State: closed - Opened by nicholasjng 12 months ago
#3 - Add --sizeopt flag to `@nanobind` target
Pull Request -
State: closed - Opened by nicholasjng 12 months ago
- 1 comment
#2 - Add GitHub Actions job building and testing wjakob/nanobind_example
Pull Request -
State: closed - Opened by nicholasjng about 1 year ago
- 1 comment
#1 - Tracking issue for feature-parity with nanobind CMake build system
Issue -
State: closed - Opened by wjakob about 1 year ago
- 8 comments