109 Commits

Author SHA1 Message Date
a2037a5341
🐛 Fixed compatibility with python 3.10 2022-10-21 10:33:48 +02:00
Radovan Bast
e12b47e287 s/coderefinery/dev-cafe/; closes #244 2018-06-20 17:10:31 +02:00
Radovan Bast
ba4aba5948 do not use bare except 2017-11-14 16:58:13 +01:00
Radovan Bast
9b2f742a24 fix pep8 issue 2017-11-14 16:52:05 +01:00
Radovan Bast
c86e684227 generate README.md with license information 2017-11-11 13:40:23 +01:00
Radovan Bast
37a29068fa make it possible to not create any front-end setup script 2017-07-19 12:27:49 +02:00
Radovan Bast
7f21bfc10e provide better help text for default_build_type; closes #192 2017-06-11 18:55:07 +02:00
Radovan Bast
3c89372485 better help message if languages are not set 2017-06-11 18:34:07 +02:00
Roberto Di Remigio
28b9ba022c
Parse language field in YAML to generate project(<PROJECT_NAME> <PROJECT_LANGUAGE>) in CMakeLists.txt 2017-05-18 10:27:12 +02:00
Radovan Bast
319ce56308 require setting default_build_type 2017-02-04 12:25:53 +01:00
Radovan Bast
2374f5bbed give nice error message if Python is 2.6; fixes #176 2016-07-23 16:01:46 +02:00
Radovan Bast
6353a2e440 do not crash if autocmake.yml does not contain any modules 2016-07-18 11:44:58 +02:00
Radovan Bast
9c9f001e57 s/yaml/master/ 2016-05-21 12:23:20 +02:00
Radovan Bast
5a93ad7485 also fetch external/__init__.py 2016-05-20 22:15:38 +02:00
Radovan Bast
f4889cf134 typo 2016-05-20 22:03:19 +02:00
Radovan Bast
5b04d7a8a4 if pyaml is not available, print a nice error message 2016-05-20 21:42:07 +02:00
Radovan Bast
931ab9b444 allow flat_add to operate also on ints 2016-05-20 21:05:53 +02:00
Radovan Bast
9531ac499e not every module has 'source:' 2016-05-20 00:44:48 +02:00
Radovan Bast
83c0c3fabd fix progress bar 2016-05-19 23:14:17 +02:00
Radovan Bast
f447153eeb save work 2016-05-19 22:43:39 +02:00
Radovan Bast
90b89354db more work on parsing 2016-05-19 18:46:12 +02:00
Radovan Bast
d5e44a5bce rm redundant imports 2016-05-18 22:45:11 +02:00
Radovan Bast
e0b81c5516 reorg 2016-05-18 22:43:32 +02:00
Radovan Bast
88ddf9a1d1 oursource more functions 2016-05-18 22:30:47 +02:00
Radovan Bast
3565e2d885 pass argv 2016-05-18 22:12:22 +02:00
Radovan Bast
7def4fa318 helptext 2016-05-18 21:54:05 +02:00
Radovan Bast
c2fb14b22e restore --self 2016-05-18 21:48:08 +02:00
Radovan Bast
2dff967497 fetch more files 2016-04-19 22:53:50 +02:00
Radovan Bast
f2ef8bf393 more structure 2016-04-19 22:52:39 +02:00
Radovan Bast
1a2bd4507b use copy.copy(l) instead of l.copy() 2016-04-19 22:27:27 +02:00
Radovan Bast
9e63f3e042 reactivate some tests 2016-04-19 22:23:27 +02:00
Radovan Bast
ffacd0378b rename 2016-04-19 22:10:14 +02:00
Radovan Bast
1543af1a3e reorg 2016-04-19 22:04:53 +02:00
Radovan Bast
cfb842e7bb point AUTOCMAKE_GITHUB_URL to yaml 2016-04-19 21:57:57 +02:00
Radovan Bast
cc6b374b93 less code repetition 2016-04-19 21:57:41 +02:00
Radovan Bast
2d858a2a5a absorb branch name in AUTOCMAKE_GITHUB_URL 2016-04-19 21:38:41 +02:00
Radovan Bast
4e0d0730d8 Merge branch 'master' into yaml 2016-04-19 12:30:51 +02:00
Radovan Bast
a772d29106 s/scisoft/coderefinery/ 2016-04-19 12:30:32 +02:00
Radovan Bast
4e8a1dbac6 implement override 2016-04-18 17:31:50 +02:00
Radovan Bast
950ff76bd5 Merge branch 'master' into yaml 2016-04-18 17:00:50 +02:00
Radovan Bast
4a20af4af9 save work on migration to yaml 2016-04-18 17:00:18 +02:00
Radovan Bast
95042c02ba update copyright notice 2016-04-18 16:53:37 +02:00
Radovan Bast
e784ff88e0 go back to unordered dict parsing for simplicity
ordering is guaranteed by lists
2016-04-18 11:57:13 +02:00
Radovan Bast
806564e2e8 Merge branch 'master' into yaml 2016-04-18 11:53:44 +02:00
Radovan Bast
6926c30b3c extend interpolation to lists 2016-04-18 11:52:39 +02:00
Radovan Bast
8319d41ba7 use {0} instead of {} in format 2016-04-14 12:12:41 +02:00
Radovan Bast
49e2dda540 pep8 2016-04-11 13:05:00 +02:00
Radovan Bast
69478cb27e Merge branch 'master' into yaml 2016-04-10 17:26:02 +02:00
Radovan Bast
8edce7af96 use format() instead of % 2016-04-10 17:20:01 +02:00
Radovan Bast
5615da7c78 do not hardcode file name 2016-03-19 17:46:50 +01:00