Initial source code commit.
commitfa09f540c2f954c13f7321e34958b190a8abae7d
authorКомаров Михаил <Nemo1369@gmail.com>
Thu, 2 Apr 2015 10:18:37 +0000 (2 13:18 +0300)
committerКомаров Михаил <Nemo1369@gmail.com>
Thu, 2 Apr 2015 10:18:37 +0000 (2 13:18 +0300)
tree7eff16a2c158577ec3ed35ea6f32183f62337cd9
Initial source code commit.
24 files changed:
.gitignore [new file with mode: 0644]
CMakeLists.txt [new file with mode: 0644]
Sources/CMakeLists.txt [new file with mode: 0644]
Sources/Executable/CMakeLists.txt [new file with mode: 0644]
Sources/Executable/main.c [new file with mode: 0644]
Sources/Foundation/CMakeLists.txt [new file with mode: 0644]
Sources/Foundation/foundation_algorithms.c [new file with mode: 0755]
Sources/Foundation/foundation_algorithms.h [new file with mode: 0755]
Sources/Foundation/foundation_array.c [new file with mode: 0755]
Sources/Foundation/foundation_array.h [new file with mode: 0755]
Sources/Foundation/foundation_deque.c [new file with mode: 0755]
Sources/Foundation/foundation_deque.h [new file with mode: 0755]
Sources/Foundation/foundation_errors.h [new file with mode: 0755]
Sources/Foundation/foundation_iterator.h [new file with mode: 0755]
Sources/Foundation/foundation_library.c [new file with mode: 0755]
Sources/Foundation/foundation_library.h [new file with mode: 0755]
Sources/Foundation/foundation_map.c [new file with mode: 0755]
Sources/Foundation/foundation_map.h [new file with mode: 0755]
Sources/Foundation/foundation_rb.c [new file with mode: 0755]
Sources/Foundation/foundation_rb.h [new file with mode: 0755]
Sources/Foundation/foundation_set.c [new file with mode: 0755]
Sources/Foundation/foundation_set.h [new file with mode: 0755]
Sources/Foundation/foundation_slist.c [new file with mode: 0755]
Sources/Foundation/foundation_slist.h [new file with mode: 0755]