Varun Agrawal
|
083569f97d
|
add full namespace global function wrapping
|
2020-06-10 11:44:03 -05:00 |
Duy-Nguyen Ta
|
1cdc228d6a
|
remove trailing spaces
|
2019-02-11 10:58:34 -05:00 |
Duy-Nguyen Ta
|
f154be176f
|
Major update to generate proper Cython pxd header files which could be included in other projects/modules
All cdef (class, functions, variables) declarations are moved to pxd. Implementations of those cdefs and normal Python def are in pyx.
See: http://cython.readthedocs.io/en/latest/src/userguide/sharing_declarations.html#sharing-extension-types
|
2016-12-16 00:23:45 -05:00 |
Duy-Nguyen Ta
|
6ef6457e51
|
support global function overloads
|
2016-11-22 17:32:48 -05:00 |
Duy-Nguyen Ta
|
338c73669e
|
support global functions (no overload)
|
2016-11-22 17:09:35 -05:00 |
dellaert
|
41d2783beb
|
GlobalFunctionGrammar done and used
|
2014-12-02 13:49:25 +01:00 |
dellaert
|
a8de6c4dc3
|
Moved to header
|
2014-12-02 13:41:46 +01:00 |
dellaert
|
04af29f726
|
Moved typedef
|
2014-12-02 13:30:36 +01:00 |
dellaert
|
ba51b02cf0
|
Moving to optionals fixed template dreturn argument!
Merge branch 'qualified' into grammar_wrongtest
Conflicts:
wrap/Class.cpp
wrap/Function.h
wrap/Qualified.h
wrap/ReturnType.h
wrap/tests/testWrap.cpp
|
2014-12-01 09:48:56 +01:00 |
dellaert
|
6c24fc2aca
|
Python prototype
|
2014-11-14 17:47:25 +01:00 |
dellaert
|
7a4748d3dc
|
Simplified method/function hierarchy drastically, and renamed bottom addOverload to initializeOrCheck to reflect what it does. Also, gratuitous re-ordering of addOverload arguments.
|
2014-11-14 16:44:08 +01:00 |
dellaert
|
e07da1c82d
|
Added matlabName, and made data members private
|
2014-11-13 22:43:29 +01:00 |
dellaert
|
b451e97f6f
|
New TemplateSubstitution object simplifies a lot
|
2014-11-13 17:28:05 +01:00 |
dellaert
|
a5e0adb7e6
|
Made methods and global functions derive from Function
|
2014-11-13 12:52:41 +01:00 |
dellaert
|
77935bd631
|
Massive edit: new Qualified type groups namespaces with name, eliminates a lot of clutter.
|
2014-11-12 02:49:23 +01:00 |
dellaert
|
05a38ca263
|
Standard BORG formatting
|
2014-05-25 16:01:30 -04:00 |
Chris Beall
|
4297d24c96
|
changed tabs to spaces for consistent indentation in all of GTSAM
|
2012-10-02 14:40:07 +00:00 |
Alex Cunningham
|
79c9bc99ff
|
Some additional cleanup in wrap
|
2012-07-23 18:24:39 +00:00 |
Alex Cunningham
|
b7c2177f0b
|
Generating code for global functions now works
|
2012-07-23 18:24:35 +00:00 |
Alex Cunningham
|
26fce2d400
|
Adding support for global functions - parsing works
|
2012-07-23 14:09:40 +00:00 |