1
0
mirror of https://github.com/Sebekerga/native_api_1c.git synced 2025-06-16 23:47:43 +02:00

86 Commits

Author SHA1 Message Date
c6f6d1717a bumps 2024-08-16 22:34:24 +05:00
fe192f934b added test for function calls 2024-07-02 02:08:07 +05:00
aa754be77f renamed macros and reverted sample addin 2024-07-02 01:53:47 +05:00
3da2ea6f1a reworked derive macro, added macro tests 2024-07-02 01:35:41 +05:00
f6c3e68cda reworked addin interface 2024-06-27 01:21:02 +05:00
9b338d8133 added Blob typed addin property 2024-06-26 01:37:52 +05:00
dadafb7067 added a word on testing 2024-04-22 09:40:42 +05:00
ef7f6405fd restructured tests and added tests for props interface 2024-04-22 09:27:32 +05:00
50386504b5 tidy up of This 2024-04-19 15:14:18 +05:00
3c209cf041 updated readme 2024-04-19 14:14:40 +05:00
6e8dcccb30 fixed invalid usage of from for chrono::NaiveDateTime 2024-02-28 11:07:15 +06:00
2776bd75d3 added consuming From<chrono::NaiveDateTime> 2024-02-28 11:06:39 +06:00
23d317d3c8 implemented date changes into macro 2023-11-11 17:20:23 +06:00
05b7b385f3 removed DateTime in favour of NaiveDateTime 2023-11-11 16:57:12 +06:00
fc51e79e0f updated readme example 2023-11-11 16:34:50 +06:00
e829d1232c clean up 2023-11-11 16:31:57 +06:00
3c161199a2 changed dep for tests 2023-11-11 16:31:34 +06:00
e119b880aa reworked testes to reflect changes 2023-11-11 16:30:55 +06:00
2e8859b281 major structure rework 2023-11-08 23:35:21 +06:00
85975dc11c clean up line length for quotes 2023-11-06 09:15:31 +06:00
316102290f implemented 1c params retrieval from FuncDesc 2023-11-06 09:11:54 +06:00
716039951a moved quote extension to proper .extend() call 2023-11-06 04:07:34 +06:00
14e129adbc quote line length clean up 2023-11-06 04:02:52 +06:00
f281cfae37 finished moving props to collectors 2023-11-06 04:01:31 +06:00
95aaef80bc finished moving functions to collectors 2023-11-06 03:22:51 +06:00
2b47a8d944 clean up 2023-11-06 03:20:59 +06:00
42c7d21acd implemented collector for find_method 2023-11-06 01:10:48 +06:00
1af4d759c2 change all errors to darling::Error 2023-11-06 00:49:19 +06:00
faea246425 fixed error in workspace definition 2023-11-06 00:12:18 +06:00
748e988232 major rework of macro inner code structure 2023-11-05 21:02:09 +06:00
0a47f5a6cb added sample addin to workspace 2023-11-05 21:01:35 +06:00
e558b26dd7 added none 2023-11-04 00:46:44 +06:00
1d5ed1ae87 prop parsing converted to darling 2023-11-03 09:29:57 +06:00
693bf08fd7 prettier parsing of params 2023-11-02 23:44:59 +06:00
a5664c8b73 fixed nil string on windows fixed_windows_nil 2023-11-02 22:15:48 +06:00
96233839d2 fixed missing self param detection 2023-11-02 22:14:00 +06:00
6da5b692c4 sample add in update 2023-11-02 17:41:30 +06:00
d7b31c9d0e prop processing modules restructure 2023-11-02 17:40:02 +06:00
8df46ff880 removed empty module 2023-11-02 17:12:07 +06:00
2acc839820 better error messaging in ParamTypes parcing 2023-11-02 17:11:41 +06:00
09719fb142 function processing modules restructure 2023-11-02 17:11:15 +06:00
6f3d32db7f fixed readme typo 2023-11-02 17:10:21 +06:00
2378f82793 fixed invalid dependency 2023-11-02 17:09:49 +06:00
b294c808ab reduced repeating lofic 2023-11-02 16:19:56 +06:00
1f7e2dccc0 minor code clean up 2023-11-02 13:47:31 +06:00
dc06d182cc better error handling for parsing 2023-11-02 12:19:17 +06:00
ba2ca1bdc7 implemented darling usage for function parsing 2023-11-02 12:01:11 +06:00
344ede6ddf added disclaimer 2023-11-02 11:06:54 +06:00
44a960a25c clippy 2023-11-02 10:48:48 +06:00
b66a6c835f fixed docs suppressing attributes 2023-10-25 11:57:32 +06:00