Vasily Levchenko
|
fea734ec83
|
[codegen][debug] generation debug info for vals.
|
2017-10-26 15:45:03 +03:00 |
|
Aleksey Kladov
|
b6713df52a
|
unit-tests: multiple positive patterns are ORed together
This matches behavior of Google Test:
https://github.com/google/googletest/blob/7684db32712ea4fdb56e8d6f784c51d6f39e5e2c/googletest/docs/AdvancedGuide.md#running-a-subset-of-the-tests
|
2017-10-26 13:45:04 +03:00 |
|
Svyatoslav Scherbina
|
73379a6d59
|
Fix calling function pointers with FP arguments on arm32
|
2017-10-25 18:21:02 +03:00 |
|
Nikolay Igotti
|
043e6c54ca
|
Reorder Windows platform defs.
|
2017-10-25 14:58:42 +03:00 |
|
Alexander Gorshenev
|
31662cc445
|
Allow specifying top level target and flavor in nativeInteropPlugin.
|
2017-10-25 12:38:57 +03:00 |
|
Ilya Matveev
|
8a8d50f55c
|
Convert Int to Long in a 'send' call in the socket sample
|
2017-10-25 12:03:32 +03:00 |
|
Nikolay Igotti
|
d872d8032e
|
Fix Win socket demo
|
2017-10-24 17:50:38 +03:00 |
|
Ilya Matveev
|
09b1f09071
|
samples: Fix echo server
|
2017-10-24 17:32:52 +03:00 |
|
Ilya Matveev
|
0863f8e3c9
|
Fix publish-release script
|
2017-10-24 17:32:52 +03:00 |
|
Alexander Gorshenev
|
169e55a9da
|
Update README.md to make sure platform libs are built.
|
2017-10-24 15:16:28 +03:00 |
|
Nikolay Igotti
|
1ce4e722e8
|
Fix Windows platform libs
|
2017-10-24 14:27:10 +03:00 |
|
Alexander Gorshenev
|
feb581601e
|
After combining all tests into a single binary,
we need to increase wasm32 stack size a little,
for the `parse0` test to pass.
|
2017-10-24 12:24:55 +03:00 |
|
Nikolay Igotti
|
a4130a0d2d
|
Fix hard-float on Raspberry Pi, small cleanups.
|
2017-10-24 11:03:24 +03:00 |
|
alexander-gorshenev
|
5700fa8cea
|
Allow a couple of test pass on linux_mips32 target.
|
2017-10-23 19:34:34 +03:00 |
|
Alexander Gorshenev
|
21e376cc46
|
Pass fillRect through to canvas.js.
|
2017-10-23 16:08:20 +03:00 |
|
Alexander Gorshenev
|
dc8840e14c
|
No testLibrary for cross compilation targets.
|
2017-10-23 16:03:20 +03:00 |
|
Alexander Gorshenev
|
eae2fd9a85
|
Moved path evaluation from single quotes to double quotes.
|
2017-10-23 16:03:20 +03:00 |
|
Alexander Gorshenev
|
886ef5fe5a
|
Moved a newly created test to Standalone category.
|
2017-10-23 16:03:20 +03:00 |
|
Alexander Gorshenev
|
2949a4ed7c
|
Adepted test library build.gradle for windows.
|
2017-10-23 16:03:20 +03:00 |
|
Alexander Gorshenev
|
3c5602017f
|
Several typos in comments and messages.
|
2017-10-23 16:03:20 +03:00 |
|
Alexander Gorshenev
|
500492930b
|
Renamed isDefaultLink to isDefaultLibrary.
|
2017-10-23 16:03:20 +03:00 |
|
Alexander Gorshenev
|
a8c1851534
|
Make user provided libraries have precedence over default libraries.
Simplified duplicate elimination.
|
2017-10-23 16:03:20 +03:00 |
|
Alexander Gorshenev
|
19fe0168ad
|
Tuned test golden value.
|
2017-10-23 16:03:20 +03:00 |
|
Alexander Gorshenev
|
425d111b63
|
Added default test library source.
|
2017-10-23 16:03:20 +03:00 |
|
Alexander Gorshenev
|
7d8f7e54c3
|
Recursively resolve libraries after immediateLibraries have been calculated.
|
2017-10-23 16:03:20 +03:00 |
|
Alexander Gorshenev
|
e2e883ee08
|
Introduced testLibrary and a test utilizing it.
|
2017-10-23 16:03:20 +03:00 |
|
Alexander Gorshenev
|
7ade68452e
|
Brought back our ability to have non-platform specific default libraries.
Separated dist/klib libraries into common and platform parts to exclude name clash.
|
2017-10-23 16:03:20 +03:00 |
|
Alexander Gorshenev
|
0f693d63e4
|
Eliminate a warning due to an unnecessary cast.
|
2017-10-23 16:03:20 +03:00 |
|
Alexander Gorshenev
|
35eff51749
|
Do not apply purging to user provided libraries.
|
2017-10-23 16:03:20 +03:00 |
|
Ilya Matveev
|
93445f5546
|
v0.3.4 preparations
|
2017-10-23 16:02:57 +03:00 |
|
Ilya Matveev
|
fc92e9a02c
|
gradle-plugin: Add some info in readme
|
2017-10-23 16:02:57 +03:00 |
|
Ilya Matveev
|
cd351fda44
|
samples: Remove concurrent samples
|
2017-10-23 16:02:57 +03:00 |
|
Nikolay Igotti
|
2dde9eda55
|
Fix socket example on POSIX (#966)
|
2017-10-23 14:15:28 +03:00 |
|
Pavel Punegov
|
85a782cd7e
|
Disable test for wasm32 due to KT-20862
|
2017-10-20 18:25:05 +03:00 |
|
Pavel Punegov
|
9633a09c07
|
Exclude tests that could not be used with TestRunner automatically
|
2017-10-20 18:25:05 +03:00 |
|
Pavel Punegov
|
535e18fc20
|
Simplify dependence on buildKonanTests. Remove arguments from test
|
2017-10-20 18:25:05 +03:00 |
|
Pavel Punegov
|
a25b3bd19e
|
SilentTestLogger should print exception if test failed
|
2017-10-20 18:25:05 +03:00 |
|
Pavel Punegov
|
d56a4f8830
|
Fixes to tests: forgotten package names and tests
|
2017-10-20 18:25:05 +03:00 |
|
Pavel Punegov
|
a6af8aa11c
|
Uncomment incorrectly commented out tests
|
2017-10-20 18:25:05 +03:00 |
|
Pavel Punegov
|
35505007d2
|
TestRunner support in test's build.gradle
* Fixes to tests
* RunKonanTest runs tests build with TestRunner
* Standalone tests
|
2017-10-20 18:25:05 +03:00 |
|
Pavel Punegov
|
9d077d7f4f
|
BC native tests port to Konan's TestRunner
|
2017-10-20 18:25:05 +03:00 |
|
Svyatoslav Scherbina
|
9b07fd61ce
|
Enable GameKit and dependencies
|
2017-10-20 18:13:18 +03:00 |
|
Svyatoslav Scherbina
|
ef1656f1ab
|
Disable CloudKit on iOS
As as workaround to forward declaration handling bug
|
2017-10-20 18:13:18 +03:00 |
|
Svyatoslav Scherbina
|
8a92545bed
|
Add more workarounds for unsupported types in interop
|
2017-10-20 18:13:18 +03:00 |
|
Ilya Matveev
|
df99d0677b
|
gradle-plugin: Update readme
|
2017-10-20 17:09:23 +03:00 |
|
Ilya Matveev
|
6a6b53ab0e
|
gradle-plugin: Add tests for the 'libraries' block
|
2017-10-20 17:09:23 +03:00 |
|
Ilya Matveev
|
2eac1d33ee
|
gradle-plugin: Improve test harness
|
2017-10-20 17:09:23 +03:00 |
|
Ilya Matveev
|
a04f9e423b
|
gradle-plugin: Make the 'target' property of tasks internal
* Rename target -> konanTarget
* Make konanTarget internal
* Add public property 'target: String'
* Add methods for task access by its target
|
2017-10-20 17:09:23 +03:00 |
|
Ilya Matveev
|
6809c6482c
|
gradle-plugin: Add project extension for global parameters
Add 'konan' project extension with the following properties:
* targets
* languageVersion
* apiVersion
Remove languageVersion and apiVersion compilation task parameters.
|
2017-10-20 17:09:23 +03:00 |
|
Ilya Matveev
|
f2b6b87f93
|
gradle-plugin: Minor naming fixes
* Rename: input{Files,Dir} -> src{Files,Dir}
* Rename: pkg -> packageName
* remove allLibrariesFrom(projectPath: String)
|
2017-10-20 17:09:23 +03:00 |
|