aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
4 daysPin Ruby 3.1 testing to 3.1.4upstream-masterWilliam S Fulton
5 daysFix gcc's -Wformat-security warning in R Raise function (#2896)pekkarr
2024-04-19Convert parser grammar to use named referencesOlly Betts
2024-04-12Add Javascript fix to changes fileWilliam S Fulton
2024-04-12Fix JavaScript _wrap_getCPtr on 64-bit WindowsWilliam S Fulton
2024-04-12Remove some locator strings in generated codeWilliam S Fulton
2024-04-12Update changes file for stable ABI commitWilliam S Fulton
2024-04-11Fix another mismatched method name in manualOlly Betts
2024-04-10Fix mismatched method names in the manualPiotr Fusik
2024-04-08Include stdlib.h for recent Python Stable ABI (#2856)Matt McCormick
2024-03-28Support __VA_OPT__Olly Betts
2024-03-28Fix preprocessor comment parsing bugOlly Betts
2024-03-28Fix typo in recent preproc testcase changeOlly Betts
2024-03-28Revert "Add newly added libffi example to testing"Olly Betts
2024-03-28Fixes for _WIN32Olly Betts
2024-03-28Revert "Remove libffi example, it isn't portable"Olly Betts
2024-03-28Make a load of internal functions staticOlly Betts
2024-03-28Avoid temporary string objectOlly Betts
2024-03-27Fix for using more than one std::string_view type in a methodWilliam S Fulton
2024-03-27Use 'long' instead of 'long int' in R std_vector.iWilliam S Fulton
2024-03-27Add a few missing R std::vector typemapsWilliam S Fulton
2024-03-25Merge branch 'py-stable-abi2'William S Fulton
2024-03-25Note about abi3audit and inlined functionsWilliam S Fulton
2024-03-25Add recent stable ABI improvements to changes fileWilliam S Fulton
2024-03-25Switch to SWIG_Py_DECREF instead of Py_DecrefWilliam S Fulton
2024-03-25Show ABI version in CI job nameWilliam S Fulton
2024-03-25C89 conformance for Python stable ABIWilliam S Fulton
2024-03-25Remove Py_TYPE definitionWilliam S Fulton
2024-03-25Move Stable ABI to more sensible section and update html sectioningWilliam S Fulton
2024-03-25Add abi3audit information for Python stable ABIWilliam S Fulton
2024-03-25Use PyObject_Free instead of deprecated macrosWilliam S Fulton
2024-03-25Don't run abi3audit on builtin testWilliam S Fulton
2024-03-25Strict Python stable abi conformance fix for PyUnicode_GetLengthWilliam S Fulton
2024-03-25Don't use abi3audit if not installedWilliam S Fulton
2024-03-25Unused parameter warning fix in SWIG_Python_TypeErrorWilliam S Fulton
2024-03-25Add PY_ABI_VER for testing Python stable ABI using abi3auditWilliam S Fulton
2024-03-25configure.ac python versions updateWilliam S Fulton
2024-03-25Fix elision of comma before ##__VARARGS__Olly Betts
2024-03-25Clarify testcase commentsOlly Betts
2024-03-24Tidy up EXTRA_ build flagsWilliam S Fulton
2024-03-24Py_DecRef Py_IncRef for examples and html docsWilliam S Fulton
2024-03-24Additional casts for Python DecRef changeWilliam S Fulton
2024-03-24Py_XDECREF -> Py_DecRef for stable ABI complianceWilliam S Fulton
2024-03-24Py_DECREF -> Py_DecRef for stable ABI complianceWilliam S Fulton
2024-03-24Py_IncRef castsWilliam S Fulton
2024-03-24Py_XINCREF -> Py_IncRef for stable ABI complianceWilliam S Fulton
2024-03-24Py_INCREF -> Py_IncRef for stable ABI complianceWilliam S Fulton
2024-03-24Add Python increment and decrement wrappersWilliam S Fulton
2024-03-22[js,python] Note oldest node and python3 we CI testOlly Betts
2024-03-20Fix Python examples in manual to use print(...)Olly Betts