Mercurial > hg > orthanc-stone
annotate .hgignore @ 1433:8635b333fa5b
[BREAKING] VolumeSceneLayerSource now locks the viewport properly before using the scene. The ctor now accepts the viewport instead of a ref. to the scene. RtViewer sample has been adapted accordingly.
author | Benjamin Golinvaux <bgo@osimis.io> |
---|---|
date | Tue, 19 May 2020 13:22:48 +0200 |
parents | f5493e5a51a3 |
children | 3a79d551dd8b |
rev | line source |
---|---|
576 | 1 syntax: glob |
2 *~ | |
3 *.cpp.orig | |
4 *.h.orig | |
5 .vs/ | |
6 .vscode/ | |
1403 | 7 build*/ |
576 | 8 CMakeLists.txt.user |
1419
f5493e5a51a3
single CMakeLists.txt for all SDL samples & unit tests + another one for all Wasm samples
Alain Mazy <alain@mazy.be>
parents:
1403
diff
changeset
|
9 Deprecated/Resources/CodeGeneration/.env |
f5493e5a51a3
single CMakeLists.txt for all SDL samples & unit tests + another one for all Wasm samples
Alain Mazy <alain@mazy.be>
parents:
1403
diff
changeset
|
10 Deprecated/Resources/CodeGeneration/.idea |
f5493e5a51a3
single CMakeLists.txt for all SDL samples & unit tests + another one for all Wasm samples
Alain Mazy <alain@mazy.be>
parents:
1403
diff
changeset
|
11 Deprecated/Resources/CodeGeneration/__pycache__ |
f5493e5a51a3
single CMakeLists.txt for all SDL samples & unit tests + another one for all Wasm samples
Alain Mazy <alain@mazy.be>
parents:
1403
diff
changeset
|
12 Deprecated/Resources/CodeGeneration/build/ |
f5493e5a51a3
single CMakeLists.txt for all SDL samples & unit tests + another one for all Wasm samples
Alain Mazy <alain@mazy.be>
parents:
1403
diff
changeset
|
13 Deprecated/Resources/CodeGeneration/build_browser/ |
f5493e5a51a3
single CMakeLists.txt for all SDL samples & unit tests + another one for all Wasm samples
Alain Mazy <alain@mazy.be>
parents:
1403
diff
changeset
|
14 Deprecated/Resources/CodeGeneration/testCppHandler/build/ |
f5493e5a51a3
single CMakeLists.txt for all SDL samples & unit tests + another one for all Wasm samples
Alain Mazy <alain@mazy.be>
parents:
1403
diff
changeset
|
15 Deprecated/Resources/CodeGeneration/testCppHandler/build_msbuild/ |
f5493e5a51a3
single CMakeLists.txt for all SDL samples & unit tests + another one for all Wasm samples
Alain Mazy <alain@mazy.be>
parents:
1403
diff
changeset
|
16 Deprecated/Resources/CodeGeneration/testWasmIntegrated/build-final/ |
f5493e5a51a3
single CMakeLists.txt for all SDL samples & unit tests + another one for all Wasm samples
Alain Mazy <alain@mazy.be>
parents:
1403
diff
changeset
|
17 Deprecated/Resources/CodeGeneration/testWasmIntegrated/build-tsc/ |
f5493e5a51a3
single CMakeLists.txt for all SDL samples & unit tests + another one for all Wasm samples
Alain Mazy <alain@mazy.be>
parents:
1403
diff
changeset
|
18 Deprecated/Resources/CodeGeneration/testWasmIntegrated/build-wasm/ |
1350
c53a4667f895
Sample paths have been adapted
Benjamin Golinvaux <bgo@osimis.io>
parents:
980
diff
changeset
|
19 Samples/WebAssembly/*/ThirdPartyDownloads/ |
1419
f5493e5a51a3
single CMakeLists.txt for all SDL samples & unit tests + another one for all Wasm samples
Alain Mazy <alain@mazy.be>
parents:
1403
diff
changeset
|
20 Samples/WebAssembly/ThirdPartyDownloads/ |
1367 | 21 Samples/WebAssembly/*/out |
1357 | 22 Samples/Sdl/*/ThirdPartyDownloads/ |
1419
f5493e5a51a3
single CMakeLists.txt for all SDL samples & unit tests + another one for all Wasm samples
Alain Mazy <alain@mazy.be>
parents:
1403
diff
changeset
|
23 Samples/Sdl/ThirdPartyDownloads/ |
1367 | 24 Samples/Sdl/*/out |
1395
62dc0d737e7b
build script for wasm sample + updated instructions + fixed Sdl sample for Orthanc listening on other ports that 8042
Alain Mazy <alain@mazy.be>
parents:
1367
diff
changeset
|
25 Samples/Sdl/build*/ |
1350
c53a4667f895
Sample paths have been adapted
Benjamin Golinvaux <bgo@osimis.io>
parents:
980
diff
changeset
|
26 Samples/Deprecated/Sdl/ThirdPartyDownloads/ |
c53a4667f895
Sample paths have been adapted
Benjamin Golinvaux <bgo@osimis.io>
parents:
980
diff
changeset
|
27 Samples/Deprecated/Sdl/CMakeLists.txt.orig |
c53a4667f895
Sample paths have been adapted
Benjamin Golinvaux <bgo@osimis.io>
parents:
980
diff
changeset
|
28 Samples/Deprecated/Qt/ThirdPartyDownloads/ |
c53a4667f895
Sample paths have been adapted
Benjamin Golinvaux <bgo@osimis.io>
parents:
980
diff
changeset
|
29 Samples/Deprecated/WebAssembly/build/ |
c53a4667f895
Sample paths have been adapted
Benjamin Golinvaux <bgo@osimis.io>
parents:
980
diff
changeset
|
30 Samples/Deprecated/WebAssembly/ThirdPartyDownloads/ |
c53a4667f895
Sample paths have been adapted
Benjamin Golinvaux <bgo@osimis.io>
parents:
980
diff
changeset
|
31 Samples/Deprecated/WebAssembly/installDir/ |
1403 | 32 UnitTestsSources/ThirdPartyDownloads/ |
1350
c53a4667f895
Sample paths have been adapted
Benjamin Golinvaux <bgo@osimis.io>
parents:
980
diff
changeset
|
33 node_modules/ |
549
1d9deb4ee84c
Added RTSTRUCT demo viewer based on captain + fix in dev.h (wrong override signature)
Benjamin Golinvaux <bgo@osimis.io>
parents:
521
diff
changeset
|
34 |