Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
IFOS3D
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
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
KIT
GPI
AG
Software
IFOS3D
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
d54506a4fe26baa88a0b8a6648b387891d344cac
Select Git revision
Branches
10
develop
develop_PortingFromCToCpp_MultidimensionalSubscriptOperator
develop_porting_from_c_to_cpp
el_TTI
feature/rheinstetten
master
default
protected
optstepl
struct
threading
vector
10 results
Begin with the selected commit
Created with Raphaël 2.2.0
16
Apr
15
14
10
8
7
4
3
2
1
29
Mar
27
26
13
12
3
27
Feb
25
17
14
13
7
6
24
Jan
13
10
8
20
Dec
19
11
10
9
6
5
4
26
Nov
25
21
8
7
31
Oct
29
25
16
7
30
Sep
18
10
6
15
Aug
12
6
2
24
Jul
15
11
1
24
Jun
6
10
May
2
1
29
Apr
22
21
16
15
10
9
8
5
4
3
28
Mar
27
21
20
14
13
4
1
29
Feb
28
27
26
23
22
21
20
15
14
13
12
11
9
8
7
6
5
26
Jan
25
24
23
19
15
14
12
9
8
5
4
3
29
Dec
28
27
26
22
21
20
19
18
15
14
12
10
9
8
7
5
30
Nov
24
23
22
21
17
10
7
2
2
Sep
29
Aug
25
24
23
22
19
16
12
9
8
4
2
1
8
Jul
1
29
Jun
22
20
14
13
6
29
Apr
21
20
19
18
15
12
8
5
23
Mar
16
8
23
Feb
Make float3DTensorT interface more mdspan-like
develop_Porting…
develop_PortingFromCToCpp_MultidimensionalSubscriptOperator
Link with c++ compiler
Do aligned memory allocation in mdspan implementation of float3DTensorT
Check if feature std::assume_aligned is available
Align memory allocation to 64 bytes
float3DTensorT implementation based on mdspan
Use float3DTensorT in type st_model
Use float3DTensorT in type st_pml_wfd
Use float3DTensorT in type st_model_av
Modify BUFFER_EXCHANGE_USE_METHOD_MEMCPY methods for type float3DTensorT
Use std::swap to swap values
Remove no more needed functions for type float ***
Use float3DTensorT in type st_stress
Use float3DTensorT in type st_velocity
Add float 3D tensor type
A swicht-case block forms a single scope. This means that variables that are declared in one case are also available in the subsequent cases. However, if jumping directly to one of the subsequent cases, these variables are uninitialized. This is not allowed in C++
develop_porting…
develop_porting_from_c_to_cpp
In C, a string such as “Hello world” is of type char * in C++ it is correctly of type const char *. Such a string can of course only be passed to functions that specify the input parameter as const char *
C does a implicite type cast from void * to any kind of pointer type. C++ requires explicite type casts
In C++, the min and max functions exist as templates and do not have to be defined as macros
Add makefile rules to compile and link c++ sources
A struct can be partially initialized. The order of the initialized elements in C is arbitrary, as the initialization has no side effects. In C++, the elements must be initialized in the order in which they appear in the struct, because each initialization potentially calls a constructor, which can then rely on the preceding elements being initialized
External headers of C libraries must be linked according to the C convention
The extensions of the source code files must be changed from .h to .hpp
The extensions of the source code files must be changed from .c to .cpp
C++ depreceated support of the Storage-class specifier register
C++ does not offically support the restrict type qualifier. But most compiler offer the alternative __restrict__
The C header files are named differently in C++
Rename source code files from .c to .cpp and from .h to .hpp
Merge branch 'develop_source_code_formatted_using_uncrustify' into 'develop'
develop
develop
Source code formatted using uncrustify
Replace tabs by spaces
Removed trailing spaces
Add source formatter using uncrustify and clang-format
Merge of changes into develop/d54506a4fe26baa88a0b8a6648b387891d344cac.
Change order of application of STFI to suppress high frequency jitter in modelled data. NEW: STFI filter applied on raw wavelet then LP-filtered and integrated (if switched on).
Hessian fixed
error regarding defult value for max offset fixed
Internal time window's defult values added to read-par-jason
maximum allowed offset added - TW:3 details added to inv-all-parameter and logfile
Internal time windowing using STA/LTA and offset mute added into USE_TW: 3
Loading