1
0
mirror of https://github.com/TREX-CoE/qmckl.git synced 2024-06-26 15:12:24 +02:00
Commit Graph

1279 Commits

Author SHA1 Message Date
Anthony Scemama
9e5b2b4fa5
Update README.md 2020-10-16 18:32:25 +02:00
Anthony Scemama
795803ef84
Update README.md 2020-10-16 18:31:07 +02:00
Anthony Scemama
db931247fb
Update README.md 2020-10-16 18:30:36 +02:00
1879d3a67c Added coding style 2020-10-16 18:29:21 +02:00
55676a9002 Moved Wiki documentation into the project 2020-10-16 18:28:00 +02:00
3a3ea1b8fe Moved Wiki documentation into the project 2020-10-16 18:24:32 +02:00
4236b33a4f Worked on Makefiles 2020-10-16 13:58:05 +02:00
vijay
0c08855271
Merge pull request #1 from TREX-CoE/main
Merge with main of TREX-CoE
2020-10-15 21:13:51 +02:00
32d633bfb6 Fixed type in free 2020-10-15 12:36:52 +02:00
Anthony Scemama
688411769f
Merge pull request #1 from v1j4y/patch-1
Added a delete function to clear the qmckl_context instance.
2020-10-15 12:21:00 +02:00
vijay
920f1a01d2
Merge branch 'main' into patch-1 2020-10-15 12:19:35 +02:00
Pablo de Oliveira Castro
3be637dcc2
Fix CI dependencies: must install emacs to untangle org files (#5) 2020-10-15 12:17:20 +02:00
Anthony Scemama
2a484d96f4
Merge pull request #2 from TREX-CoE/const-qualifier
Use const qualifiers with qmckl_context
2020-10-15 12:10:08 +02:00
Anthony Scemama
dc77afc33a
Merge pull request #4 from TREX-CoE/github-actions
Add a github action to test build automatically
2020-10-15 10:46:38 +02:00
Anthony Scemama
c5e3521111
Merge pull request #3 from TREX-CoE/fix-makefile
Fix Makefile
2020-10-15 10:46:00 +02:00
Pablo Oliveira
df8714f1db Add build success status badge to README.md 2020-10-15 10:19:17 +02:00
Pablo Oliveira
42637b4e18 Add a github action to test build automatically 2020-10-15 10:14:05 +02:00
Pablo Oliveira
a65d4b3648 Fix Makefile 2020-10-15 09:43:51 +02:00
Pablo Oliveira
739d0dba3c Add const qualifier since context is immutable 2020-10-15 09:22:24 +02:00
vijay
a3d8b6f402
Changed to _qmckl_context_destroy_ to be consistent ZMQ
Changed _qmckl_context_destroy_ to be consistent ZMQ and other similar libraries.
2020-10-15 09:00:22 +02:00
Pablo Oliveira
e08d8d3d51 Remove trailing whitespace 2020-10-15 08:57:01 +02:00
vijay
be5bea1f85
Added a delete function to clear the qmckl_context instance.
Perhaps we want to organize garbage collection differently !? I thought it's a nice first commit to add a basic delete function to motivate the ways in which instances can be deleted. Obviously this is only a proposal to learn from. Note that no information is being sent (other than the fact that free has been called) about the contents of the _context_ instance after the call to the function.
2020-10-15 07:56:43 +02:00
Anthony Scemama
bccdd8224c
Update README.org 2020-10-14 09:55:08 +02:00
90714f069b Removed iso-c-bindings in C. Will be done for Fortran 2020-10-14 09:54:12 +02:00
baf48d1987 Added some iso_c_bindings 2020-10-14 01:43:13 +02:00
Anthony Scemama
be89fd6fe2
Update README.org 2020-10-14 00:57:25 +02:00
6e18f16b82 Initial commit : context 2020-10-14 00:52:50 +02:00
Anthony Scemama
6c9ab49366
Update README.md 2020-10-13 15:12:27 +02:00
Anthony Scemama
0e4d318dcf
Initial commit 2020-10-13 15:08:11 +02:00