From 8c10aed5115b21298d153b5961e47709fb4a703b Mon Sep 17 00:00:00 2001 From: Vinnie Falco Date: Sun, 28 Jul 2013 02:50:05 -0700 Subject: [PATCH] Remove unnecessary .mm files --- .../Builds/VisualStudio2012/beast.vcxproj | 18 ----------------- .../VisualStudio2012/beast.vcxproj.filters | 9 --------- .../modules/beast_basics/beast_basics.mm | 20 ------------------- .../modules/beast_crypto/beast_crypto.mm | 20 ------------------- Subtrees/beast/modules/beast_db/beast_db.mm | 20 ------------------- TODO.txt | 5 +---- 6 files changed, 1 insertion(+), 91 deletions(-) delete mode 100644 Subtrees/beast/modules/beast_basics/beast_basics.mm delete mode 100644 Subtrees/beast/modules/beast_crypto/beast_crypto.mm delete mode 100644 Subtrees/beast/modules/beast_db/beast_db.mm diff --git a/Subtrees/beast/Builds/VisualStudio2012/beast.vcxproj b/Subtrees/beast/Builds/VisualStudio2012/beast.vcxproj index 5a7a76e92..e73a03701 100644 --- a/Subtrees/beast/Builds/VisualStudio2012/beast.vcxproj +++ b/Subtrees/beast/Builds/VisualStudio2012/beast.vcxproj @@ -23,12 +23,6 @@ - - true - true - true - true - true true @@ -72,18 +66,6 @@ true - - true - true - true - true - - - true - true - true - true - diff --git a/Subtrees/beast/Builds/VisualStudio2012/beast.vcxproj.filters b/Subtrees/beast/Builds/VisualStudio2012/beast.vcxproj.filters index afed64c51..3dd924c13 100644 --- a/Subtrees/beast/Builds/VisualStudio2012/beast.vcxproj.filters +++ b/Subtrees/beast/Builds/VisualStudio2012/beast.vcxproj.filters @@ -30,15 +30,6 @@ - - beast_crypto - - - beast_basics - - - beast_db - diff --git a/Subtrees/beast/modules/beast_basics/beast_basics.mm b/Subtrees/beast/modules/beast_basics/beast_basics.mm deleted file mode 100644 index dcfebe605..000000000 --- a/Subtrees/beast/modules/beast_basics/beast_basics.mm +++ /dev/null @@ -1,20 +0,0 @@ -//------------------------------------------------------------------------------ -/* - This file is part of Beast: https://github.com/vinniefalco/Beast - Copyright 2013, Vinnie Falco - - Permission to use, copy, modify, and/or distribute this software for any - purpose with or without fee is hereby granted, provided that the above - copyright notice and this permission notice appear in all copies. - - THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES - WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF - MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR - ANY SPECIAL , DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES - WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN - ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF - OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -*/ -//============================================================================== - -#include "beast_basics.cpp" diff --git a/Subtrees/beast/modules/beast_crypto/beast_crypto.mm b/Subtrees/beast/modules/beast_crypto/beast_crypto.mm deleted file mode 100644 index 182863c7f..000000000 --- a/Subtrees/beast/modules/beast_crypto/beast_crypto.mm +++ /dev/null @@ -1,20 +0,0 @@ -//------------------------------------------------------------------------------ -/* - This file is part of Beast: https://github.com/vinniefalco/Beast - Copyright 2013, Vinnie Falco - - Permission to use, copy, modify, and/or distribute this software for any - purpose with or without fee is hereby granted, provided that the above - copyright notice and this permission notice appear in all copies. - - THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES - WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF - MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR - ANY SPECIAL , DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES - WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN - ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF - OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -*/ -//============================================================================== - -#include "beast_crypto.cpp" diff --git a/Subtrees/beast/modules/beast_db/beast_db.mm b/Subtrees/beast/modules/beast_db/beast_db.mm deleted file mode 100644 index 2ae0b83c8..000000000 --- a/Subtrees/beast/modules/beast_db/beast_db.mm +++ /dev/null @@ -1,20 +0,0 @@ -//------------------------------------------------------------------------------ -/* - This file is part of Beast: https://github.com/vinniefalco/Beast - Copyright 2013, Vinnie Falco - - Permission to use, copy, modify, and/or distribute this software for any - purpose with or without fee is hereby granted, provided that the above - copyright notice and this permission notice appear in all copies. - - THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES - WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF - MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR - ANY SPECIAL , DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES - WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN - ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF - OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -*/ -//============================================================================== - -#include "beast_db.cpp" diff --git a/TODO.txt b/TODO.txt index adfe160b8..6f4c8143d 100644 --- a/TODO.txt +++ b/TODO.txt @@ -5,9 +5,7 @@ RIPPLE TODO Vinnie's List: Changes day to day, descending priority (Items marked '*' can be handled by others.) -- Remove unnecessary beast .mm files * Make everyone check GitHub Issues every day -- Finish unit tests and code for Validators - Do something about the throw() reporting weaknesses: * Make sure all Sconstruct and .pro builds have debug symbols in release * Replace all throw with beast::Throw() @@ -20,8 +18,7 @@ Vinnie's List: Changes day to day, descending priority - Implement getStackBacktrace for BEAST_BSD targets - Add UnhandledExceptionCatcher to beast - Return EXIT_FAILURE on unhandled exception -- Add "FailingTests" and "PassingTests" to beast, run manually, to - help test CI scripts. +- Finish unit tests and code for Validators * Document the command line options for the beast unit test framework - Tidy up all the loose files at the root of the repository - What the heck is up with site_scons/site_tools/protoc.py?