You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@
6
6
7
7
[](https://slack.testcontainers.org/)
[](https://github.com/oleg-nenashev/testcontainers-c/releases)
9
+
[](https://github.com/testcontainers/testcontainers-native/releases)
10
10
11
11
!!! warning
12
12
This is a prototype.
@@ -24,7 +24,7 @@ Also join the `#testcontainers-native` channel on the [Testcontainers Slack](htt
24
24
25
25
## Key Features
26
26
27
-
-_Testcontainers for C/C++_ - a shared library and C-style headers that can be used in native projects
27
+
-_Testcontainers Native_ - a shared library and C-style headers that can be used in native projects
28
28
- Support for [C](./docs/c/README.md), [C++](./docs/cpp/README.md), [Swift](./docs/swift/README.md) and other native projects.
29
29
- Minimum viable Testcontainers API functionality:
30
30
starting and terminating containers, passing files, exposing ports,
@@ -66,12 +66,12 @@ See [the examples and demos](./demo/README.md) for more examples.
66
66
### Using in other languages
67
67
68
68
TL;DR: You get the C header file, a shared library object or a DLL file from the
69
-
[Testcontainers for C](./docs/c/README.md) module.
69
+
[Testcontainers for Native](./docs/c/README.md) module.
70
70
Then, you can bind this native library in your project type.
71
71
It allows supporting many other languages that support using
72
72
native tooling via dynamically or statically linked libraries:
73
73
74
-

74
+

75
75
76
76
Disclaimer:
77
77
The schema above shows the most popular languages for Embedded systems,
Copy file name to clipboardExpand all lines: ROADMAP.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,23 +3,23 @@
3
3
[](http://slack.testcontainers.org/)
4
4
5
5
A full public roadmap is coming soon.
6
-
See the [GitHub Issues](https://github.com/testcontainers/testcontainers-c/issues) and,
6
+
See the [GitHub Issues](https://github.com/testcontainers/testcontainers-native/issues) and,
7
7
in particular,
8
8
the pinned issues to learn about the key initiatives on the table.
9
9
10
10
## Key Objectives
11
11
12
-
What we want to do before 1.0:
12
+
What we want to do before 1.0:
13
13
14
-
-[ ] Ensure sufficient feature parity with Testcontainers for Go ([#6](https://github.com/testcontainers/testcontainers-c/issues/6))
15
-
-[ ] Add a C++ binding library and class-based headers ([#12](https://github.com/testcontainers/testcontainers-c/issues/12))
14
+
-[ ] Ensure sufficient feature parity with Testcontainers for Go ([#6](https://github.com/testcontainers/testcontainers-native/issues/6))
15
+
-[ ] Add a C++ binding library and class-based headers ([#12](https://github.com/testcontainers/testcontainers-native/issues/12))
16
16
-[ ] Prototype and document support for other languages that
17
17
leverage native libraries, in particular Swift
18
18
-[x] Make Testcontainers Native an official project
19
19
listed on the [Testcontainers site](https://testcontainers.com/)
20
20
-[ ] Publish the project to common C/C++ package managers
0 commit comments