Radovan Bast
7d3f2c1527
remove win32 dependency in update.py
...
the command line rewrite needs to happen in setup.py
(ideally by a function defined in config.py)
otherwise setup.py becomes hardcoded to a platform
and we want it portable
2015-06-28 19:36:33 +02:00
Radovan Bast
36ab8c14a7
comment
2015-06-28 15:30:23 +02:00
Radovan Bast
e59a042490
annotation for the regexing
2015-06-28 14:41:15 +02:00
Radovan Bast
5398c2a9c2
hopefully fix env variables on win32
2015-06-28 14:39:15 +02:00
Radovan Bast
635c4a8e67
i don't think this is correct
2015-06-28 14:06:46 +02:00
Radovan Bast
2e34d8a5ef
adaptations for Appveyor deployment (contributed by Miroslav Ilias)
2015-06-28 13:50:44 +02:00
Radovan Bast
01ddaa4be8
use same path separators for variables within cmake
2015-06-28 13:27:26 +02:00
Radovan Bast
9cc33fa014
add --generator flag (thanks to Miro)
2015-06-28 12:11:57 +02:00
Radovan Bast
30c9d38842
also pep8-test the test script; restore pep8 for update.py
2015-06-26 15:34:28 +02:00
Radovan Bast
da02f8eeb1
test pep8
2015-06-26 15:29:28 +02:00
Radovan Bast
da00829be5
catch and print error if docopt cannot handle input; fixes #10
2015-06-23 09:32:22 +02:00
Radovan Bast
9018ad347f
always provide --type
2015-06-22 21:36:18 +02:00
Radovan Bast
9c65de94c2
adapt sys.version_info for Python < 2.7; fixes #3
2015-06-22 09:57:10 +02:00
Radovan Bast
8c38f35167
fix for division by 0 problem for projects without any modules
2015-06-22 09:24:39 +02:00
Radovan Bast
71482f806c
more doc
2015-06-20 15:51:38 +02:00
Radovan Bast
39d8b029db
do not require python by default
2015-06-20 15:49:13 +02:00
Radovan Bast
8170fd0b6f
if build type not set, set to debug
2015-06-04 17:49:23 +02:00
Radovan Bast
77f6b62829
less assumptions about the generated CMakeLists.txt
2015-06-04 14:13:25 +02:00
Radovan Bast
ea10164306
less hidden assumptions
2015-06-04 13:53:46 +02:00
Radovan Bast
4755abbd31
prepend modules with autocmake_ to avoid namespace issues
2015-06-04 13:44:16 +02:00
Radovan Bast
3e4272cf14
rename bootstrap to update
2015-06-04 12:13:44 +02:00