skalogryz
|
ef7c96d2da
|
chelper: c-blocks declarations are skipped if declared as variable or parameter of objc method
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1377 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2010-11-20 04:24:38 +00:00 |
|
skalogryz
|
07d1f556a6
|
chelper: added support for #import preprocessor, and c block objects declaration parsing
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1376 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2010-11-20 03:07:24 +00:00 |
|
skalogryz
|
a34c31748e
|
chelper: use the internal converter by default
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1297 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2010-08-19 14:15:16 +00:00 |
|
skalogryz
|
c04c5c61e2
|
chelper: fix mem leaks in cconverter
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1296 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2010-08-19 14:01:26 +00:00 |
|
skalogryz
|
0c1371c95f
|
chelper: added internal converter into the package. todo: fix leaks and improve performance
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1295 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2010-08-19 13:10:40 +00:00 |
|
skalogryz
|
830f08a5ce
|
chelper: fix structs and c-types parsing and improve error reporting
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1294 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2010-08-19 12:24:30 +00:00 |
|
skalogryz
|
bc54e2acb4
|
chelper: fix defines handling
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1293 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2010-08-18 08:14:42 +00:00 |
|
skalogryz
|
9955c92eb0
|
chelper: fix for error reporting, empty comments are now converted as well
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1292 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2010-08-18 07:08:08 +00:00 |
|
skalogryz
|
90fda595b9
|
chelper: added parser error reports
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1291 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2010-08-17 12:29:27 +00:00 |
|
skalogryz
|
297f9b4d2b
|
chelper: added support for bitpacked structures
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1289 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2010-08-16 13:42:06 +00:00 |
|
skalogryz
|
dd80a33837
|
chelper: fix for objc methods, protocols parsing and writting
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1288 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2010-08-16 13:23:30 +00:00 |
|
skalogryz
|
2a5f151adc
|
chelper: started objc syntax support
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1283 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2010-08-14 20:17:44 +00:00 |
|
skalogryz
|
1298a4708a
|
chelper: fix for parsing headers with unprintable characters
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1279 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2010-08-12 14:24:08 +00:00 |
|
skalogryz
|
03694fedf4
|
chelper: fix typedef parsing and converting for multiple type names declared at typedef
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1277 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2010-08-12 13:06:31 +00:00 |
|
skalogryz
|
fc28fcccd9
|
chelper: improved function declaration parsing and extern variables pascal code generation
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1276 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2010-08-12 12:00:21 +00:00 |
|
skalogryz
|
5f20a3f950
|
chelper: improve const type qualifier parsing
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1275 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2010-08-12 09:18:28 +00:00 |
|
skalogryz
|
6eda53c6b7
|
chelper: fix for long prefixed types parsing
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1273 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2010-08-11 06:07:30 +00:00 |
|
skalogryz
|
ab0048814a
|
chelper: *fix enum type converting, if used as function return type* improve expression converting* improve enumeration value assignment* implement writting unions* fixes type name and variable name selection (to avoid pascal names conflicts)* fix function converting with single void* parameter
* c-parsing fixes* IDE lock for multiple ctrl+b presses
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1272 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2010-08-09 20:29:26 +00:00 |
|
skalogryz
|
bf781d24bc
|
chelper: initial check in
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1270 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2010-08-07 21:53:59 +00:00 |
|