Christian Ewald
b81c500ce2
Fixed finding python libraries on windows in venv
...
When run on windows in a venv, PYTHON_LIBRARY pointet to a non-existant
location in the virtual environment directory.
This has been fixed by testing if the path exists and, if not, trying
an alternative path, relative to the PYTHON_INCLUDE_DIR.
If the alternative path doesn't exit as well, an error will be raised.
2016-08-08 08:31:08 +02:00
Wenzel Jakob
5766c3a609
cindex.py updated
2016-07-01 12:21:53 +02:00
Dean Moldovan
e782eb86e9
Skip FindPythonLibsNew if PYTHONLIBS_FOUND is defined ( fix #236 )
...
Also:
- Update documented result variables
- Remove long-ago-deprecated variable
2016-06-12 11:06:08 +02:00
Dean Moldovan
928fff649f
Include a more robust FindPythonLibs module for CMake
2016-05-22 20:49:35 +02:00
Wenzel Jakob
f64ff575d7
mkdoc.py: improved formatting of code segments and enums
2016-05-20 16:37:13 +02:00
Wenzel Jakob
9e0a0568fe
transparent conversion of dense and sparse Eigen types
2016-05-05 21:44:29 +02:00
Wenzel Jakob
65f0c2aeb7
mkdoc.py: handle conversion operators and template arguments in function names
2016-05-01 22:39:46 +02:00
Wenzel Jakob
c993bcec19
mkdoc.py: document enumerations
2016-05-01 02:32:38 +02:00
Wenzel Jakob
87810d8e91
mkdoc.py: fixed DOC() macro
2016-04-30 23:55:10 +02:00
Wenzel Jakob
295acb2da0
mkdoc.py: handle \ingroup attributes
2016-04-30 23:36:57 +02:00
Wenzel Jakob
f02f41656b
support longer argument lists in expansion of variadic DOC() macro
2016-04-29 14:32:10 +02:00
Merlin Nimier-David
77173d6347
mkdoc.py: fix typo in __DOC5
macro
...
This prevented `DOC(...)` calls with 5 arguments to resolve correctly.
2016-04-29 14:25:39 +02:00
Wenzel Jakob
a57e51c5d8
mkdoc.py: sanitize_name fixes, PEP 8 cleanups
2016-04-27 00:35:06 +02:00
Wenzel Jakob
d361a57863
minor mkdoc name sanitation fix
2016-04-26 00:12:22 +02:00
Wenzel Jakob
afb9c1776a
make mkdoc now works with the libclang distribution from Apple
2016-04-19 13:33:21 +02:00
Wenzel Jakob
efd9e987f5
windows fixes
2015-08-04 18:53:18 +02:00
Wenzel Jakob
281aa0e668
nicer code separation, cleanup logic, std::function type caster
2015-07-31 04:10:38 +02:00
Wenzel Jakob
fa70d30248
documentation extraction improvements
2015-07-23 14:43:34 +02:00
Wenzel Jakob
ad06e76f9f
Documentation extraction tool
2015-07-22 01:05:41 +02:00