Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
camtron
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
kr69sugu
camtron
Compare revisions
9395015641dc036a8e31747705fdfe44780c903c to d96fefb0f58171ba2247c6fdb67ea9ba0923d85a
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
sugu/camtron
Select target project
No results found
d96fefb0f58171ba2247c6fdb67ea9ba0923d85a
Select Git revision
Swap
Target
sugu/camtron
Select target project
sugu/camtron
1 result
9395015641dc036a8e31747705fdfe44780c903c
Select Git revision
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (1)
.
· d96fefb0
am0ebe
authored
2 years ago
d96fefb0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitignore
+1
-0
1 addition, 0 deletions
.gitignore
camtron.sublime-workspace
+37
-8
37 additions, 8 deletions
camtron.sublime-workspace
with
38 additions
and
8 deletions
.gitignore
View file @
d96fefb0
...
...
@@ -31,3 +31,4 @@ bgslibrary_gui
upload.sh
*.sublime-workspace
README.html
*sublime-workspace
This diff is collapsed.
Click to expand it.
camtron.sublime-workspace
View file @
d96fefb0
...
...
@@ -38,8 +38,29 @@
"side_bar_visible": false,
"status_bar_visible": false
},
"expanded_folders":
[
],
"file_history":
[
"/home/sugu/.bash_aliases",
"/home/sugu/code/idiv/camtron_all/c/camtron.sublime-project",
"/home/sugu/code/idiv/camtron_all/b/VimbaCPP/Examples/ListCameras/Source/program.cpp",
"/home/sugu/code/idiv/camtron_all/b/VimbaCPP/Examples/ListCameras/Source/ListCameras.h",
"/home/sugu/code/idiv/camtron_all/b/VimbaCPP/Include/Camera.hpp",
"/home/sugu/code/idiv/camtron_all/b/VimbaCPP/Include/VimbaCPP.h",
"/home/sugu/code/idiv/camtron_all/b/VimbaCPP/tmp/GT1920CCamera.h",
"/home/sugu/code/idiv/camtron_all/b/VimbaCPP/Include/Camera.h",
"/home/sugu/dox/cmds/cmds_nb.c",
"/home/sugu/code/idiv/camtron_all/b/VimbaCPP/Examples/ListCameras/Source/ListCameras.cpp",
"/home/sugu/code/idiv/camtron_all/dox/notes_B",
"/home/sugu/code/idiv/camtron_all/dox/notes_D",
"/home/sugu/code/idiv/camtron_all/dox/notes_C",
"/home/sugu/code/idiv/camtron_all/b/VimbaCPP/Examples/CameraFactory/Source/program.cpp",
"/home/sugu/code/idiv/camtron_all/b/VimbaCPP/Examples/CameraFactory/Source/FindCameras.h",
"/home/sugu/code/idiv/camtron_all/b/VimbaCPP/Examples/CameraFactory/Source/FindCameras.cpp",
"/home/sugu/code/idiv/camtron_all/b/VimbaCPP/Examples/CameraFactory/Source/CameraFactory.h",
"/home/sugu/code/idiv/camtron_all/b/VimbaCPP/Examples/CameraFactory/Source/CameraFactory.cpp",
"/home/m/.bash_aliases",
"/home/m/dox/cmds/cmds.cpp",
"/home/m/code/idiv/camtron/merg.c",
...
...
@@ -145,7 +166,7 @@
],
"find":
{
"height": 3
9
.0
"height": 3
4
.0
},
"find_in_files":
{
...
...
@@ -159,6 +180,8 @@
"case_sensitive": false,
"find_history":
[
"StreamSystemInfo",
"ErrorCodeToMessage",
"exception",
"abort",
"exception",
...
...
@@ -284,9 +307,7 @@
"numpy",
"np",
"pay",
"plok",
"blo",
"blok"
"plok"
],
"highlight": true,
"in_selection": false,
...
...
@@ -319,7 +340,7 @@
],
"incremental_find":
{
"height": 3
9
.0
"height": 3
4
.0
},
"input":
{
...
...
@@ -352,11 +373,15 @@
{
"height": 0.0
},
"output.mdpopups":
{
"height": 0.0
},
"pinned_build_system": "",
"project": "camtron.sublime-project",
"replace":
{
"height":
7
4.0
"height":
6
4.0
},
"save_all_on_build": true,
"select_file":
...
...
@@ -382,6 +407,10 @@
"last_filter": "",
"selected_items":
[
[
"",
"~/code/idiv/camtron_all/b/recorder/recorder.sublime-project"
]
],
"width": 380.0
},
...
...
@@ -401,8 +430,8 @@
"show_minimap": true,
"show_open_files": true,
"show_tabs": true,
"side_bar_visible":
fals
e,
"side_bar_width":
150
.0,
"side_bar_visible":
tru
e,
"side_bar_width":
396
.0,
"status_bar_visible": true,
"template_settings":
{
...
...
This diff is collapsed.
Click to expand it.