Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | workaround for a crash when running test_recursive_pickle in test_functools on | Carl Friedrich Bolz-Tereick | 2021-02-19 | 1 | -2/+19 | |
| * | | | randomly fix broken target | Carl Friedrich Bolz-Tereick | 2021-02-19 | 1 | -6/+7 | |
| | |/ | |/| | ||||||
| * | | fix translation error on 32b Linux | Wim Lavrijsen | 2021-02-17 | 1 | -1/+2 | |
| * | | fix C warning, lltype.Signed is a long, not an int | Carl Friedrich Bolz-Tereick | 2021-02-17 | 1 | -2/+2 | |
| * | | update to cffi 1.14.5 (using pypy/tool/import_cffi.py and manually fixing too) | Matti Picus | 2021-02-17 | 6 | -7/+21 | |
| * | | skip test on 32-bit | Matti Picus | 2021-02-17 | 1 | -2/+5 | |
* | | | properly mangle names for class annotations | Carl Friedrich Bolz-Tereick | 2021-02-17 | 2 | -1/+7 | |
* | | | merge dfeault into py3.7 | Matti Picus | 2021-02-16 | 47 | -1173/+3715 | |
|\| | | ||||||
| * | | test, add PyUnicode_Contains (issue 3400) | Matti Picus | 2021-02-16 | 3 | -9/+24 | |
| * | | mention the paper and Remi's PhD thesis on the stm page | Carl Friedrich Bolz-Tereick | 2021-02-14 | 1 | -0/+7 | |
| * | | the fontcolor is unfortunately lost in plain files. if the fillcolor is very | Carl Friedrich Bolz-Tereick | 2021-02-13 | 2 | -3/+20 | |
| * | | support unicode in labels of edges too | Carl Friedrich Bolz-Tereick | 2021-02-13 | 2 | -2/+3 | |
| * | | kill unused code for contacting codespeak (rip) | Carl Friedrich Bolz-Tereick | 2021-02-13 | 1 | -22/+0 | |
| * | | a small hack to recognize when the screen has a lot of pixels to then allow | Carl Friedrich Bolz-Tereick | 2021-02-13 | 2 | -5/+17 | |
| * | | updated API to cppyy_backend 1.14.2, consistent types for Win64, support for ... | Wim Lavrijsen | 2021-02-09 | 34 | -1107/+3583 | |
| |\ \ | ||||||
| | * \ | merge default into cppyy_packaging branch | Wim Lavrijsen | 2021-02-09 | 69 | -579/+2305 | |
| | |\ \ | | |/ / | |/| | | ||||||
| * | | | backport changes to _ctypes needed for maxos BigSur from py3.7 | Matti Picus | 2021-02-06 | 6 | -23/+79 | |
| |\ \ \ | | |_|/ | |/| | | ||||||
| | * | | move file to correct place | Matti Picus | 2021-02-05 | 1 | -1/+0 | |
| | * | | add new file | Matti Picus | 2021-02-05 | 1 | -0/+23 | |
| | * | | typo | Matti Picus | 2021-02-05 | 1 | -10/+10 | |
| | * | | backport changes from py3.7-big-sur-dyld-cache to default | Matti Picus | 2021-02-05 | 4 | -23/+53 | |
| |/ / | ||||||
| * | | use low-level interface where applicable, add at least a minimal hypothesis t... | Carl Friedrich Bolz-Tereick | 2021-02-04 | 2 | -13/+21 | |
| * | | remove unreachable code(?) | Carl Friedrich Bolz-Tereick | 2021-02-03 | 1 | -4/+0 | |
| * | | add a comment about something that I have to re-learn every time I read this ... | Carl Friedrich Bolz-Tereick | 2020-04-29 | 1 | -0/+6 | |
| * | | remove copy-pasted comment | Carl Friedrich Bolz-Tereick | 2020-04-29 | 1 | -2/+0 | |
| * | | express the make_le/ge/gt/lt methods in terms of their _const variants | Carl Friedrich Bolz-Tereick | 2020-04-29 | 1 | -8/+32 | |
| | * | more correct way of finding the backend library | Wim Lavrijsen | 2021-02-09 | 1 | -2/+4 | |
| | * | merge default into cppyy dev branch | Wim Lavrijsen | 2020-12-28 | 200 | -1464/+3853 | |
| | |\ | ||||||
| | * | | restructure template call trials | Wim Lavrijsen | 2020-12-01 | 1 | -75/+45 | |
| | * | | drop CPyCppyy implementation detail from test | Wim Lavrijsen | 2020-12-01 | 1 | -3/+0 | |
| | * | | consistency with cppyy/test version | Wim Lavrijsen | 2020-11-28 | 1 | -7/+3 | |
| | * | | bring templates tests in line with cppyy/test | Wim Lavrijsen | 2020-11-28 | 4 | -80/+732 | |
| | * | | split off test_boost from test_templates | Wim Lavrijsen | 2020-11-28 | 1 | -0/+185 | |
| | * | | merge default into branch | Wim Lavrijsen | 2020-11-17 | 3 | -18/+62 | |
| | |\ \ | ||||||
| | * | | | convention change: __cppname__ -> __cpp_name__ | Wim Lavrijsen | 2020-11-17 | 2 | -17/+16 | |
| | * | | | update comment | Wim Lavrijsen | 2020-11-17 | 1 | -1/+1 | |
| | * | | | fix coding conventions | Wim Lavrijsen | 2020-11-16 | 1 | -57/+57 | |
| | * | | | fix coding conventions | Wim Lavrijsen | 2020-11-16 | 2 | -29/+49 | |
| | * | | | fix test, as TString has moved to CppyyLegacy::TString | Wim Lavrijsen | 2020-11-16 | 1 | -2/+2 | |
| | * | | | cover anonymous enums in name cleanup | Wim Lavrijsen | 2020-11-16 | 1 | -1/+1 | |
| | * | | | fix (post-translation only (??)) cast problems with intptr_t | Wim Lavrijsen | 2020-11-16 | 1 | -2/+2 | |
| | * | | | conform to conventions of new backend | Wim Lavrijsen | 2020-11-14 | 1 | -6/+5 | |
| | * | | | implement instance to_memory through __assign__ | Wim Lavrijsen | 2020-11-14 | 1 | -12/+6 | |
| | * | | | fix path with no return | Wim Lavrijsen | 2020-11-14 | 1 | -0/+1 | |
| | * | | | consistent naming v.v. CPython/CPyCppyy | Wim Lavrijsen | 2020-11-14 | 1 | -10/+9 | |
| | * | | | enum fixes | Wim Lavrijsen | 2020-11-14 | 1 | -2/+5 | |
| | * | | | drop one indirection for pointer-to-instance data members (new convention) | Wim Lavrijsen | 2020-11-14 | 1 | -22/+24 | |
| | * | | | remove ptr -> long casts in favor of ptr -> intptr_t | Wim Lavrijsen | 2020-11-14 | 1 | -9/+9 | |
| | * | | | more type consistency, but still a few ptr -> int left | Wim Lavrijsen | 2020-11-14 | 1 | -18/+19 | |
| | * | | | backend now consistently returns std::string instead of string | Wim Lavrijsen | 2020-11-13 | 1 | -8/+7 |