Commit 538c021
only use std shared ptr (#201)
* update install instructions
* Update TODO for current roadmap
* Migrate to Cython 3 only
* Remove workflow file changes
* Drop Boost smart_ptr and use std::shared_ptr
* Remove legacy shared_ptr and include_boost API parameters
Now that autowrap uses std::shared_ptr exclusively:
- Remove shared_ptr parameter from CodeGenerator.__init__ and generate_code()
- Remove include_boost parameter from generate_code(), parse_and_generate_code(),
and Main.create_wrapper_code()
- Simplify fixed_include_dirs() and get_include_dirs() to take no arguments
- Remove include_shared_ptr attribute from CodeGenerator
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
* Replace boost::shared_ptr with std::shared_ptr (#209)
* Initial plan
* Replace boost/shared_ptr.hpp with memory header in test files
Co-authored-by: timosachsenberg <5803621+timosachsenberg@users.noreply.github.com>
* Replace boost::shared_ptr with std::shared_ptr
Co-authored-by: timosachsenberg <5803621+timosachsenberg@users.noreply.github.com>
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: timosachsenberg <5803621+timosachsenberg@users.noreply.github.com>
* fix include
---------
Co-authored-by: Claude <noreply@anthropic.com>
Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com>1 parent f2b09c7 commit 538c021
File tree
1,989 files changed
+176
-261495
lines changed- autowrap
- data_files
- autowrap
- boost
- config
- abi
- compiler
- detail
- no_tr1
- platform
- stdlib
- core
- detail
- winapi
- detail
- exception
- detail
- mpl
- aux_
- config
- preprocessed
- bcc551
- bcc_pre590
- bcc
- dmc
- gcc
- msvc60
- msvc70
- mwcw
- no_ctps
- no_ttp
- plain
- preprocessor
- range_c
- test
- limits
- list
- aux_
- preprocessed/plain
- map
- aux_
- preprocessed
- no_ctps
- plain
- typeof_based
- math
- multiset
- aux_
- set
- aux_
- preprocessed/plain
- vector
- aux_
- preprocessed
- no_ctps
- plain
- typeof_based
- predef
- architecture
- x86
- compiler
- detail
- hardware
- simd
- arm
- ppc
- x86_amd
- x86
- language
- library
- c
- std
- os
- bsd
- other
- platform
- preprocessor
- arithmetic
- detail
- array
- detail
- comparison
- config
- control
- detail
- dmc
- edg
- msvc
- debug
- detail
- dmc
- facilities
- detail
- iteration
- detail
- bounds
- iter
- list
- detail
- dmc
- edg
- logical
- punctuation
- detail
- repetition
- detail
- dmc
- edg
- msvc
- selection
- seq
- detail
- slot
- detail
- tuple
- detail
- variadic
- detail
- smart_ptr
- detail
- type_traits
- detail
- tests
- test_files
- full_lib
- includes
- pxds
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
1,989 files changed
+176
-261495
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
96 | | - | |
| 96 | + | |
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
100 | | - | |
101 | 100 | | |
102 | 101 | | |
103 | 102 | | |
104 | | - | |
105 | | - | |
106 | | - | |
107 | | - | |
| 103 | + | |
108 | 104 | | |
109 | 105 | | |
110 | 106 | | |
| |||
121 | 117 | | |
122 | 118 | | |
123 | 119 | | |
124 | | - | |
125 | 120 | | |
126 | 121 | | |
127 | 122 | | |
| |||
164 | 159 | | |
165 | 160 | | |
166 | 161 | | |
167 | | - | |
168 | 162 | | |
169 | 163 | | |
170 | 164 | | |
| |||
174 | 168 | | |
175 | 169 | | |
176 | 170 | | |
177 | | - | |
178 | 171 | | |
179 | 172 | | |
180 | 173 | | |
| |||
251 | 244 | | |
252 | 245 | | |
253 | 246 | | |
254 | | - | |
| 247 | + | |
255 | 248 | | |
256 | | - | |
| 249 | + | |
257 | 250 | | |
258 | | - | |
| 251 | + | |
259 | 252 | | |
260 | 253 | | |
261 | 254 | | |
| |||
2039 | 2032 | | |
2040 | 2033 | | |
2041 | 2034 | | |
2042 | | - | |
2043 | | - | |
2044 | | - | |
2045 | | - | |
2046 | | - | |
2047 | | - | |
2048 | | - | |
2049 | | - | |
2050 | | - | |
| 2035 | + | |
| 2036 | + | |
2051 | 2037 | | |
2052 | 2038 | | |
2053 | | - | |
| 2039 | + | |
2054 | 2040 | | |
2055 | 2041 | | |
2056 | 2042 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
199 | 199 | | |
200 | 200 | | |
201 | 201 | | |
202 | | - | |
203 | 202 | | |
204 | 203 | | |
205 | 204 | | |
| |||
211 | 210 | | |
212 | 211 | | |
213 | 212 | | |
214 | | - | |
215 | 213 | | |
216 | 214 | | |
217 | 215 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
81 | | - | |
82 | 81 | | |
83 | 82 | | |
84 | 83 | | |
85 | | - | |
86 | 84 | | |
87 | 85 | | |
88 | 86 | | |
| |||
94 | 92 | | |
95 | 93 | | |
96 | 94 | | |
97 | | - | |
98 | 95 | | |
99 | 96 | | |
100 | 97 | | |
101 | | - | |
| 98 | + | |
102 | 99 | | |
103 | 100 | | |
104 | 101 | | |
| |||
113 | 110 | | |
114 | 111 | | |
115 | 112 | | |
116 | | - | |
117 | 113 | | |
118 | 114 | | |
119 | 115 | | |
120 | 116 | | |
121 | 117 | | |
122 | | - | |
| 118 | + | |
123 | 119 | | |
This file was deleted.
This file was deleted.
This file was deleted.
0 commit comments