Commit 8669c3c
authored
fix existing examples and add documentation to Primes example (#223)
* fix examples
* build examples in GitHub Actions pipeline
* enabling executing permissions for build scirpt
* fixing line endings for the build scripts
* fix calculator example pascal compilation
* fix library loading in calculator example
* fix calculator pascal library loading
* fixing Calculator, UnitTest, Prime examples
* commiting LibPrimes Example
* adding execution permissions to libPrimes build scripts
* fixing python binding error1 parent 8f7f84f commit 8669c3c
File tree
227 files changed
+14366
-738
lines changed- Build
- Examples
- Calculator
- Calculator_component
- Bindings
- CppDynamic
- Pascal
- Python
- Examples
- CppDynamic
- Pascal
- Python
- Implementations
- Cpp
- Interfaces
- Pascal
- Interfaces
- Stub
- Injection
- Calculation_component
- Bindings
- CppDynamic
- Cpp
- Java9/calculation
- Pascal
- Python
- Examples
- CppDynamic
- Cpp
- Implementations
- Cpp
- Interfaces
- Pascal/Interfaces
- Numbers_component
- Bindings
- CppDynamic
- Java9/numbers
- Pascal
- Python
- Implementations
- Cpp
- Interfaces
- Pascal/Interfaces
- OptionalClass
- Primes
- LibPrimes_component
- Bindings
- CDynamic
- CSharp
- CppDynamic
- Cpp
- Go
- Java9
- libprimes
- Pascal
- Python
- Documentations/Cpp
- Examples
- CDynamic
- CSharp
- CppDynamic
- Cpp
- Go
- Java9
- Pascal
- Python
- Implementations
- Cpp
- Interfaces
- Pascal
- Interfaces
- Stub
- RTTI/RTTI_component
- Examples
- CDynamic
- CppDynamic
- Cpp
- Implementations/Cpp
- ThreadSafety
- UnitTest
- LibUnitTest_component
- Bindings
- CDynamic
- CppDynamic
- Cpp
- Go
- Pascal
- Python
- Examples
- CDynamic
- CppDynamic
- Cpp
- Go
- Pascal
- Python
- Implementations
- Cpp
- Interfaces
- Stub
- Pascal
- Interfaces
- Stub
- Source
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
227 files changed
+14366
-738
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
46 | | - | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
47 | 66 | | |
48 | 67 | | |
49 | 68 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
31 | 35 | | |
32 | 36 | | |
33 | 37 | | |
| |||
61 | 65 | | |
62 | 66 | | |
63 | 67 | | |
64 | | - | |
| 68 | + | |
65 | 69 | | |
66 | 70 | | |
67 | 71 | | |
| |||
Lines changed: 14 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| 32 | + | |
32 | 33 | | |
| 34 | + | |
33 | 35 | | |
34 | 36 | | |
35 | 37 | | |
36 | 38 | | |
37 | 39 | | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
38 | 49 | | |
39 | 50 | | |
40 | 51 | | |
| |||
165 | 176 | | |
166 | 177 | | |
167 | 178 | | |
| 179 | + | |
168 | 180 | | |
| 181 | + | |
169 | 182 | | |
170 | 183 | | |
171 | 184 | | |
Lines changed: 11 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
27 | 36 | | |
28 | 37 | | |
29 | 38 | | |
| |||
160 | 169 | | |
161 | 170 | | |
162 | 171 | | |
| 172 | + | |
163 | 173 | | |
164 | 174 | | |
165 | 175 | | |
| |||
0 commit comments