Skip to content

Commit

Permalink
Merge pull request #82 from Flow-IPC/polish
Browse files Browse the repository at this point in the history
Adding missing legalese headers to some later-added GitHub-by files. / Using megabytes in graph instead of mebibytes (numbers adjusted accordingly!!!). Some people do not know about the mebikibistuff, I have learned. Also pulling in submodules. / Clarifying comment about recently added Graceful_finisher.
  • Loading branch information
ygoldfeld authored Mar 7, 2024
2 parents 27da2f5 + f6ff825 commit e89feb1
Show file tree
Hide file tree
Showing 9 changed files with 88 additions and 3 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# Flow-IPC
# Copyright 2023 Akamai Technologies, Inc.
#
# Licensed under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in
# compliance with the License. You may obtain a copy
# of the License at
#
# https://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in
# writing, software distributed under the License is
# distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
# CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing
# permissions and limitations under the License.

name: Flow-IPC pipeline

# Discussion on the philosophy behind the workflow (pipeline) below. The steps themselves should be easy enough to
Expand Down
17 changes: 17 additions & 0 deletions conanfile.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# Flow-IPC
# Copyright 2023 Akamai Technologies, Inc.
#
# Licensed under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in
# compliance with the License. You may obtain a copy
# of the License at
#
# https://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in
# writing, software distributed under the License is
# distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
# CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing
# permissions and limitations under the License.

from conan import ConanFile
from conan.tools.cmake import CMake, cmake_layout, CMakeDeps, CMakeToolchain

Expand Down
2 changes: 1 addition & 1 deletion flow
Submodule flow updated 1015 files
2 changes: 1 addition & 1 deletion ipc_session
Binary file modified src/doc/manual/assets/img/capnp_perf_v1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# Flow-IPC
# Copyright 2023 Akamai Technologies, Inc.
#
# Licensed under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in
# compliance with the License. You may obtain a copy
# of the License at
#
# https://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in
# writing, software distributed under the License is
# distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
# CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing
# permissions and limitations under the License.

# Current version assumption: clang-15/16/17.

# Had some issues matching ^ and $ in this one; leaving them out; these are very unlikely to match something
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# Flow-IPC
# Copyright 2023 Akamai Technologies, Inc.
#
# Licensed under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in
# compliance with the License. You may obtain a copy
# of the License at
#
# https://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in
# writing, software distributed under the License is
# distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
# CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing
# permissions and limitations under the License.

# Current version assumption: clang-15/16/17.

# This is for transport_test exercise mode SHM-classic sub-mode. Cf. exercise mode heap sub-mode: It passes cleanly
Expand Down
17 changes: 17 additions & 0 deletions test/suite/unit_test/sanitize/tsan/suppressions_clang.cfg
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# Flow-IPC
# Copyright 2023 Akamai Technologies, Inc.
#
# Licensed under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in
# compliance with the License. You may obtain a copy
# of the License at
#
# https://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in
# writing, software distributed under the License is
# distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
# CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing
# permissions and limitations under the License.

# Current version assumption: clang-15/16/17.

# Had some issues matching ^ and $ in this one; leaving them out at times; these are very unlikely to match something
Expand Down

0 comments on commit e89feb1

Please sign in to comment.