Commit Graph

79 Commits

Author SHA1 Message Date
Krishna Vedala 604ec7d2b3
remove windows builds (#796) 2021-02-06 01:20:20 +05:30
David Leal 544f492720
[feat/fix]: Add contributing guidelines and update templates (#610)
* feat: Add contributing guidelines

* fix: Use the correct links in PR/issue template

* fix: Update README.md to point to correct links

* fix: Update README.md

* fix: Move contributing guidelines to root directory

* fix: Update PR template
2020-09-30 15:40:52 -04:00
Krishna Vedala 5d0972a246
[bug fix] fix code formatting during CI (#597)
* added explicit clang-format

* fix order - first lint and then format

this will help in maintaining code during debug of lint errors
2020-08-26 12:11:51 -04:00
Krishna Vedala 296f3d00d0
[bug+docs] add docs + fix error in getMax (#579)
* add docs + fix error in getMax

* fix clang-tidy alerts and errors

* rearrange comments

* allow subfolders in data_structure

* set pointer to NULL after purge
2020-07-22 08:37:28 -04:00
Krishna Vedala 9642e1068d
allow subfolders in project_euler folder 2020-07-12 23:56:47 -04:00
Krishna Vedala a86583fe96
Revert "disable auto-fix"
This reverts commit 08aae084c9.
2020-07-10 21:44:56 -04:00
Krishna Vedala 22202f0cea
test passing multiple files 2020-07-10 21:33:03 -04:00
Krishna Vedala 08aae084c9
disable auto-fix 2020-07-10 21:14:05 -04:00
Krishna Vedala 26322e0ddb
update workflow to use clang-tidy checks and apply necessary fixes 2020-07-10 17:09:42 -04:00
Krishna Vedala 5bba04b671
fix formatting style to Google 2020-06-28 11:24:39 -04:00
Krishna Vedala 800bd405cc
added section to include references in pull-request template 2020-06-23 18:34:35 -04:00
Krishna Vedala b1d92cbdda
fixed Github actions CI workflow
to mimic changes in C++ repo
2020-06-20 07:27:19 -04:00
Krishna Vedala bdb81dfc1b
fix URL_BASE while updating DIRECTORY.md 2020-06-17 19:18:16 -04:00
Krishna Vedala f03cf6c5e8
remove alphabetical oder from checklist 2020-06-10 11:39:20 -04:00
Krishna Vedala 414d7c153a
rename CONTRIBUTIONS.md to CONTRIBUTING.md 2020-06-09 14:09:53 -04:00
Krishna Vedala a4476641c6 uncomment git push 2020-06-03 17:15:37 -04:00
Krishna Vedala b39e3ca8bf enable push to master 2020-06-03 17:13:06 -04:00
Krishna Vedala 811859706f git rm , add and add 2020-06-03 17:09:53 -04:00
Krishna Vedala f77b0d3a36 move remove and add operation later 2020-06-03 16:58:50 -04:00
Krishna Vedala b2f532ef37 add missing space 2020-06-03 16:56:02 -04:00
Krishna Vedala c546fc436d test remove more files 2020-06-03 16:54:50 -04:00
Krishna Vedala cf16644e69 delete old files first 2020-06-03 16:43:52 -04:00
Krishna Vedala 8687bb4746 workflow action file renamed 2020-05-31 10:50:45 -04:00
Krishna Vedala 62a2dbb978 distinguish git-move command arguments 2020-05-30 14:11:01 -04:00
Krishna Vedala e20b81fa84 force gitmove 2020-05-30 14:07:19 -04:00
Krishna Vedala d5e3a3d5ae added Awesome CI workflow 2020-05-30 14:04:20 -04:00
Krishna Vedala 42f7ffc7ab Revert "temporarily disable C/C++ CI"
This reverts commit 28136f80f0.
2020-05-29 16:23:26 -04:00
Krishna Vedala 9c9744d1d3 remove echo, added github commit of formatted files 2020-05-29 16:22:12 -04:00
Krishna Vedala f150fe109a reformat for-loop and added verbose to clang-format 2020-05-29 16:06:03 -04:00
Krishna Vedala 434270ab99 echo filename for debug purposes 2020-05-29 16:06:03 -04:00
Krishna Vedala 26521d3a08 use double quotes everywhere 2020-05-29 16:06:03 -04:00
Krishna Vedala 6684afd772 use github actions syntax for environment variables 2020-05-29 16:06:02 -04:00
Krishna Vedala 13dd64319a use single quotes everywhere 2020-05-29 16:06:02 -04:00
Krishna Vedala e693bdd0f3 added missing semicolon after for-loop 2020-05-29 16:06:02 -04:00
Krishna Vedala aaed136308 added missing loop variable 2020-05-29 16:06:02 -04:00
Krishna Vedala d27039c2ee loop file by file 2020-05-29 16:06:02 -04:00
Krishna Vedala 17259d8351 missing location for find 2020-05-29 16:06:02 -04:00
Krishna Vedala bd6e49559a clang-format syntax - use two -- for style 2020-05-29 16:06:02 -04:00
Krishna Vedala 28136f80f0 temporarily disable C/C++ CI 2020-05-29 16:06:02 -04:00
Krishna Vedala 87416a6867 explicitly export variables 2020-05-29 16:06:02 -04:00
Krishna Vedala 21eab13043 fix indentations 2020-05-29 16:06:02 -04:00
Krishna Vedala 749a9394cd fix broken line 2020-05-29 16:06:02 -04:00
Krishna Vedala 18cfb8f5b5 fixed incorrect quotes 2020-05-29 16:06:01 -04:00
Krishna Vedala bd40bd2db1 use environment variables to break a long line 2020-05-29 16:06:01 -04:00
Krishna Vedala 122ce59925 format code for syntaxes 2020-05-29 16:06:01 -04:00
Krishna Vedala 92c82f065f remove additional line 2020-05-29 16:06:01 -04:00
Krishna Vedala 383cc26902 add clang formatter github action 2020-05-29 16:06:01 -04:00
Krishna Vedala 2fff1d5a28
Merge pull request #5 from kvedala/function_timer
remove external dependency on Function timer
2020-05-29 16:05:02 -04:00
Krishna Vedala 7cdd4efebf added templates for pull request, bug reports and feature requests from C-Plus-Plus repo 2020-05-29 14:23:46 -04:00
Krishna Vedala f8632a0654 run DoxygenCI on MacOS for doxygen v1.8.18 2020-05-29 12:35:54 -04:00