diff options
author | Ivo van Dongen <info@ivovandongen.nl> | 2017-07-13 15:35:02 +0300 |
---|---|---|
committer | Ivo van Dongen <ivovandongen@users.noreply.github.com> | 2017-07-19 17:34:07 +0200 |
commit | 733661948c004dad70e634aa9f2b41402e460a6e (patch) | |
tree | 0f4cc6e0ad280eafff1fc757b419ce49b28ce6b2 /cmake | |
parent | 2d147470a5f982afb0c1a63ff632497f85ea85bf (diff) | |
download | qtlocation-mapboxgl-733661948c004dad70e634aa9f2b41402e460a6e.tar.gz |
[core] BackendScope prevent double (de-)activation
- Guards against duplicate activations by checking wether the backend of the prior scope is the same as the current ones
- Makes sure that only the most outer backend scope deactivates by tracking activation state
Diffstat (limited to 'cmake')
-rw-r--r-- | cmake/test-files.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmake/test-files.cmake b/cmake/test-files.cmake index 6026374de6..c29bd284d7 100644 --- a/cmake/test-files.cmake +++ b/cmake/test-files.cmake @@ -42,6 +42,7 @@ set(MBGL_TEST_FILES test/programs/binary_program.test.cpp # renderer + test/renderer/backend_scope.test.cpp test/renderer/group_by_layout.test.cpp # sprite |