Commit Graph

  • e88cb5f36b
    Add void to empty parameter list (#9) master marjohnsen 2025-01-12 14:04:56 +01:00
  • 5af96beec6
    Fix language info name to c to get correct syntax highlighting. (#8) Jiho Park 2024-05-21 03:25:15 +09:00
  • ca79b349d9
    Added support for changing the standard using a magic. (#5) Xaver K 2022-10-26 18:04:01 +02:00
  • ddce20b4ca
    Fixed crash when magic line is empty. (#4) Xaver K 2022-10-26 17:29:32 +02:00
  • 66cbe9b2ca Set bufferedOutput=True since that is the usual command line behaviour. Updated README. Xaver K 2021-02-25 12:50:14 +01:00
  • 4f8d436439 Fixed scanf for C89. Small improvements for newer standards. Xaver K 2020-05-12 12:28:40 +02:00
  • dddbfe9e85 Ditched C89 support for number of chars read by scanf. Xaver K 2020-05-11 19:53:02 +02:00
  • 449e682b18 Introduced buffered output option to replicate terminal behaviour. Xaver K 2020-05-11 19:03:22 +02:00
  • 7c39e852ef Fixed delayed stderr output. Xaver K 2020-05-08 15:53:37 +02:00
  • 8e97b754aa
    Support for other standards than c11 (#3) Xaver K 2020-04-17 19:27:16 +02:00
  • f8e99ec24c Fixed combined getchar and scanf input to mimic command line. Xaver K 2020-04-09 13:23:56 +02:00
  • ecbea115c7 Cleanup. Xaver K 2020-04-03 14:07:04 +02:00
  • 3429b362ba Added input buffer in stdio_wrap.h to mimic command line behaviour. Added wait on output to avoid race condition with program termination. Xaver K 2020-04-03 13:48:32 +02:00
  • bddb7ca6b0
    Static server (#2) Xaver K 2020-03-27 12:27:14 +01:00
  • 8b69d8354d Added stdio_wrap.h to MANIFEST to have it copied during install. Xaver K 2020-03-27 11:26:35 +01:00
  • ff9d635f89
    Stdin using notebook raw_input (#1) Xaver K 2020-03-22 12:52:45 +01:00
  • c9a327f77c
    Merge pull request #46 from QuLogic/sdist-info Brendan Rius 2018-06-03 22:21:48 +02:00
  • 4233523364
    Merge branch 'master' into sdist-info Brendan Rius 2018-06-03 22:21:38 +02:00
  • 2c2ce0126f
    Merge pull request #49 from ntwuxc/patch-1 Brendan Rius 2018-06-03 22:19:37 +02:00
  • 749be19e4d
    Update setup.py mycode 2018-06-03 08:13:32 +08:00
  • eb6aacf4ce Add license classifier for PyPI. Elliott Sales de Andrade 2018-03-15 02:17:02 -04:00
  • 1b93007021 Include readme and license in sdist. Elliott Sales de Andrade 2018-03-15 02:14:35 -04:00
  • ca942437f6
    Merge pull request #40 from halfhorst/master 1.2.2 Brendan Rius 2018-01-24 11:01:54 +01:00
  • 60cbeb8021 no editable pip installation Cody Horst 2018-01-23 23:04:53 -08:00
  • d29d9e8167 alter package structure, moving resources under parent module. Cody Horst 2018-01-23 22:34:24 -08:00
  • d02720cc84 update master.c path to correspond to where pip install will put it Cody Horst 2017-12-08 20:17:56 -08:00
  • f0fbd41b96 add resources as package data. Probably bork current Dockerfile Cody Horst 2017-12-08 19:34:26 -08:00
  • c0d71813a5 Bump to 1.2.1 Brendan Rius 2017-08-13 17:01:59 +02:00
  • b2f114277e Bump to 1.2.1 1.2.1 Brendan Rius 2017-08-13 17:01:59 +02:00
  • 1b7f9d4dd6 Update README.md Brendan Rius 2017-08-13 16:25:27 +02:00
  • c7a966954c Merge branch 'master' of github.com:brendan-rius/jupyter-c-kernel Brendan Rius 2017-08-13 16:04:05 +02:00
  • a360b41cb6 Fix install script to use name 'c' Brendan Rius 2017-08-13 15:56:03 +02:00
  • 3839e6f87b Update README.md Brendan Rius 2017-08-11 00:23:21 +02:00
  • e65c6b1a79 Merge pull request #32 from jb08/patch-1 Brendan Rius 2017-08-10 22:53:11 +02:00
  • 2ffb724f39 Update README typo and clarification Jason B 2017-08-10 14:00:51 -05:00
  • a90e1318c6 Updated README Brendan Rius 2017-08-10 17:29:41 +02:00
  • 3f584f7a22 Updated README Brendan Rius 2017-08-10 17:22:37 +02:00
  • cba22be395 Fix docker build Brendan Rius 2017-08-10 17:13:34 +02:00
  • 9ec152dda1 Remove easy install script as installation method changed Brendan Rius 2017-08-10 17:05:45 +02:00
  • 28604bc230 Bump to 1.2.0 1.2.0 Brendan Rius 2017-08-10 17:01:40 +02:00
  • c08039f6ad Change install procedure Brendan Rius 2017-08-10 17:00:32 +02:00
  • 45616068bc Bump to 1.1.0 1.1.0 Brendan Rius 2017-08-08 01:53:09 +02:00
  • 09246c16e8 Merge pull request #21 from ericjperry/master Brendan Rius 2017-06-09 16:32:31 +02:00
  • 628b7767da Merge pull request #27 from spoorcc/issue-14 Brendan Rius 2017-04-13 11:29:48 +02:00
  • ace4d01ca6 Add args magic to provide cli-args to user program Ben Spoor 2017-04-13 08:09:16 +00:00
  • 17316fb7b2 Merge pull request #26 from spoorcc/issue-10 Brendan Rius 2017-04-12 20:59:16 +02:00
  • 36c1f7f7a8 Added cflags and ldflags magics Ben Spoor 2017-04-12 15:26:15 +00:00
  • 608c737360 Merge pull request #22 from fermiumlabs/issue-c_extension Brendan Rius 2017-02-18 12:15:29 +01:00
  • 15e7288ef4 solve error “traitlets.traitlets.TraitError: FileExtension trait 'file_extension' does not begin with a dot: ‘c’” when exporting to script with nbconvert Davide Bortolami 2017-02-18 01:56:07 +01:00
  • b980bf36c2 Move cd before checkout since we need to be in the repo. Eric Perry 2017-01-18 11:27:00 -05:00
  • 31a4ca502a Parameterized install.sh script to allow specification of tag and repository. Eric Perry 2017-01-18 11:18:51 -05:00
  • 6907716831 Update README.md Brendan Rius 2016-06-08 11:44:17 +01:00
  • f60d66cf75 Add instruction on how to live-edit the code Brendan Rius 2016-06-08 11:29:29 +01:00
  • 6a26d60a2b Fix #9 Brendan Rius 2016-06-08 11:24:21 +01:00
  • 00d5d42e0e Ignore some more files in git Brendan Rius 2016-06-08 10:49:11 +01:00
  • a7bcd78fdc Improve install.sh Brendan Rius 2016-06-08 10:41:36 +01:00
  • 2937ba0f6f Make step-by-step installation less error prone Brendan Rius 2016-06-08 10:34:02 +01:00
  • 0915173c22 Fix typo Brendan Rius 2016-06-06 15:52:40 +01:00
  • 416b80c542 Merge pull request #11 from brendan-rius/issue-4 Brendan Rius 2016-05-16 11:14:22 +01:00
  • 94ec844396 Make sure to empty the queue so no message should be left over in it issue-4 Brendan Rius 2016-05-16 09:43:47 +01:00
  • 1372583b4f Rename Jupytersubprocess and comment it Brendan Rius 2016-04-30 23:05:43 +01:00
  • e329f021d6 Fix subprocess bufsize & master compilation Louis 'Kureuil' Person 2016-04-30 23:58:52 +02:00
  • 843b3814ba Remove stream buffering on stdout & stderr Louis 'Kureuil' Person 2016-04-30 23:39:26 +02:00
  • fc27956da4 Remove logging Brendan Rius 2016-04-30 22:47:49 +01:00
  • ebe7239f7d wip Brendan Rius 2016-04-30 16:31:17 +01:00
  • 6d5ea72a74 wip Brendan Rius 2016-04-29 09:48:19 +01:00
  • 11fbb175ec Add contributing guidelines in README Brendan Rius 2016-04-30 21:44:41 +01:00
  • 110b31e505 Use Python 3 by default Brendan Rius 2016-04-30 11:13:20 +01:00
  • a0f02c1de0 Fix module name in kernel.json Brendan Rius 2016-04-30 11:12:56 +01:00
  • 15dd0e4232 Merge pull request #6 from ryukinix/install-sh Brendan Rius 2016-04-29 10:41:04 +01:00
  • 7cf9e99b57 Use setuptools instead of distutils Brendan Rius 2016-04-29 10:35:38 +01:00
  • f4dc4196be Add setup.cfg Brendan Rius 2016-04-29 10:06:15 +01:00
  • dc11abae49 Add URL and download URL to setup.py Brendan Rius 2016-04-29 10:05:16 +01:00
  • ae6911c3be Change version from 1.0 to 1.0.0 1.0.0 Brendan Rius 2016-04-29 10:01:38 +01:00
  • c8649f5097 Add keywords for package Brendan Rius 2016-04-29 09:59:42 +01:00
  • e6061bd9b6 Change package name Brendan Rius 2016-04-29 09:58:55 +01:00
  • 97647c0bd9 Add MIT license Brendan Rius 2016-04-29 09:49:08 +01:00
  • 59e8252f94 For compatibility reasons, use jupyter-kernelspec Manoel Vilela 2016-04-29 05:47:25 -03:00
  • 553bb94ed4 Add specials args to avoid syntax errors with wget Manoel Vilela 2016-04-29 01:12:06 -03:00
  • 000b87b00a Add alternative installation using wget and sh Manoel Vilela 2016-04-28 23:29:12 -03:00
  • ff8f21355f Update README.md Brendan Rius 2016-04-18 19:55:41 -07:00
  • e3a492f9c6 Update README Brendan Rius 2016-04-18 19:53:50 -07:00
  • b1c930b18a Update README.md after #2 and to move the requirements to the correct section Brendan Rius 2016-04-18 19:52:38 -07:00
  • 9d89b509f9 Merge pull request #2 from brendan-rius/issue-1 Brendan Rius 2016-04-18 19:47:23 -07:00
  • 002e5ab25b Move kernel.json to a specific folder issue-1 Brendan Rius 2016-04-18 19:45:41 -07:00
  • c059362835 Add docker pull in readme Brendan Rius 2016-03-26 15:39:37 +00:00
  • 9a57e3088f Fix typo in readme Brendan Rius 2016-03-26 15:00:29 +00:00
  • d274d94d2b Add basic docker instructions Brendan Rius 2016-03-26 14:59:52 +00:00
  • 22f218dec8 Update README to add pip Brendan Rius 2016-03-26 14:56:17 +00:00
  • 177229a39d Dockerized project :) Brendan Rius 2016-03-26 14:54:39 +00:00
  • 8ad18c3d91 Now use __main__ instead of __init__ Brendan Rius 2016-03-25 15:03:55 +00:00
  • 57935d2b10 Remove temporary files when shutting down the kernel Brendan Rius 2016-03-25 14:52:13 +00:00
  • 1efe99c4a2 Update readme Brendan Rius 2016-03-25 14:34:14 +00:00
  • 8a8f665d7d Add example notebook Brendan Rius 2016-03-25 14:30:05 +00:00
  • 04ddc5ae88 Do not try to execute the executable if compilation failed Brendan Rius 2016-03-25 14:25:29 +00:00
  • 785bacc9fb Add retcode to stderr to make errors such as segfaults visible Brendan Rius 2016-03-25 14:13:22 +00:00
  • fe4bd82e6a Improve error management by separating stdout and stderr Brendan Rius 2016-03-25 14:08:26 +00:00
  • eb2abc62e6 Ignore PyCHarm files Brendan Rius 2016-03-25 14:08:09 +00:00
  • 50121be9b1 Initial commit Brendan Rius 2016-03-25 11:50:40 +00:00