163 Commits

Author SHA1 Message Date
Radovan Bast
3d28722a2e Merge branch 'appveyor' 2015-07-06 16:18:09 +02:00
Radovan Bast
2b76a1d148 rm trailing blanks 2015-07-06 16:17:54 +02:00
Radovan Bast
d1e314169a Merge pull request #24 from ihrasko/appveyor
Improved test script for appveyor
2015-07-06 14:42:38 +02:00
IvanHrasko
249bd86757 ihrasko: improved test script for appveyor
using shorter path
testing both 32-bit and 64-bit Python versions
downloading and using the latest 5.1.0 version of mingw-w64 compilers
2015-07-05 22:35:59 +02:00
Radovan Bast
0df77a6eed more doc for contributors 2015-07-02 10:29:04 +02:00
Radovan Bast
dc8d59eea4 Merge branch 'master' into appveyor 2015-06-29 22:31:38 +02:00
Radovan Bast
13c7398979 adapt cmake command to platform
(code contributed by Miro Ilias)
2015-06-29 22:24:57 +02:00
Radovan Bast
0f5feb9c36 further refactor 2015-06-29 22:23:07 +02:00
Radovan Bast
e09b663c0e refactor 2015-06-29 22:21:19 +02:00
Radovan Bast
e3b8f29e21 unit test for test_adapt_cmake_command_to_platform 2015-06-29 22:09:36 +02:00
Radovan Bast
a8d412eae4 pass sys.platform - this way we can test win32 also on linux 2015-06-29 22:02:10 +02:00
Radovan Bast
46cf853445 pep8 fixes 2015-06-29 22:01:13 +02:00
Radovan Bast
09980ad895 Merge branch 'master' into appveyor 2015-06-29 22:00:21 +02:00
Radovan Bast
9bdca0abd7 Merge pull request #23 from miroi/miro_appveyor
Adapted lib/config.py for MS Windows
2015-06-28 23:03:18 +02:00
Miro ILIAS
196470a0ff added badge for appveyor-CI using scisoft/autocmake branch appveyor 2015-06-28 22:26:07 +02:00
Miro ILIAS
a2924b9f69 cmake_command preprocessing function adapted/polished for MS Window 2015-06-28 22:18:55 +02:00
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