- Jul 18, 2012
-
-
Martin Nolte authored
[[Imported from SVN: r6871]]
-
- Jul 16, 2012
-
-
Markus Blatt authored
[[Imported from SVN: r6870]]
-
Markus Blatt authored
[[Imported from SVN: r6869]]
-
Martin Nolte authored
* the array synopsis in the standard uses struct, so why don't we? * add method empty (demanded by the standard, many more are actually missing) * consistently use std::size_t instead of size_t (for std::array it should even be std::size_t) * simplify operator<< * unify indentation (to 2) * make_array is a function and not a method * improve comments on the preprocessor branches (to improve readability) [[Imported from SVN: r6868]]
-
Martin Nolte authored
[[Imported from SVN: r6866]]
-
- Jul 13, 2012
-
-
Christoph Grüninger authored
Fix printing of zero-dimensional arrays, FS#1148. (Thanks to Elias Pipping for testing the patch) [[Imported from SVN: r6865]]
-
- Jul 12, 2012
-
-
Martin Nolte authored
[[Imported from SVN: r6864]]
-
- Jul 11, 2012
-
-
Christian Engwer authored
- update fvector test (thanks to Matthias Wohlmuth) [[Imported from SVN: r6863]]
-
Christian Engwer authored
- add dotproduct for basic data types (thanks to Matthias Wohlmuth) [[Imported from SVN: r6862]]
-
Christian Engwer authored
fix verbose suggestions output (thanks to Tobias Malkmus) [[Imported from SVN: r6861]]
-
- Jul 10, 2012
-
-
Christian Engwer authored
add an option to print the sorted list of modules, including the info if it is a dependency or a suggestion [[Imported from SVN: r6860]]
-
Christian Engwer authored
actually depmode and mainmode where the same... only compute one of them [[Imported from SVN: r6859]]
-
Christian Engwer authored
only update the module mode if it not DEPS, which is the [[Imported from SVN: r6858]]
-
Christian Engwer authored
documentation for _search_module [[Imported from SVN: r6857]]
-
Christian Engwer authored
cleaner eval/test statements [[Imported from SVN: r6856]]
-
Christian Engwer authored
just search any module (dependencies and suggestions) and do the splitting of DEPS and SUGS list afterwards => make sure a module is not listed twice [[Imported from SVN: r6855]]
-
Christian Engwer authored
remove debug output [[Imported from SVN: r6854]]
-
Christian Engwer authored
print warnings, but continue compilation (thanks to Tobias Malkmus) [[Imported from SVN: r6853]]
-
- Jul 09, 2012
-
-
Christian Engwer authored
don't try to install doxygen when documentation is disabled [[Imported from SVN: r6852]]
-
Christian Engwer authored
don't stop the dependency tracking if suggestion is missing, just skip this single entry [[Imported from SVN: r6851]]
-
Christian Engwer authored
tell the user that we skip a suggestion [[Imported from SVN: r6850]]
-
Christian Engwer authored
add support to run the dependencies in revers order (necessarry for "make distclean") [[Imported from SVN: r6849]]
-
Christian Engwer authored
refactored _check_deps handled missing SUGS as fatal error. now we just ignore SUSG which are not present or don't match the required version [[Imported from SVN: r6848]]
-
Christian Engwer authored
sorting modules: distinguish between the MAIN pass and DEPS/SUGS [[Imported from SVN: r6847]]
-
Christian Engwer authored
report about suggestions [[Imported from SVN: r6846]]
-
Christian Engwer authored
set full path for dependencies.m4 [[Imported from SVN: r6845]]
-
Christian Engwer authored
put path into double-ticks to allow spaces etc. [[Imported from SVN: r6844]]
-
Christian Engwer authored
fix broken assignment after changing the naming of SORT_*_DONE_* [[Imported from SVN: r6843]]
-
Christian Engwer authored
fix reset of SORT_*_DONE_* flags after changing the naming scheme [[Imported from SVN: r6842]]
-
Christian Engwer authored
replay FOUNDMODULES when calling find_modules_in_path a second time [[Imported from SVN: r6841]]
-
Christian Engwer authored
make m4create work with versioned suggestions [[Imported from SVN: r6840]]
-
Christian Engwer authored
export module name to make --current work properly again [[Imported from SVN: r6839]]
-
Christian Engwer authored
bug fix in m4create: - the current module is stored in $mainmod, not $module [[Imported from SVN: r6838]]
-
Christian Engwer authored
remove obsolete assignment [[Imported from SVN: r6837]]
-
Christian Engwer authored
avoid parsing suggestions twice [[Imported from SVN: r6836]]
-
Christian Engwer authored
remove unused code [[Imported from SVN: r6835]]
-
- Jul 08, 2012
-
-
Christian Engwer authored
fix DEPS and SUGS check invocation [[Imported from SVN: r6834]]
-
Christian Engwer authored
for some straneg reason the variable module can not be local... [[Imported from SVN: r6833]]
-
Christian Engwer authored
[[Imported from SVN: r6832]]
-
Christian Engwer authored
- factor out check and version check of dependencies - reuse for suggestions - make versioned suggestions work [[Imported from SVN: r6831]]
-