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 |
github-actions
|
9602315038
|
updating DIRECTORY.md
|
2020-05-29 18:17:14 +00:00 |
Krishna Vedala
|
f46b4a095e
|
Merge remote-tracking branch 'upstream/master'
# Conflicts:
# DIRECTORY.md
|
2020-05-29 14:16:49 -04:00 |
Krishna Vedala
|
3b3775dce7
|
fixed: label should be only at a statement and not a declaration
|
2020-05-29 14:09:04 -04:00 |
Krishna Vedala
|
b1e1923580
|
check if math library is available and include if present
|
2020-05-29 14:04:14 -04:00 |
Krishna Vedala
|
9165932928
|
Revert "use integer version of pow"
This reverts commit a976666868 .
|
2020-05-29 13:50:48 -04:00 |
Krishna Vedala
|
d4f202cbea
|
force include math library for each target
|
2020-05-29 13:49:28 -04:00 |
Krishna Vedala
|
e7b4a8c522
|
force target link with "math" library
|
2020-05-29 13:45:03 -04:00 |
Krishna Vedala
|
a976666868
|
use integer version of pow
|
2020-05-29 13:42:05 -04:00 |
Krishna Vedala
|
19be090698
|
cmake syntax correction
|
2020-05-29 13:35:33 -04:00 |
Krishna Vedala
|
e914f5a48f
|
use link_libraries instead
|
2020-05-29 13:34:37 -04:00 |
Krishna Vedala
|
f05eb38574
|
link with math library when using clang and gcc
|
2020-05-29 13:29:59 -04:00 |
Krishna Vedala
|
06b7c9043f
|
change C standard requirement back to 11
|
2020-05-29 13:22:11 -04:00 |
github-actions
|
52cf54409e
|
updating DIRECTORY.md
|
2020-05-29 17:03:32 +00:00 |
Krishna Vedala
|
f8632a0654
|
run DoxygenCI on MacOS for doxygen v1.8.18
|
2020-05-29 12:35:54 -04:00 |
Krishna Vedala
|
f3e4d55258
|
fix clang formatting for VSCode
|
2020-05-29 12:35:19 -04:00 |
Krishna Vedala
|
4caa46c10c
|
remove dependencies on function_timer
|
2020-05-29 12:34:58 -04:00 |
Krishna Vedala
|
8f45f7e680
|
fix cmake - requires use of /Za on MSVC
|
2020-05-29 12:34:24 -04:00 |
Krishna Vedala
|
e0f8620db6
|
fix filename ".C" to ".c" -> MSVC requires this
|
2020-05-29 12:04:26 -04:00 |
Krishna Vedala
|
278d2efd56
|
force C linker
|
2020-05-29 10:57:41 -04:00 |
Stepfen Shawn
|
773d9b21c6
|
Merge pull request #511 from lachgarlahcen/master
make strdup handle string alocation
|
2020-05-29 22:57:29 +08:00 |
Krishna Vedala
|
ac87440b8a
|
+vscode settings
|
2020-05-29 10:53:46 -04:00 |
Krishna Vedala
|
1c5a699340
|
remove function_timer from all compilations
|
2020-05-29 10:47:36 -04:00 |
Krishna Vedala
|
03a47ba7e4
|
removed function_timer submodule
|
2020-05-29 10:45:50 -04:00 |
Krishna Vedala
|
5b1e350b2e
|
remove deprecated /Za option from MSVC
|
2020-05-29 10:40:48 -04:00 |
Krishna Vedala
|
9315793155
|
readme to look similar to the one in C-plus-plus
|
2020-05-29 10:30:13 -04:00 |
Krishna Vedala
|
b4f95d68ea
|
contributions link to c-plus-plus repo
|
2020-05-29 10:29:05 -04:00 |
Krishna Vedala
|
4f35ec4caf
|
detailed readme like C-Plus-Plus repo
|
2020-05-29 10:28:20 -04:00 |
Krishna Vedala
|
ecb2c42502
|
add mathjax extensions & cppreference tag file
|
2020-05-29 10:16:55 -04:00 |
github-actions
|
c3a1244251
|
updating DIRECTORY.md
|
2020-05-28 09:44:00 +00:00 |
Sombit Bose
|
1c07d61ce3
|
Merge pull request #538 from shubhamsah/master
Added Priority Queue, Queue (link list) and Merge Sort
|
2020-05-28 15:12:18 +05:30 |
Shubham Sah
|
b86a4747ca
|
Create queue_linked_list.c
Implementation of Queue using Linked List.
|
2020-05-28 12:26:56 +05:30 |
Shubham Sah
|
f4cbdd39cf
|
Update and rename MERGENR.C to merge_sort_nr.c
|
2020-05-28 11:40:03 +05:30 |
Shubham Sah
|
2a4fd0b735
|
Update and rename ascendingPriorityQueue.c to ascendingpriorityqueue.c
|
2020-05-28 11:29:24 +05:30 |
Shubham Sah
|
2bdf7732d8
|
Update MERGENR.C
Added output of the program
|
2020-05-26 21:11:22 +05:30 |
Shubham Sah
|
a652d51791
|
Update AscendingPriorityQueue.c
Added the output of the file
|
2020-05-26 21:06:32 +05:30 |
Sombit Bose
|
23df4b58d8
|
Update File
A Demo Sample Test case added
|
2020-05-26 20:58:51 +05:30 |
Krishna Vedala
|
13f1b54106
|
added GitHub-CI badge & fix syntax
|
2020-05-26 00:23:59 -04:00 |
Krishna Vedala
|
545122b9e8
|
added Doxygen CI badge
|
2020-05-26 00:22:16 -04:00 |
Krishna Vedala
|
e5a5cc3dba
|
synchronize apt repository
|
2020-05-25 21:25:32 -04:00 |
Krishna Vedala
|
3d4ed3522d
|
use HTTPS CDN for MathJaX
|
2020-05-25 21:21:26 -04:00 |
Krishna Vedala
|
71ab34a11a
|
fix add folders
|
2020-05-25 21:09:15 -04:00 |