- Jul 09, 2012
-
-
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]]
-
- May 22, 2012
-
-
Christian Engwer authored
- fix 1. part of FS#1116 [[Imported from SVN: r6757]]
-
Christian Engwer authored
cleanup fix of fs#1114 [[Imported from SVN: r6752]]
-
Christian Engwer authored
- canonicalize DUNE_CONTROL_PATH - sort/uniq DUNE_CONTROL_PATH - fix FS#1114 [[Imported from SVN: r6750]]
-
Christian Engwer authored
- use pkg-config to destinguish between installed and source modules - fix FS#1100 [[Imported from SVN: r6749]]
-
Markus Blatt authored
${libdir}/x86_64-linux-gnu/pkgconfig/. Honor this setting when checking whether the module is installed. Fixes flyspray 1100 for me. [[Imported from SVN: r6746]]
-
- May 21, 2012
-
-
Markus Blatt 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: r6738]]
-
Markus Blatt 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. Please check whether flyspray 1100 is also resolved. After review this should definitely be merged into the release branch. [[Imported from SVN: r6736]]
-
- May 18, 2012
-
-
Christian Engwer authored
- make sure that the module is not a local one before checking if it is installed - fix FS#1100 [[Imported from SVN: r6728]]
-
- Jun 10, 2011
-
-
Christian Engwer authored
* while traversing the tree, the modules now have a dedicated state: MAIN=one of the selected modules DEPS=added due to dependencies SUGS=added due to suggestions * use the state to determin the list of dependencies and suggestions * fix FS#893 [[Imported from SVN: r6458]]
-
- Apr 27, 2011
-
-
Christian Engwer authored
[[Imported from SVN: r6428]]
-
- Mar 17, 2011
-
-
Markus Blatt authored
Hopefully the last fix concerning flyspray 895. Maybe the release managers could merge this to the release as they opted for simply reverting my changes instead of just reopening the bug. The latter would have caused less work. [[Imported from SVN: r6397]]
-
Martin Nolte authored
[[Imported from SVN: r6396]]
-
Markus Blatt authored
Fixes flyspray #895 The problems was that INSTMODULE was overwritten in find_modules_in_path. For MODULES (the non-installed ones) this was not a problems since new modules were appended already in find_module. [[Imported from SVN: r6393]]
-
- Jan 16, 2011
-
-
Jorrit Fahlke authored
Kudos for this patch to Ansgar Burchardt <ansgar@mathi.uni-heidelberg.de> [[Imported from SVN: r6325]]
-
- Nov 13, 2010
-
-
Christian Engwer authored
[[Imported from SVN: r6246]]
-
- Jul 06, 2010
-
-
Oliver Sander authored
[[Imported from SVN: r6061]]
-
- Jul 05, 2010
-
-
Christian Engwer authored
[[Imported from SVN: r6059]]
-
Christian Engwer authored
[[Imported from SVN: r6057]]
-
- Jun 22, 2010
-
-
Oliver Sander authored
[[Imported from SVN: r6049]]
-
- Jan 21, 2010
-
-
Jorrit Fahlke authored
[[Imported from SVN: r5846]]
-
- Dec 08, 2009
-
-
Jorrit Fahlke authored
[[Imported from SVN: r5756]]
-
- Oct 04, 2009
-
-
Christian Engwer authored
* dunecontrol update defaults to skip-version-check [[Imported from SVN: r5620]]
-
- Jul 28, 2009
-
-
Martin Nolte authored
reminder: the problem was configure.ac:7: warning: ___1_1__CHECKS is m4_require'd but not m4_defun'd configure.ac:7: warning: ___1_1__CHECK_MODULE is m4_require'd but not m4_defun'd [[Imported from SVN: r5562]]
-