aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | workaround for a crash when running test_recursive_pickle in test_functools onCarl Friedrich Bolz-Tereick2021-02-191-2/+19
| * | | randomly fix broken targetCarl Friedrich Bolz-Tereick2021-02-191-6/+7
| | |/ | |/|
| * | fix translation error on 32b LinuxWim Lavrijsen2021-02-171-1/+2
| * | fix C warning, lltype.Signed is a long, not an intCarl Friedrich Bolz-Tereick2021-02-171-2/+2
| * | update to cffi 1.14.5 (using pypy/tool/import_cffi.py and manually fixing too)Matti Picus2021-02-176-7/+21
| * | skip test on 32-bitMatti Picus2021-02-171-2/+5
* | | properly mangle names for class annotationsCarl Friedrich Bolz-Tereick2021-02-172-1/+7
* | | merge dfeault into py3.7Matti Picus2021-02-1647-1173/+3715
|\| |
| * | test, add PyUnicode_Contains (issue 3400)Matti Picus2021-02-163-9/+24
| * | mention the paper and Remi's PhD thesis on the stm pageCarl Friedrich Bolz-Tereick2021-02-141-0/+7
| * | the fontcolor is unfortunately lost in plain files. if the fillcolor is veryCarl Friedrich Bolz-Tereick2021-02-132-3/+20
| * | support unicode in labels of edges tooCarl Friedrich Bolz-Tereick2021-02-132-2/+3
| * | kill unused code for contacting codespeak (rip)Carl Friedrich Bolz-Tereick2021-02-131-22/+0
| * | a small hack to recognize when the screen has a lot of pixels to then allowCarl Friedrich Bolz-Tereick2021-02-132-5/+17
| * | updated API to cppyy_backend 1.14.2, consistent types for Win64, support for ...Wim Lavrijsen2021-02-0934-1107/+3583
| |\ \
| | * \ merge default into cppyy_packaging branchWim Lavrijsen2021-02-0969-579/+2305
| | |\ \ | | |/ / | |/| |
| * | | backport changes to _ctypes needed for maxos BigSur from py3.7Matti Picus2021-02-066-23/+79
| |\ \ \ | | |_|/ | |/| |
| | * | move file to correct placeMatti Picus2021-02-051-1/+0
| | * | add new fileMatti Picus2021-02-051-0/+23
| | * | typoMatti Picus2021-02-051-10/+10
| | * | backport changes from py3.7-big-sur-dyld-cache to defaultMatti Picus2021-02-054-23/+53
| |/ /
| * | use low-level interface where applicable, add at least a minimal hypothesis t...Carl Friedrich Bolz-Tereick2021-02-042-13/+21
| * | remove unreachable code(?)Carl Friedrich Bolz-Tereick2021-02-031-4/+0
| * | add a comment about something that I have to re-learn every time I read this ...Carl Friedrich Bolz-Tereick2020-04-291-0/+6
| * | remove copy-pasted commentCarl Friedrich Bolz-Tereick2020-04-291-2/+0
| * | express the make_le/ge/gt/lt methods in terms of their _const variantsCarl Friedrich Bolz-Tereick2020-04-291-8/+32
| | * more correct way of finding the backend libraryWim Lavrijsen2021-02-091-2/+4
| | * merge default into cppyy dev branchWim Lavrijsen2020-12-28200-1464/+3853
| | |\
| | * | restructure template call trialsWim Lavrijsen2020-12-011-75/+45
| | * | drop CPyCppyy implementation detail from testWim Lavrijsen2020-12-011-3/+0
| | * | consistency with cppyy/test versionWim Lavrijsen2020-11-281-7/+3
| | * | bring templates tests in line with cppyy/testWim Lavrijsen2020-11-284-80/+732
| | * | split off test_boost from test_templatesWim Lavrijsen2020-11-281-0/+185
| | * | merge default into branchWim Lavrijsen2020-11-173-18/+62
| | |\ \
| | * | | convention change: __cppname__ -> __cpp_name__Wim Lavrijsen2020-11-172-17/+16
| | * | | update commentWim Lavrijsen2020-11-171-1/+1
| | * | | fix coding conventionsWim Lavrijsen2020-11-161-57/+57
| | * | | fix coding conventionsWim Lavrijsen2020-11-162-29/+49
| | * | | fix test, as TString has moved to CppyyLegacy::TStringWim Lavrijsen2020-11-161-2/+2
| | * | | cover anonymous enums in name cleanupWim Lavrijsen2020-11-161-1/+1
| | * | | fix (post-translation only (??)) cast problems with intptr_tWim Lavrijsen2020-11-161-2/+2
| | * | | conform to conventions of new backendWim Lavrijsen2020-11-141-6/+5
| | * | | implement instance to_memory through __assign__Wim Lavrijsen2020-11-141-12/+6
| | * | | fix path with no returnWim Lavrijsen2020-11-141-0/+1
| | * | | consistent naming v.v. CPython/CPyCppyyWim Lavrijsen2020-11-141-10/+9
| | * | | enum fixesWim Lavrijsen2020-11-141-2/+5
| | * | | drop one indirection for pointer-to-instance data members (new convention)Wim Lavrijsen2020-11-141-22/+24
| | * | | remove ptr -> long casts in favor of ptr -> intptr_tWim Lavrijsen2020-11-141-9/+9
| | * | | more type consistency, but still a few ptr -> int leftWim Lavrijsen2020-11-141-18/+19
| | * | | backend now consistently returns std::string instead of stringWim Lavrijsen2020-11-131-8/+7