diff --git a/.gitignore b/.gitignore index b0b96e5af..f62e363dc 100644 --- a/.gitignore +++ b/.gitignore @@ -43,4 +43,6 @@ lokinet.exe rapidjson/ -.gradle/ \ No newline at end of file +.gradle/ +.idea +.vscode diff --git a/.idea/artifacts/loki_network.xml b/.idea/artifacts/loki_network.xml deleted file mode 100644 index bc864a9a5..000000000 --- a/.idea/artifacts/loki_network.xml +++ /dev/null @@ -1,19 +0,0 @@ - - - $PROJECT_DIR$/android/build/artifacts/loki_network - - - - - - - - - - \ No newline at end of file diff --git a/.idea/codeStyles/Project.xml b/.idea/codeStyles/Project.xml deleted file mode 100644 index 30aa626c2..000000000 --- a/.idea/codeStyles/Project.xml +++ /dev/null @@ -1,29 +0,0 @@ - - - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/loki-network.iml b/.idea/loki-network.iml deleted file mode 100644 index e28944b24..000000000 --- a/.idea/loki-network.iml +++ /dev/null @@ -1,28 +0,0 @@ - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml deleted file mode 100644 index 9db281056..000000000 --- a/.idea/misc.xml +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml deleted file mode 100644 index 3f4ab2c12..000000000 --- a/.idea/modules.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml deleted file mode 100644 index 35eb1ddfb..000000000 --- a/.idea/vcs.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml deleted file mode 100644 index 91a7b8a31..000000000 --- a/.idea/workspace.xml +++ /dev/null @@ -1,560 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1541522484586 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - loki-network - - - - - - - - Android - - - - - - - - - - - - - - - 1.8 - - - - - - - - loki-network - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json deleted file mode 100644 index 8c9f05481..000000000 --- a/.vscode/c_cpp_properties.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "configurations": [ - { - "name": "Linux", - "browse": { - "path": [ - "${workspaceFolder}/llarp", - "${workspaceFolder}/daemon", - "${workspaceFolder}/include", - "${workspaceFolder}/libabyss/src", - "${workspaceFolder}/crypto", - "${workspaceFolder}/vendor/cppbackport-master/lib" - ], - "limitSymbolsToIncludedHeaders": true - }, - "includePath": [ - "${workspaceFolder}/include", - "${workspaceFolder}/llarp", - "${workspaceFolder}/vendor/cppbackport-master/lib", - "${workspaceFolder}/libabyss/include", - "${workspaceFolder}/crypto/include" - ], - "defines": [], - "compilerPath": "/usr/bin/clang", - "cStandard": "c11", - "cppStandard": "c++17", - "intelliSenseMode": "clang-x64" - } - ], - "version": 4 -} \ No newline at end of file diff --git a/.vscode/launch.json b/.vscode/launch.json deleted file mode 100644 index e1eabfa58..000000000 --- a/.vscode/launch.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - // Use IntelliSense to learn about possible attributes. - // Hover to view descriptions of existing attributes. - // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 - "version": "0.2.0", - "configurations": [{ - "name": "(lldb) Launch", - "type": "cppdbg", - "request": "launch", - "program": "${workspaceFolder}/build/testAll", - "args": ["--gtest_shuffle", "--gtest_filter=TestThreadPool*"], - "stopAtEntry": false, - "cwd": "${workspaceFolder}", - "environment": [], - "externalConsole": false, - "MIMode": "lldb" - }, - { - "name": "(gdb) Launch", - "type": "cppdbg", - "request": "launch", - "program": "${workspaceFolder}/lokinet", - "args": [], - "stopAtEntry": false, - "cwd": "${workspaceFolder}", - "environment": [], - "externalConsole": true, - "MIMode": "gdb", - "setupCommands": [{ - "description": "Enable pretty-printing for gdb", - "text": "-enable-pretty-printing", - "ignoreFailures": true - }] - } - ] -} diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index 146ac739a..000000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,76 +0,0 @@ -{ - "editor.formatOnSave": true, - "files.associations": { - "array": "cpp", - "limits": "cpp", - "cctype": "cpp", - "clocale": "cpp", - "cmath": "cpp", - "cstdarg": "cpp", - "cstddef": "cpp", - "cstdio": "cpp", - "cstdlib": "cpp", - "cstring": "cpp", - "ctime": "cpp", - "cwchar": "cpp", - "cwctype": "cpp", - "atomic": "cpp", - "*.tcc": "cpp", - "bitset": "cpp", - "chrono": "cpp", - "codecvt": "cpp", - "condition_variable": "cpp", - "cstdint": "cpp", - "deque": "cpp", - "list": "cpp", - "unordered_map": "cpp", - "unordered_set": "cpp", - "exception": "cpp", - "filesystem": "cpp", - "string_view": "cpp", - "fstream": "cpp", - "functional": "cpp", - "initializer_list": "cpp", - "iomanip": "cpp", - "iosfwd": "cpp", - "iostream": "cpp", - "istream": "cpp", - "memory": "cpp", - "mutex": "cpp", - "optional": "cpp", - "ostream": "cpp", - "ratio": "cpp", - "sstream": "cpp", - "stdexcept": "cpp", - "streambuf": "cpp", - "system_error": "cpp", - "thread": "cpp", - "cinttypes": "cpp", - "type_traits": "cpp", - "tuple": "cpp", - "typeindex": "cpp", - "typeinfo": "cpp", - "utility": "cpp", - "__config": "cpp", - "__nullptr": "cpp", - "algorithm": "cpp", - "io": "cpp", - "strstream": "cpp", - "numeric": "cpp", - "valarray": "cpp", - "*.ipp": "cpp", - "csignal": "cpp", - "future": "cpp", - "map": "cpp", - "vector": "cpp", - "new": "cpp", - "shared_mutex": "cpp", - "complex": "cpp", - "variant": "cpp", - "any": "cpp", - "tuntap.h": "c", - "hashtable": "cpp", - "__mutex_base": "cpp", - "iterator": "cpp" - } -} \ No newline at end of file diff --git a/.vscode/tasks.json b/.vscode/tasks.json deleted file mode 100644 index 6f34e0472..000000000 --- a/.vscode/tasks.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - // See https://go.microsoft.com/fwlink/?LinkId=733558 - // for the documentation about the tasks.json format - "version": "2.0.0", - "tasks": [ - { - "label": "build", - "type": "shell", - "command": "make -j8 JSONRPC=ON test", - "group": "build", - "problemMatcher": [ - "$gcc" - ] - } - ] -} \ No newline at end of file