Miro ILIAS
f20799e3e2
inserted function for preprocesing cmake_command for MS Windows,testing
...
phase
2015-06-28 22:14:12 +02:00
Radovan Bast
6f592ba2f0
pep8 fix
2015-06-28 19:38:57 +02:00
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
e62c443db7
adapt test script for win32
2015-06-28 12:32:08 +02:00
Radovan Bast
db6b4a0bb1
fix copy-paste error; restores tests
2015-06-28 12:29:31 +02:00
Radovan Bast
5a34bd2deb
less boilerplate
2015-06-28 12:15:39 +02:00
Radovan Bast
9cc33fa014
add --generator flag (thanks to Miro)
2015-06-28 12:11:57 +02:00
Radovan Bast
115f3475a6
avoid update --self (since it overwrites config.py and update.py)
2015-06-28 12:11:16 +02:00
Radovan Bast
bf2015bd5b
add link to http://www.contribution-guide.org
2015-06-28 11:39:26 +02:00
Radovan Bast
3bacc317f5
clean up readme
2015-06-28 11:35:05 +02:00
Radovan Bast
1948ca5296
list of authors
2015-06-28 11:32:31 +02:00
Radovan Bast
3d02918ffe
test only using local files; fixes #21
2015-06-28 11:12:36 +02:00
Radovan Bast
d7061493fc
avoid wget; fixes #17
2015-06-26 18:51:42 +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
046eeda0d8
edit FAQs
2015-06-23 09:57:22 +02:00
Radovan Bast
b9694d5e7c
more FAQs; fixes #9
2015-06-23 09:52:33 +02:00
Radovan Bast
feafd11524
introduce FAQ section; fixes #8
2015-06-23 09:40:27 +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
b3e9f89b5c
include for find_package_handle_standard_args; fixes #11
2015-06-22 22:45:39 +02:00
Radovan Bast
9018ad347f
always provide --type
2015-06-22 21:36:18 +02:00
Radovan Bast
a2eda46896
update about doc
2015-06-22 15:24:26 +02:00
Radovan Bast
9eefdbd9f3
document the doc
2015-06-22 15:10:55 +02:00
Radovan Bast
77a81300cd
extend documentation; fixes #5
2015-06-22 15:06:14 +02:00
Radovan Bast
3ca8d37111
remove sphinx warnings
2015-06-22 14:54:51 +02:00
Radovan Bast
7dc0d06265
Merge pull request #4 from miroi/master
...
text polish
2015-06-22 10:31:54 +02:00
Miro ILIAS
2ea9d6807b
text polish
...
commend in the code modified according to Rado's request
https://github.com/scisoft/autocmake/pull/2#commitcomment-11787854
2015-06-22 10:16:10 +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
a72f7f6eba
add module to detect python
2015-06-20 16:14:37 +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
0c5690a34a
extend module documentation
2015-06-20 13:10:00 +02:00
Radovan Bast
445f2ab184
extend module documentation
2015-06-20 12:52:39 +02:00
Radovan Bast
76edd8e52a
fixes for Python 3
2015-06-16 12:06:47 +02:00
Radovan Bast
524e69fcf4
renames
2015-06-11 10:37:02 +02:00
Radovan Bast
a21201b1b9
add support for CFLAGS and CXXFLAGS; fixes #1
2015-06-10 15:25:24 +02:00
Radovan Bast
eeaceefca5
more doc
2015-06-04 22:16:09 +02:00
Radovan Bast
d04a898ffe
document fc module
2015-06-04 21:23:35 +02:00
Radovan Bast
b5a6748626
also link to module source code
2015-06-04 20:49:48 +02:00
Radovan Bast
de92f5ced0
improve fc.cmake doc
2015-06-04 18:06:30 +02:00
Radovan Bast
a9e1497030
FCFLAGS overrules other flags
2015-06-04 17:57:18 +02:00
Radovan Bast
8170fd0b6f
if build type not set, set to debug
2015-06-04 17:49:23 +02:00
Radovan Bast
49f69b854c
rename
2015-06-04 17:47:48 +02:00