Mikaël Capelle
|
716cbcf733
|
More cleaning.
|
2020-05-09 21:16:30 +02:00 |
|
Mikaël Capelle
|
62f10c03ff
|
Temporary commit.
|
2020-05-09 21:13:45 +02:00 |
|
Mikaël Capelle
|
957b786d8c
|
Start cleaning interfaces.
|
2020-05-09 18:19:31 +02:00 |
|
Mikaël Capelle
|
29a5eb8366
|
Remove wrong static_assert().
|
2020-05-07 00:19:11 +02:00 |
|
Mikaël Capelle
|
4209d90533
|
Remove left-out method not implemented.
|
2020-05-06 22:08:25 +02:00 |
|
Mikaël Capelle
|
7bbf05bc0c
|
Apply appendIfInstance for each class separately.
|
2020-05-06 12:51:27 +02:00 |
|
Mikaël Capelle
|
154c643bff
|
Replace TRY_PLUGIN_TYPE with a more modern C++ variant.
|
2020-05-05 17:52:54 +02:00 |
|
Mikaël Capelle
|
163ed213ef
|
Update the install() bindings to allow more flexibility and be easier to use.
|
2020-05-04 20:09:24 +02:00 |
|
Mikaël Capelle
|
54e447c0a9
|
Switch from boost variant/tuple to std.
|
2020-05-04 01:47:30 +02:00 |
|
Mikaël Capelle
|
206454c34e
|
Remove makeTree that was meant for testing purpose.
|
2020-05-03 23:16:58 +02:00 |
|
Mikaël Capelle
|
b9de35772f
|
Clean sequence converters.
|
2020-05-03 20:57:50 +02:00 |
|
Mikaël Capelle
|
4589cab093
|
Add missing std::vector register for installation manager.
|
2020-05-03 20:19:25 +02:00 |
|
Mikaël Capelle
|
2b4eedb62b
|
Clean std::set/std::vector from/to python conversions.
|
2020-05-03 20:17:49 +02:00 |
|
Mikaël Capelle
|
61ad2ef2b6
|
Clean bindings for IFileTree and FileTreeEntry.
|
2020-05-03 18:27:26 +02:00 |
|
Mikaël Capelle
|
1ea006b74e
|
Add bindings for FileInfo.
|
2020-05-03 18:26:27 +02:00 |
|
Mikaël Capelle
|
af37a451f9
|
Better variant handling for IFileTree::merge.
|
2020-05-03 18:26:11 +02:00 |
|
Mikaël Capelle
|
585296d527
|
Fix issue with shared pointer being registered twice.
|
2020-05-03 18:24:32 +02:00 |
|
Mikaël Capelle
|
221949f48b
|
Fix issue with Functor_converter when return type was not bool or void.
|
2020-05-03 13:39:04 +02:00 |
|
Mikaël Capelle
|
8b118ad898
|
Better handling of boost::variant.
|
2020-05-03 13:38:47 +02:00 |
|
Mikaël Capelle
|
f83ed39287
|
Modify FileTypes enumeration for FileTreeEntry.
|
2020-05-03 12:57:23 +02:00 |
|
Mikaël Capelle
|
8a286f9cfc
|
Change Functor_converter to use a function-type template argument.
|
2020-05-03 12:57:01 +02:00 |
|
Mikaël Capelle
|
70172ddda6
|
Add possibility to create GuessedString from python.
|
2020-05-02 15:34:06 +02:00 |
|
Mikaël Capelle
|
817f8d7238
|
Fix variants() method of GuessedValue.
|
2020-05-02 15:05:24 +02:00 |
|
Mikaël Capelle
|
9f5dab285d
|
Fix return_value_policy for methods returning QWidget.
|
2020-05-02 15:04:44 +02:00 |
|
Mikaël Capelle
|
53b91f0092
|
Update exposed method names for installer to be consistent with others.
|
2020-05-02 13:28:08 +02:00 |
|