Commit Graph

1032 Commits

Author SHA1 Message Date
github-actions
cfe9142c92 updating DIRECTORY.md 2020-05-26 14:18:48 +00:00
Krishna Vedala
a15b5c5a9b
MSVC does not know cstring-use string-for toString
(cherry picked from commit fe9d2b9bc6)
2020-05-26 10:17:59 -04:00
Krishna Vedala
64c8bf38bd
fixed dynamic array
(cherry picked from commit dd20bf9442)
2020-05-26 10:17:41 -04:00
Krishna Vedala
8cb310a9fc
removed in-favor of chronos library of c++11
(cherry picked from commit 899be6a1f1)
2020-05-26 10:17:28 -04:00
Krishna Vedala
4847329527
fixed windows build error
(cherry picked from commit 4b25222d43)
2020-05-26 10:17:18 -04:00
Krishna Vedala
59be834836
fixed lint
(cherry picked from commit fb3a8091f9)
2020-05-26 10:17:07 -04:00
Krishna Vedala
5f8b270992
file rename
(cherry picked from commit d6d328c8c9)
2020-05-26 10:16:56 -04:00
Krishna Vedala
5fddd6c7cd
cin accepts only one variable at a time & fixed cpplint
(cherry picked from commit 2def9abcc2)
2020-05-26 10:16:45 -04:00
Krishna Vedala
05ec7bed72
improved documentation
(cherry picked from commit 139964d325)
2020-05-26 10:16:37 -04:00
Krishna Vedala
36b4d59d59
rand_r is non-portable and obsolete
(cherry picked from commit 0ad756f860)
2020-05-26 10:16:15 -04:00
Krishna Vedala
a6319c5f43
newline character at EOF of gitignore
(cherry picked from commit 614ea8eb58)
2020-05-26 10:16:03 -04:00
Krishna Vedala
3939a8caff
Merge branch 'cmake'
* cmake:
  MSVC does not know cstring-use string-for toString
  for windows build, MSVC knows C++-14 and not 11
  remove redundant /Za for VC
  add cstring for std::to_string()
  updating DIRECTORY.md
  fixed dynamic array
  removed in-favor of chronos library of c++11
  updating DIRECTORY.md
  fixed windows build error
  fixed lint
  file rename
  cin accepts only one variable at a time & fixed cpplint
  improved documentation
  `rand_r` is non-portable and obsolete
  newline character at EOF of gitignore
2020-05-26 10:08:56 -04:00
Krishna Vedala
fe9d2b9bc6
MSVC does not know cstring-use string-for toString 2020-05-26 10:06:01 -04:00
Krishna Vedala
8bc1559b08
for windows build, MSVC knows C++-14 and not 11 2020-05-26 10:00:09 -04:00
Krishna Vedala
fdee12d82a
remove redundant /Za for VC 2020-05-26 09:50:41 -04:00
Krishna Vedala
961549fa16
Merge branch 'cmake' of github.com:kvedala/C-Plus-Plus into cmake 2020-05-26 09:41:12 -04:00
Krishna Vedala
2217049119
add cstring for std::to_string() 2020-05-26 09:40:57 -04:00
github-actions
3d5a6fbce3 updating DIRECTORY.md 2020-05-26 13:40:20 +00:00
Krishna Vedala
7b645a5952
Merge branch 'cmake' of github.com:kvedala/C-Plus-Plus into cmake
* 'cmake' of github.com:kvedala/C-Plus-Plus:
  updating DIRECTORY.md
2020-05-26 09:39:46 -04:00
Krishna Vedala
dd20bf9442
fixed dynamic array 2020-05-26 09:37:36 -04:00
Krishna Vedala
899be6a1f1
removed in-favor of chronos library of c++11 2020-05-26 09:35:25 -04:00
github-actions
a3a57aea2d updating DIRECTORY.md 2020-05-26 13:33:02 +00:00
Krishna Vedala
4b25222d43
fixed windows build error 2020-05-26 09:32:37 -04:00
Krishna Vedala
fb3a8091f9
fixed lint 2020-05-26 09:26:40 -04:00
Krishna Vedala
d6d328c8c9
file rename 2020-05-26 09:25:42 -04:00
Krishna Vedala
2def9abcc2
cin accepts only one variable at a time & fixed cpplint 2020-05-26 09:10:28 -04:00
Krishna Vedala
139964d325
improved documentation 2020-05-26 09:05:44 -04:00
Krishna Vedala
0ad756f860
rand_r is non-portable and obsolete 2020-05-26 09:05:29 -04:00
Krishna Vedala
614ea8eb58
newline character at EOF of gitignore 2020-05-26 08:48:09 -04:00
Krishna Vedala
10da051ba6
added documentation URL 2020-05-26 01:31:58 -04:00
Krishna Vedala
7ae9717f26
Merge pull request #1 from kvedala/cmake
CI using CMake
2020-05-26 01:30:17 -04:00
Krishna Vedala
0163e6a34d
added CI badges 2020-05-26 01:29:51 -04:00
Krishna Vedala
65d4fe035a
remove ninja as cmake generator 2020-05-26 01:22:46 -04:00
Krishna Vedala
249b91d5ff
remove install ninja 2020-05-26 01:21:32 -04:00
Krishna Vedala
06fe0efc94
yml file indentation correction 2020-05-26 01:18:59 -04:00
Krishna Vedala
c4e49b9557
project description correction 2020-05-26 01:17:30 -04:00
Krishna Vedala
7bb69e4183
added documentation equations 2020-05-26 01:17:12 -04:00
Krishna Vedala
b3ae9846dc
Merge branch 'major-corrections-to-files' into cmake
* major-corrections-to-files:
  updating DIRECTORY.md
  remove dash from filename
  updating DIRECTORY.md
  fixed more filenames
  fix cpp_lint bug
2020-05-26 00:58:32 -04:00
github-actions
f28099d3f8 updating DIRECTORY.md 2020-05-26 04:54:27 +00:00
Krishna Vedala
ecffb77f86
remove dash from filename 2020-05-26 00:54:03 -04:00
github-actions
9d64ff014e updating DIRECTORY.md 2020-05-26 04:52:59 +00:00
Krishna Vedala
dddcbee9ce
fixed more filenames 2020-05-26 00:52:38 -04:00
Krishna Vedala
22b375c058
fix cpp_lint bug 2020-05-26 00:49:27 -04:00
Krishna Vedala
59a6db23cd
added CPP compile action 2020-05-26 00:41:57 -04:00
Krishna Vedala
79f53543b9
added doxygen CI github action 2020-05-26 00:21:06 -04:00
Krishna Vedala
880fc707fc
cpp code docs optimize 2020-05-26 00:09:17 -04:00
Krishna Vedala
565031ba73
added documentation 2020-05-26 00:09:07 -04:00
Krishna Vedala
9c0025aa3d
added cmake to math, others and compu_stats 2020-05-25 23:42:37 -04:00
Krishna Vedala
a0208cffc3
Merge branch 'major-corrections-to-files' into cmake
* major-corrections-to-files:
  updating DIRECTORY.md
  made functions static to files *BUG* in CPP lint github action
  fix inttypes
  updating DIRECTORY.md
  filenames and namespace fixes
  updating DIRECTORY.md
  files renamed to standard - without spaces and made CPPLINT compatible
  non compiling and illegible code removed
  updating DIRECTORY.md
  major corrections in the files -  bad CPPLINT and non-compilable codes
  ignore build directory
  file rename to standards
  syntax correction
  cherry pick changes from "cmake branch"
2020-05-25 23:40:54 -04:00
github-actions
2e2f9c209c updating DIRECTORY.md 2020-05-26 03:32:54 +00:00