- Jun 25, 2019
-
-
Tuukka Lehtonen authored
gitlab #308 Change-Id: Ieb6197e395792a53d0058235a61a3a45812b521c
-
Tuukka Lehtonen authored
Updated sdk build target platform to match updated external dependencies. Adapted from commit 36b8539d. gitlab #308 Change-Id: I0756f2719862806542ce612a2abfe904495e0d9c
-
- Jun 19, 2019
-
-
Marko Luukkainen authored
GRPC is available via third-party repo. gitlab #308 Change-Id: I17261abf736782a055f0d6e580052079335d09a8
-
- Jun 18, 2019
-
-
Marko Luukkainen authored
Trying a workaround for split package conflicts. gitlab #308 Change-Id: I73625512c49eef5380752cd43e15b2708351a495
-
Marko Luukkainen authored
Dependency fix: grpc.core -> io.grpc.core gitlab #308 Change-Id: I26c6f999a84c95fb742ffba923e916521e662199
-
Marko Luukkainen authored
Change-Id: I61f3d2f9be003c5f540d3c3b363fb9715ce8ec20
-
Marko Luukkainen authored
gitlab #308 Change-Id: I106491d49c449045e990f2e01d814479fda83820
-
- Sep 14, 2018
-
-
Marko Luukkainen authored
gitlab #123 Change-Id: If99ceb8b6c0349b4be57b8f9cd10e93abf5356e5 (cherry picked from commit d3e01239)
-
- Sep 11, 2018
- Sep 10, 2018
-
- Sep 08, 2018
-
- Sep 06, 2018
-
- Sep 03, 2018
-
- Aug 26, 2018
-
-
Tuukka Lehtonen authored
Previous too-optimized implementation had multiple flaws: * Index calculation did not have enough parenthesis in it which meant that the value table index was sometimes calculated incorrectly. This lead to string literal values being read incorrectly. * Did not take into account string literals longer than 127 characters * Did not take into account that string literals are modified-utf-8 encoded and simply decoded them as US-ASCII bytes. Essentially all resources with name containing special characters were indexed incorrectly up until now. All of these flaws have been in the code for ages. gitlab #86 Change-Id: Ibd5ecbaa1cdd1b8be759905bd8c29b9f8e012207 (cherry picked from commit cd47b687)
-
- Aug 03, 2018
- Jul 18, 2018
-
-
Hannu Niemistö authored
Change-Id: I4c43ff1f73639948bcefa4bf3c41cf4a06ff6b95
-
- Jul 17, 2018
-
-
Hannu Niemistö authored
Change-Id: Ib5e62d908935727110d5ea78f8355ab442a53aa5
-
Statement removal was broken in write only request. TG remover did not correctly manage internal resources. Added hardening against errors. gitlab #32 Change-Id: I120fcbdb7077e0f037104331480a2b1ab090d798
-
refs #14162 Change-Id: I3d8048ee763b5e41e0b9835afcb129ad50b88025
-
- Jul 03, 2018
-
-
gitlab #33 Change-Id: Ibd4239b76d1d88fe4303bec9d7cc407d15e8505b
-
Also made the pool spawn daemon threads to allow shutdown regardless of whether the pool is shut down or not. gitlab #29 Change-Id: I680e15407c0fd0586070a212d291efd44dc28f5d
-
Hannu Niemistö authored
gitlab #37 Change-Id: I6ab788e55824dbc3b2dd656cbb6ead407e35938a
-
Hannu Niemistö authored
gitlab #39 Change-Id: I182b1aeec26a2d0e5397d3d996cfecbb0dccae14
-
- Jun 11, 2018
- Jun 08, 2018
-
-
Tuukka Lehtonen authored
See https://blogs.msdn.microsoft.com/oldnewthing/20120907-00/?p=6663/ gitlab #19 Change-Id: Ia12c848aa75836597121eadec05061ea23bb1240 (cherry picked from commit ad8fc537)
-
Tuukka Lehtonen authored
gitlab #16
-
- May 31, 2018
-
-
Tuukka Lehtonen authored
gitlab #14 Change-Id: Ia79a0fd4b895f02f98c6113cd1ca9fe95104c9d0
-
Hannu Niemistö authored
-
Hannu Niemistö authored
gitlab #12 Change-Id: I0b0aec3bb71138a5033ae2337178c86ff04f5e59
-
- May 29, 2018
-
-
Jussi Koskela authored
Add missing Proc effect to buildClient function. Function to read content length from response. Function to read headers from response. Option to add read / write progress callback functions. gitlab #11 Change-Id: Iaff99e05e35a494b154d7d5b04bd936bb95b0407
-
- May 25, 2018
-
-
Tuukka Lehtonen authored
The previous fix done for the same problem in Simantics redmine issue 7842 and commits c912edf1, 803c42fd and 0cfc6a9b was simply wrong. Using ModelingUtils.needsIdentifier is the most proper way to fix this. gitlab #10 Change-Id: Id7cdc32a6596588154913fced742d751ce6ba864 (cherry picked from commit 290c3cfc)
-
- May 18, 2018
-
-
Tuukka Lehtonen authored
-
Tuukka Lehtonen authored
This intentionally doesn't replace the original history sampling function since it might be used elsewhere. gitlab #9 Change-Id: Ie7ea8f37f29a5a277a6678e7716e340884d30e69
-