This is an automated email from the ASF dual-hosted git repository.

echobravo pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/geode-native.git.


    from 2501051  GEODE-4697: Removing FunctionExecutionTimeout from CLI tests
     new 457f11e  GEODE-4341: Renaming 'Cache' to 'PutGetRemove'
     new aacb32e  GEODE-4341: Added rename to README
     new 60ff97a  GEODE-4341: Working example of PutGetRemove
     new 5e0f766  GEODE-4341: Added startserver and stopserver scripts
     new 328faae  GEODE-4341: Set new location for locator and server
     new b3d958d  GEODE-4341: Added cmake files for examples
     new 9cbf428  WIP: builds from command line, dunno if it works in the IDE
     new be518d0  WIP: cmake code to allow us to generate projects and build C# 
examples.
     new c6d72b0  WIP: seems to be all working now
     new a66cc63  GEODE-4341: Fix missing line in README.md
     new 7bf9fa8  GEODE-4341: Incorporate PR feedback

The 11 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../Apache.Geode.Examples.AuthInitialize.csproj    | 62 -------------------
 .../dotnet/Apache.Geode.Examples.Cache/Program.cs  | 51 ----------------
 examples/dotnet/Apache.Geode.Examples.sln          | 33 ----------
 .../AuthInitialize}/CMakeLists.txt                 | 33 +++++-----
 .../ExampleAuthInitialize.cs                       |  0
 .../Program.cs                                     |  0
 .../README.md                                      |  0
 .../AuthInitialize/startserver.ps1}                | 35 +++++++----
 .../AuthInitialize/stopserver.ps1}                 | 35 +++++++----
 examples/{ => dotnet}/CMakeLists.txt               |  7 ++-
 .../Apache.Geode.Examples.PutGetRemove.csproj}     |  4 +-
 .../PutGetRemove}/CMakeLists.txt                   | 32 +++++-----
 examples/dotnet/PutGetRemove/Program.cs            | 70 ++++++++++++++++++++++
 .../README.md                                      | 15 +++--
 .../PutGetRemove/startserver.ps1}                  | 35 +++++++----
 .../PutGetRemove/stopserver.ps1}                   | 35 +++++++----
 examples/dotnet/README.md                          | 11 +++-
 17 files changed, 220 insertions(+), 238 deletions(-)
 delete mode 100644 
examples/dotnet/Apache.Geode.Examples.AuthInitialize/Apache.Geode.Examples.AuthInitialize.csproj
 delete mode 100644 examples/dotnet/Apache.Geode.Examples.Cache/Program.cs
 delete mode 100644 examples/dotnet/Apache.Geode.Examples.sln
 copy examples/{cpp/customserializable => dotnet/AuthInitialize}/CMakeLists.txt 
(52%)
 rename examples/dotnet/{Apache.Geode.Examples.AuthInitialize => 
AuthInitialize}/ExampleAuthInitialize.cs (100%)
 rename examples/dotnet/{Apache.Geode.Examples.AuthInitialize => 
AuthInitialize}/Program.cs (100%)
 rename examples/dotnet/{Apache.Geode.Examples.AuthInitialize => 
AuthInitialize}/README.md (100%)
 copy examples/{cpp/put-get-remove/startserver.sh => 
dotnet/AuthInitialize/startserver.ps1} (53%)
 mode change 100755 => 100644
 copy examples/{cpp/put-get-remove/startserver.sh => 
dotnet/AuthInitialize/stopserver.ps1} (56%)
 mode change 100755 => 100644
 copy examples/{ => dotnet}/CMakeLists.txt (89%)
 rename 
examples/dotnet/{Apache.Geode.Examples.Cache/Apache.Geode.Examples.Cache.csproj 
=> PutGetRemove/Apache.Geode.Examples.PutGetRemove.csproj} (95%)
 copy examples/{cpp/customserializable => dotnet/PutGetRemove}/CMakeLists.txt 
(53%)
 create mode 100644 examples/dotnet/PutGetRemove/Program.cs
 rename examples/dotnet/{Apache.Geode.Examples.Cache => PutGetRemove}/README.md 
(53%)
 copy examples/{cpp/put-get-remove/startserver.sh => 
dotnet/PutGetRemove/startserver.ps1} (53%)
 mode change 100755 => 100644
 copy examples/{cpp/put-get-remove/startserver.sh => 
dotnet/PutGetRemove/stopserver.ps1} (55%)
 mode change 100755 => 100644

-- 
To stop receiving notification emails like this one, please contact
echobr...@apache.org.

Reply via email to