- Sep 20, 2012
-
-
Markus Blatt authored
[[Imported from SVN: r6988]]
-
- Aug 10, 2012
-
-
Markus Blatt authored
[[Imported from SVN: r6892]]
-
- Aug 08, 2012
-
-
Martin Nolte authored
[[Imported from SVN: r6890]]
-
- Aug 06, 2012
-
-
Christian Engwer authored
improve error message for invalid module names [[Imported from SVN: r6881]]
-
- Jul 19, 2012
-
-
Martin Nolte authored
[[Imported from SVN: r6873]]
-
- Jul 18, 2012
-
-
Martin Nolte authored
[[Imported from SVN: r6872]]
-
- Jul 10, 2012
-
-
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]]
-
- Jul 09, 2012
-
-
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
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
export module name to make --current work properly again [[Imported from SVN: r6839]]
-
Christian Engwer authored
avoid parsing suggestions twice [[Imported from SVN: r6836]]
-
- 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
- factor out check and version check of dependencies - reuse for suggestions - make versioned suggestions work [[Imported from SVN: r6831]]
-
Christian Engwer authored
use bash string substitution instead of sed [[Imported from SVN: r6830]]
-
Christian Engwer authored
alternative implementation for fix_variable_name, avoiding invocation of tr [[Imported from SVN: r6829]]
-
Christian Engwer authored
avoid ${var} expression, $var is slightly faster [[Imported from SVN: r6828]]
-
Christian Engwer authored
fix whitespace match for awk [[Imported from SVN: r6827]]
-
Christian Engwer authored
fix tracking of already parsed modules ... results in a significantly speedup [[Imported from SVN: r6826]]
-
Christian Engwer authored
bug fix and further cleanup in dunemodules.lib [[Imported from SVN: r6825]]
-
Christian Engwer authored
- fix check_module_name - make it faster by using a pure bash-pattern-matching [[Imported from SVN: r6824]]
-
Christian Engwer authored
* smaller cleanups * remove unsused methods [[Imported from SVN: r6823]]
-
- Jun 09, 2012
-
-
Martin Nolte authored
[[Imported from SVN: r6794]]
-
- May 29, 2012
-
-
Oliver Sander authored
r6757 | christi | 2012-05-22 23:33:24 +0200 (Di, 22. Mai 2012) | 2 Zeilen [dunecontrol] - fix 1. part of FS#1116 .------------------------------------------------------------------------ r6752 | christi | 2012-05-22 20:06:40 +0200 (Di, 22. Mai 2012) | 2 Zeilen [dunecontrol] cleanup fix of fs#1114 .------------------------------------------------------------------------ r6750 | christi | 2012-05-22 18:29:16 +0200 (Di, 22. Mai 2012) | 4 Zeilen [dunecontrol] - canonicalize DUNE_CONTROL_PATH - sort/uniq DUNE_CONTROL_PATH - fix FS#1114 .------------------------------------------------------------------------ r6749 | christi | 2012-05-22 18:05:16 +0200 (Di, 22. Mai 2012) | 3 Zeilen [dunecontrol] - use pkg-config to destinguish between installed and source modules - fix FS#1100 .------------------------------------------------------------------------ r6746 | mblatt | 2012-05-22 15:18:31 +0200 (Di, 22. Mai 2012) | 6 Zeilen On Debian ${name}.pc gets install into ${libdir}/x86_64-linux-gnu/pkgconfig/. Honor this setting when checking whether the module is installed. Fixes flyspray 1100 for me. [[Imported from SVN: r6780]]
-
Oliver Sander authored
- Remove unnecessary path to control file (It was needed for building installed modules which we do not do any more - Test for ../../pkgconfig/$modname.pc to decide whether a module is installed or not. Fixes flyspray 1100. [[Imported from SVN: r6779]]
-
Oliver Sander authored
do exist, as they are actually one file for installed modules.) - Only build modules that are not installed - Store relative path of CONTROL file and use it during running commands (on second thought I am not sure whether this is really needed). Fixes flyspray 1112. [[Imported from SVN: r6778]]
-
Oliver Sander authored
- make sure that the module is not a local one before checking if it is installed - fix FS#1100 [[Imported from SVN: r6777]]
-
- May 22, 2012
-
-
Christian Engwer authored
- fix 1. part of FS#1116 [[Imported from SVN: r6757]]
-
Markus Blatt authored
[[Imported from SVN: r6756]]
-