Граф коммитов

61 Коммитов

Автор SHA1 Сообщение Дата
Joao Matos e447a54f11 Remove QuickJS example, we have proper tests now. 2020-12-15 02:51:42 +00:00
josetr bdf055fe6c Take advantage of .NET Core transitive dependencies 2020-11-25 23:00:23 +00:00
josetr dbbcb6dbdf Upgrade to .NET Core 3.1 and improve build system 2020-11-23 18:42:11 +00:00
João Matos dc185a66ea Add initial QuickJS generator. 2020-11-20 00:28:36 +00:00
Dimitar Dobrev 254cc0d279 Simplified the getting of the target info in the parser.
Signed-off-by: Dimitar Dobrev <dpldobrev@protonmail.com>
2017-11-15 17:31:14 +02:00
Joao Matos 21a12ff01e [examples] Added an example for the parser APIs.
Signed-off-by: Joao Matos <joao@tritao.eu>
2017-08-31 13:42:40 +01:00
Dimitar Dobrev 230d0366d2 Replaced obsolete code in the example for SDL.
Signed-off-by: Dimitar Dobrev <dpldobrev@protonmail.com>
2017-03-17 20:59:47 +02:00
Joao Matos 2a58d51586 Clean option setup in SDL example. 2017-01-10 16:22:28 +00:00
Joao Matos 24decfa11f Remove outdated Clang example. 2017-01-10 16:22:15 +00:00
Dimitar Dobrev b2a872f431 Merged the passes for properties and made the result non-optional.
Signed-off-by: Dimitar Dobrev <dpldobrev@protonmail.com>
2016-11-01 23:41:23 +02:00
Joao Matos e8064e3f4e Minor build fixes. 2016-08-31 15:50:58 +01:00
Joao Matos a77bc2a91f Separate parser options from driver options.
This will break API compatibility, you will have to update your options setup code.
2016-08-31 15:40:10 +01:00
Dimitar Dobrev 4f10e9fb78 Fixed the build after the refactoring.
Signed-off-by: Dimitar Dobrev <dpldobrev@protonmail.com>
2016-08-26 06:15:42 +03:00
Dimitar Dobrev b41dc261ed Added support for directly wrapping entire sets of interdependent libraries.
It's realised by using modules. Users now have to define one module for each library they want wrapped while setting the driver up.

Signed-off-by: Dimitar Dobrev <dpldobrev@protonmail.com>
2016-06-02 05:45:22 +03:00
Dimitar Dobrev e289dd47bf Extended the class for modules with include and library dirs, and defines.
Signed-off-by: Dimitar Dobrev <dpldobrev@protonmail.com>
2016-05-20 02:40:53 +03:00
João Matos d02192ed66 Improved SDL sample with clone scripts and directory scanning. 2016-03-01 18:48:46 +00:00
Dimitar Dobrev 48fece6aa1 Revert "Threw an exception when there are parsing errors, and handled it in the test clients."
This reverts commit 01e872b30d.

Signed-off-by: Dimitar Dobrev <dpldobrev@protonmail.com>
2015-12-20 03:36:15 +02:00
Dimitar Dobrev 01e872b30d Threw an exception when there are parsing errors, and handled it in the test clients.
Signed-off-by: Dimitar Dobrev <dpldobrev@protonmail.com>
2015-12-20 01:56:45 +02:00
triton 1802470013 Kill the old parser (good riddance :). 2014-07-02 18:41:03 +01:00
triton 7f927db6c8 Renamed ASTContext parameters. 2014-06-23 18:16:07 +01:00
Joao Matos b19cd1042e Updated build scripts with OS X fixes and added some building documentation. 2014-01-13 18:24:11 +00:00
triton 4d70b60700 Renamed ASTContext parameter from "lib" to "ctx". 2013-12-24 17:01:08 +00:00
triton 1593cb882d Fixed examples build functions. 2013-10-25 02:10:04 +01:00
triton 047f6dd227 Updated examples to work with latest CppSharp. 2013-10-23 17:36:34 +01:00
triton aa8cc62c08 Remove the SDL tests from the main build. 2013-08-09 02:00:13 +01:00
triton bc1e08aba9 Remove the OpenCV example. 2013-08-04 06:21:10 +01:00
marcos henrich 0cf8c03aa3 PassBuilder is now generic. Driver Passes is now called TranslationUnitPasses. Added to driver GeneratorOutputPasses. Removed most of the PassBuilder Extensions. 2013-08-02 22:30:07 +01:00
triton 1f35639ff2 Update the SDL example. 2013-07-17 21:07:25 +01:00
Tom Spilman 79aa2d0684 Fix to OpenCV example. 2013-06-28 02:11:48 -05:00
triton d0fb96121d Change the ILibrary methods to take a driver instance. 2013-06-23 04:39:05 +01:00
triton e455af7cf2 Update examples namespace. 2013-05-08 23:07:31 +01:00
triton b2e708d720 Removed the Qt example binding code. 2013-04-04 16:05:29 +01:00
triton ee4f197c99 Updated the OpenCV example. 2013-03-27 19:58:47 +00:00
triton b31762963c Moved the Hello test to /tests. 2013-03-27 19:58:46 +00:00
triton 9d1689a382 Removed obsolete build/readme files. 2013-03-27 19:58:46 +00:00
triton b25089b8bd Added preliminary OpenCV example. 2013-03-06 04:03:57 +00:00
triton 207354a688 Update the examples. 2013-03-06 03:57:46 +00:00
triton 4ee4c719df Updated the SDL example. 2013-02-28 23:06:01 +00:00
triton e2147823d5 Remove build bat file. 2013-02-27 17:30:27 +00:00
triton 6b2e558fd8 Added very preliminary bindings for some basic classes of Qt. 2013-02-27 16:23:27 +00:00
triton 80695254cc Remove the Makefile-based build system. 2013-02-27 16:22:52 +00:00
triton c39bfcb3a2 Move the native Qt files to a folder. 2013-02-27 16:22:28 +00:00
triton 0e8b733369 Remove the Flood example as it is not mainstream enough to be tested by third-party users. 2013-02-20 14:46:22 +00:00
triton 9654661ec1 Updates the examples to the new interfaces. 2013-02-20 14:42:26 +00:00
triton cfdbee6be1 Removed obsolete example project files. 2013-02-06 18:08:49 +00:00
triton c751f417dc Simplified the Premake build files. 2013-01-31 01:44:08 +00:00
Tarmo Pikaro e203d5fcea Wire -Ddefine support. 2013-01-30 18:51:00 +00:00
Tarmo Pikaro bc317f8984 Add -vs <number> command line argument, add vs probing, hello world compilation with system headers. 2013-01-30 18:50:59 +00:00
Tarmo Pikaro 68bfed9f3a Update test app. 2013-01-30 18:50:59 +00:00
Tarmo Pikaro ea9b23e0e1 _wrapper suffix, add autogenerated files manually to project. 2013-01-30 18:50:59 +00:00