Mercurial > pymonkey
log context.h @ 98:3baa418b7ba8
age | author | description |
---|---|---|
Sat, 15 Aug 2009 10:49:25 -0700 | Atul Varma | Changed includes from Python/Python.h to just Python.h. |
Sun, 26 Jul 2009 12:43:31 -0700 | Atul Varma | Added context.set_operation_callback() and trigger_operation_callback() methods. |
Mon, 06 Jul 2009 09:22:31 -0700 | Atul Varma | Added license blocks to all .c/.h files. |
Sun, 28 Jun 2009 20:08:59 -0700 | Atul Varma | Moved context creation code into its own public function in context.c. |
Sun, 28 Jun 2009 17:28:57 -0700 | Atul Varma | factored out Runtime, Context, and utils into separate files. |