Commit Graph

  • ed1e5e9be0 feat(vector_indexing_suite): implement reverse boost-1.92.0.beta1 master Eisuke Kawashima 2026-04-05 16:29:32 +09:00
  • 30834f8871 feat(vector_indexing_suite): implement remove Eisuke Kawashima 2026-04-05 17:50:35 +09:00
  • 5762cb912f feat(vector_indexing_suite): implement count Eisuke Kawashima 2026-04-05 16:13:45 +09:00
  • c574084154 feat(indexing_suite): implement clear Eisuke Kawashima 2026-04-05 16:20:09 +09:00
  • d7ff719951 feat(vector_indexing_suite): implement __iadd__ Eisuke Kawashima 2026-04-05 17:36:56 +09:00
  • fe087f9c2f feat(vector_indexing_suite): implement reverse develop Eisuke Kawashima 2026-04-05 16:29:32 +09:00
  • 660e8944ff feat(vector_indexing_suite): implement remove Eisuke Kawashima 2026-04-05 17:50:35 +09:00
  • 27ff6f6f37 feat(vector_indexing_suite): implement count Eisuke Kawashima 2026-04-05 16:13:45 +09:00
  • d8668c5963 feat(indexing_suite): implement clear Eisuke Kawashima 2026-04-05 16:20:09 +09:00
  • e08584a4ed feat(vector_indexing_suite): implement __iadd__ Eisuke Kawashima 2026-04-05 17:36:56 +09:00
  • 5f83519770 Test multiple Python versions. python313 Stefan Seefeld 2025-03-18 12:02:53 -04:00
  • 99f58c9b28 Add support for multi-phase module initialization O01eg 2025-04-20 09:24:16 +04:00
  • 29a44809c1 refactor: use PyUnicode_AsUTF8 with Python 3.14+ Eisuke Kawashima 2026-05-03 15:55:57 +09:00
  • 8c3199591d Fix Windows CI build. Stephen G Tuggy 2026-06-04 00:15:55 +00:00
  • c86ea207d1 Fix and add tests for module state O01eg 2026-06-27 00:16:21 +04:00
  • afd27c63d5 Provide 'state' accessor in module definition O01eg 2026-06-26 09:09:01 +04:00
  • d018bb17d4 Add POD state for multi-phase modules O01eg 2026-06-26 08:12:02 +04:00
  • 97a623d3ed Add tests O01eg 2026-04-04 23:12:47 +04:00
  • b34c8953a6 Rename module to mod O01eg 2026-04-04 22:53:54 +04:00
  • b8b00933c6 Add mod_gil_not_used option to BOOST_PYTHON_MODULE_MULTI_PHASE_INIT O01eg 2026-04-04 22:51:30 +04:00
  • 0796140961 Fix indent and add more remarks to make it more manageable O01eg 2026-04-04 22:34:27 +04:00
  • 9e2f5191e5 Add support for multi-phase module initialization O01eg 2025-04-20 09:24:16 +04:00
  • 14f1bbe6b8 refactor: use PyUnicode_AsUTF8 with Python 3.14+ Eisuke Kawashima 2026-05-03 15:55:57 +09:00
  • 521a86817d Windows build cleanup. cleanup Stefan Seefeld 2026-06-21 14:13:22 -04:00
  • a017f08770 test-windows.yml: Forgot to include /x64-windows/include in --with-boost-include= faber parameters Stephen G Tuggy 2026-06-20 23:15:32 -07:00
  • 7f1f7a8c9e test-windows.yml: Set VCPKG_INSTALLED_DIR env var, and use its value in --with-boost-include= faber parameters Stephen G Tuggy 2026-06-20 17:59:12 -07:00
  • 83d828d53d test-windows.yml: Try again to set the correct with-boost-include directory Stephen G Tuggy 2026-06-20 11:00:01 -07:00
  • b0bac91a81 vcpkg.json: Go back to latest vcpkg release for builtin-baseline Stephen G Tuggy 2026-06-20 09:41:14 -07:00
  • 112ec2ab01 test-windows.yml: Update microsoft/setup-msbuild to latest version, v3.0.0 Stephen G Tuggy 2026-06-20 08:03:10 -07:00
  • c7ce567e17 test-windows.yml: Search the entire github.workspace directory and subdirectories for config.hpp Stephen G Tuggy 2026-06-20 07:58:36 -07:00
  • 52ac3bdcaf test-windows.yml: Make workflow much more like my other, working projects that use vcpkg Stephen G Tuggy 2026-06-18 15:18:53 -07:00
  • d5ab28a8cc test-windows.yml: Set VCPKG_ROOT environment variable, etc. Stephen G Tuggy 2026-06-18 13:53:19 -07:00
  • 874b21a680 vcpkg.json: Go back to the same commit for builtin-baseline as was used for vcpkgGitCommitId prior to this PR Stephen G Tuggy 2026-06-18 10:01:12 -07:00
  • 8b3a45d79b List vcpkg directory contents, looking for config.hpp Stephen G Tuggy 2026-06-17 15:26:35 -07:00
  • d68c52f3c3 Update test-windows.yml: Fix the --with-boost-include directory passed to the faber commands Stephen G Tuggy 2026-06-17 19:05:48 +00:00
  • a5b21ee931 Update test-windows.yml Stephen G Tuggy 2026-06-04 00:28:44 +00:00
  • b774e5948f Create vcpkg.json Stephen G Tuggy 2026-06-04 00:15:55 +00:00
  • 77e2e120cd upgrade Windows CI environment windows-update Stefan Seefeld 2026-04-06 08:24:02 -04:00
  • d42ade8771 Merge pull request #517 from sdarwin/docs4 Peter Dimov 2026-06-05 18:04:05 +03:00
  • 105d64e889 Merge pull request #509 from Lastique/feature/remove_static_assert Peter Dimov 2026-04-25 23:05:24 +03:00
  • e6917d9c58 Docs: adjust template to support Sphinx 9 sdarwin 2026-03-13 07:01:23 +01:00
  • 9c887a1331 Remove dependencies on Boost.StaticAssert. Andrey Semashev 2026-01-22 22:59:58 +03:00
  • 32da86df26 Improve test coverage. nascheme-ft_fixes Stefan Seefeld 2025-12-02 08:38:34 -05:00
  • e89f86b74f Update Linux CI scripts, more Python versions. Neil Schemenauer 2025-11-11 10:04:47 -08:00
  • 5013564316 Add "nogil" option for BOOST_PYTHON_MODULE_INIT. Neil Schemenauer 2025-11-06 15:45:22 -08:00
  • 1ac9715633 Add python 2 to Ubuntu build matrix. ft_fixes_coverage Stefan Seefeld 2025-11-28 18:41:09 -05:00
  • 6a9c3416f7 Fix typo, should be "clang++". Neil Schemenauer 2025-11-27 17:24:42 -08:00
  • b44fcf142b Simplify CI workflow. Neil Schemenauer 2025-11-27 13:09:36 -08:00
  • 00ce4bdc65 Refine test matrix generation. ci Stefan Seefeld 2025-11-25 08:43:42 -05:00
  • 597df1d7ba Add test-ubuntu-py-ver.yml workflow. Neil Schemenauer 2025-11-17 15:38:03 -08:00
  • b7b0137984 Update Linux CI scripts, more Python versions. Neil Schemenauer 2025-11-11 10:04:47 -08:00
  • 80731af9ee Add "nogil" option for BOOST_PYTHON_MODULE_INIT. tmp Neil Schemenauer 2025-11-06 15:45:22 -08:00
  • fc68878e02 Set the Py_MOD_GIL_NOT_USED flag on modules. Neil Schemenauer 2025-10-13 20:59:37 -07:00
  • cfbefe893c Use re-entrant mutex to protect global state. Neil Schemenauer 2025-10-13 22:42:42 -07:00
  • 6f5f3b6607 Add work-around to crash in ~object_base(). Neil Schemenauer 2025-10-30 14:23:37 -07:00
  • cabb466057 Use strong reference APIs. Neil Schemenauer 2025-10-13 20:59:57 -07:00
  • 97402f7925 🐛 Fix broken link to Jamroot in example docs boost-1.91.0.beta1 boost-1.91.0 boost-1.90.0.beta1 boost-1.90.0 Abhay Kumar 2025-06-06 11:27:53 +05:30
  • 668bc7c106 Include missing header boost/type_traits/is_unsigned.hpp Anton Gladky 2025-10-28 20:56:28 +01:00
  • 5f5f38fa8a fix: fix quotation Eisuke Kawashima 2025-10-25 03:58:46 +09:00
  • cc873d9682 Fix documentation build error. Stefan Seefeld 2025-11-02 15:35:47 -05:00
  • 20de46cd0c Update faber Stefan Seefeld 2025-11-02 14:06:12 -05:00
  • 5d7b9a0648 Stop testing c++98 support Stefan Seefeld 2025-11-02 09:33:34 -05:00
  • 608ec27c4d Updated to recent compilers/boost Tom Kent 2025-10-28 19:01:46 -05:00
  • 7fd39323ac Don't rely on Py_REFCNT to test upcast. Stefan Seefeld 2025-11-01 22:30:52 -04:00
  • b85bc984e2 Fix documentation build error. upcast Stefan Seefeld 2025-11-02 15:35:47 -05:00
  • aeb1c4b659 Update faber Stefan Seefeld 2025-11-02 14:06:12 -05:00
  • 11aaebf26f Stop testing c++98 support Stefan Seefeld 2025-11-02 09:33:34 -05:00
  • c5e545ba28 Updated to recent compilers/boost Tom Kent 2025-10-28 19:01:46 -05:00
  • 7704f6bbe7 Don't rely on Py_REFCNT to test upcast. Stefan Seefeld 2025-11-01 22:30:52 -04:00
  • a9b5854358 Upgrade tested Python versions. windows Stefan Seefeld 2025-10-26 11:30:35 -04:00
  • 3e4c518f4d Don't upgrade pip. fix-doc Stefan Seefeld 2025-10-25 15:49:37 -04:00
  • 2b6f667e98 chore: remove meaningless comparison Eisuke Kawashima 2025-01-22 11:25:51 +09:00
  • aa458d2ca9 fix(test.properties): use doctest.ELLIPSIS for traceback Eisuke Kawashima 2025-03-31 19:54:55 +09:00
  • 16627261f1 fix(test.pickle): fix for change in the return value of object.__reduce__() Eisuke Kawashima 2025-03-31 19:49:28 +09:00
  • 303299e677 log commands Stefan Seefeld 2025-10-24 09:41:39 -04:00
  • cb95b611bb Downgrade run-vcpkg dependency to avoid regression. Stefan Seefeld 2025-10-24 08:45:04 -04:00
  • 22347f26de log commands windows-fix Stefan Seefeld 2025-10-24 09:41:39 -04:00
  • b15950a0b3 Downgrade run-vcpkg dependency to avoid regression. Stefan Seefeld 2025-10-24 08:45:04 -04:00
  • b4fb28e99a ci: update GitHub Actions Eisuke Kawashima 2025-10-24 06:40:33 +09:00
  • 867f0dddfe Fix windows header path. Stefan Seefeld 2025-10-23 20:25:07 -04:00
  • a40bb656ee Use Py_REFCNT instead of ob_refcnt on Python 3.9 and above Aditya Pillai 2025-05-12 15:09:01 -04:00
  • a6b47bc4d3 deploy: 3e7be69e1e gh-pages mclow 2025-04-10 17:08:41 +00:00
  • 3ef37f9533 deploy: f604eb8d0f stefanseefeld 2025-04-02 12:22:07 +00:00
  • f604eb8d0f fix(test.numpy/ufunc): fix import error and value comparison Eisuke Kawashima 2025-03-31 23:33:50 +09:00
  • 40ac5991a6 deploy: 76799ffa6d stefanseefeld 2025-04-01 03:52:27 +00:00
  • 76799ffa6d Test with multiple python versions. python Stefan Seefeld 2025-03-31 22:22:01 -04:00
  • a3363bf6d0 deploy: 79e00cf194b6cd993efd6fdf3bdcd8169df1b5b0 stefanseefeld 2025-04-01 03:48:12 +00:00
  • ef30b2d45b deploy: 9010050f98240029a864c09bb14961319668ab22 stefanseefeld 2025-04-01 03:39:43 +00:00
  • c643eddb24 deploy: 81353ce15466b4f97c2d60f7641f388d279d8ce3 stefanseefeld 2025-04-01 02:22:59 +00:00
  • efec5cc9c4 deploy: d30c1bb7a8 stefanseefeld 2025-04-01 01:59:33 +00:00
  • d30c1bb7a8 refactor: switch to python 3 Eisuke Kawashima 2025-03-28 07:52:16 +09:00
  • 0208ce68a4 deploy: 8b7a8ccc85 stefanseefeld 2025-03-18 20:01:51 +00:00
  • 54fa4df5eb deploy: 703ecfdfca1d88eade0162ffa57125c303877951 stefanseefeld 2025-03-18 16:03:51 +00:00
  • bdac7aa8be deploy: 3e7be69e1e stefanseefeld 2025-03-18 15:34:24 +00:00
  • c56cec0b97 deploy: 4fe3403584 mclow 2025-03-15 17:08:03 +00:00
  • 8b5029633d deploy: 3e7be69e1e stefanseefeld 2025-03-10 19:11:03 +00:00
  • 3e7be69e1e Conditionally use Py_REFCNT boost-1.89.0 boost-1.88.0 Aditya Pillai 2025-03-10 14:19:34 -04:00
  • cbdf1ce2a1 Use Py_REFCNT instead of ->ob_refcnt Aditya Pillai 2025-03-10 14:03:41 -04:00
  • ec04a29c0d deploy: 4fe3403584 stefanseefeld 2025-02-06 14:14:02 +00:00
  • 00f52d520f deploy: 4fe3403584 stefanseefeld 2025-02-02 03:55:40 +00:00