Skip to content

Rename included file name and source file name #21

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ add_executable(Example_BasicSynchronization src/BasicSynchronization.cpp)
target_link_libraries(Example_BasicSynchronization CppReact)

### Example_Sandbox
add_executable(Example_Sandbox src/Main.cpp)
add_executable(Example_Sandbox src/main.cpp)
target_link_libraries(Example_Sandbox CppReact)
4 changes: 2 additions & 2 deletions include/react/common/ptrcache.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

#pragma once

#include "react/detail/Defs.h"
#include "react/detail/defs.h"

#include <memory>
#include <mutex>
Expand Down Expand Up @@ -69,4 +69,4 @@ class WeakPtrCache

/******************************************/ REACT_END /******************************************/

#endif // REACT_COMMON_PTR_CACHE_H_INCLUDED
#endif // REACT_COMMON_PTR_CACHE_H_INCLUDED
4 changes: 2 additions & 2 deletions include/react/common/slotmap.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

#pragma once

#include "react/detail/Defs.h"
#include "react/detail/defs.h"

#include <algorithm>
#include <array>
Expand Down Expand Up @@ -189,4 +189,4 @@ class SlotMap

/******************************************/ REACT_END /******************************************/

#endif // REACT_COMMON_SLOTMAP_H_INCLUDED
#endif // REACT_COMMON_SLOTMAP_H_INCLUDED
4 changes: 2 additions & 2 deletions include/react/group.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#include <memory>
#include <utility>

#include "react/API.h"
#include "react/api.h"
#include "react/common/syncpoint.h"

#include "react/detail/graph_interface.h"
Expand Down Expand Up @@ -63,4 +63,4 @@ class Group : protected REACT_IMPL::GroupInternals

/******************************************/ REACT_END /******************************************/

#endif // REACT_GROUP_H_INCLUDED
#endif // REACT_GROUP_H_INCLUDED