Commit Graph

26 Commits

Author SHA1 Message Date
Dmitriy Dolovov dfa82430d5 Samples: libcurl for Windows with dynamic linking (#2348) 2018-11-21 16:35:55 +07:00
Dmitriy Dolovov 17c0dae0e4 samples: clean-up local .m2 repo on :clean (#2344) 2018-11-19 11:31:54 +07:00
Dmitriy Dolovov 4f0633412d Samples: Don't call MPPTools from 'kotlin {}' block. #2277 (#2280) 2018-10-30 15:03:53 +07:00
Dmitriy Dolovov daf1a5fb8c Kotlin/Native samples ported to MPP Gradle DSL (#2261) 2018-10-26 12:16:13 +07:00
Nikolay Igotti 84515cee2d Support other location for curl. 2018-10-17 18:47:37 +03:00
Ilya Matveev e491ef45c4 [samples] Switch to the new DSL in some samples 2018-08-31 15:31:14 +07:00
Ilya Matveev 317ca076ac Disable torch and tensorflow samples 2018-08-20 18:19:14 +07:00
Vasily Levchenko 369d2a4565 [sample][libcurl] customized pom file, published in each auxilary publication 2018-06-14 16:45:52 +03:00
Vasily Levchenko cbc9221884 [sample][libcurl] customized pom file 2018-06-09 13:57:18 +03:00
Vasily Levchenko 8c8e5ce316 [samples][libcurl] attach sources(def-file) to publication 2018-06-09 12:31:29 +03:00
Vasily Levchenko 79945383c6 [samples][curl] split libcurl application on libcurl interop library and curl application 2018-04-06 11:45:57 +03:00
Ilya Matveev ccf03e51fa gradle-plugin Use a script-block to specify include directories
Replace headerFilterAdditionalSearchPrefix cinterop option with
includeDir script block:

includeDir {
    allHeaders 'path' // Used for all headers (an analogue of -I<path>)
    // Used only for headers in headerFilter
    // (replacement for headerFilterAdditionalSearchPrefix)
    headerFilterOnly 'path'
}
2017-11-23 13:01:10 +07:00
Ilya Matveev 5c05891ba7 samples: Use headerFilterAdditionalSearchPrefixes interop option 2017-11-23 13:01:10 +07:00
Ilya Matveev 1c6e836f20 Don't build some samples for raspberrypi 2017-11-03 13:35:02 +03:00
Mike Sinkovsky 07917dce2a mingw samples: specify konan.targets for samples not working on windows 2017-11-02 14:39:47 +03:00
Nikolay Igotti 9bc9003cdd Fix libcurl sampl 2017-10-27 15:12:06 +03:00
Ilya Matveev eea0eb7e9f samples: Use reworked DSL in gradle builds 2017-10-20 17:09:23 +03:00
Alexander Gorshenev 33993236de Moved some linkerOpts from build.sh and build.gradle to .def,
where it does not involve any complex intelligence.
2017-07-04 17:58:30 +03:00
Alexander Podkhalyuzin bc941269f0 Fixed samples for the latest changes in Gradle plugin.
- Smaller gradle scripts.
- More structure in sample projects.
- Simplified build/run.
- Added gradle to the rest two samples.
- Almost removed all sh scripts.
- Gradle now works only inside of build directory.
- Fixed READMEs according to the new changes.
2017-06-08 17:21:04 +03:00
igotti-google fe3ae96079 Revert "Improved Gradle plugin. Fixed samples according to these changes. (#594)"
This reverts commit 8b18c7c8cb.
2017-05-27 11:27:00 +03:00
Alexander Podkhalyuzin 8b18c7c8cb Improved Gradle plugin. Fixed samples according to these changes. (#594) 2017-05-26 15:43:16 +03:00
Ilya Matveev d28f8ce7f2 samples: Add scripts for samples building
This pach adds a root gradle project in the samples directory
which allows one to build all gradle samples using `./gradlew build`
command. It also adds a shell script in the samples directory which
can build all samples (excluding tensorflow one) using their build.sh
scripts.
2017-05-15 18:31:30 +07:00
Ilya Matveev c0c971a526 samples: Use latest gradle plugin version 2017-05-05 19:40:21 +07:00
Ilya Matveev 52bbbc1815 gradle-plugin: Specify compiler version in project properties
This patch allows gradle-plugin user to specify a compiler version
via project properties. The default version is 0.2. It also updates
samples to use this new version of gradle plugin.
2017-05-05 19:40:21 +07:00
Ilya Matveev f51b61a178 gradle-plugin: Upload to bintray maven repository 2017-03-31 18:46:25 +07:00
Ilya Matveev 0b3d3cb138 Create gradle projects for samples 2017-03-31 18:46:25 +07:00