- 12 Jul, 2018 1 commit
-
-
Laurentiu Nicola authored
find \( -name "*.hxx" -or -name "*.h" -or -name "*.cxx" \) -not -path "*ThirdParty*" -print0 | xargs -0 sed -sri "s/([^<])vcl_(adjacent_find|and|binary|binary_search|copy|copy_|count|count_if|equal|equal_range|fill|fill_n|find|find_end|find_first_of|find_if|for_each|generate|generate_n|generators_|heap|includes|inplace_merge|iter_swap|lexicographical_compare|lower_bound|make_heap|max|min|max_element|merge|merge_|min_element|mismatch|next_permutation|nth_element|partial_sort|partial_sort_copy|partition|stable_partition|partitions_|pop_heap|prev_permutation|push_heap|random_shuffle|remove|remove_copy|remove_copy_if|remove_if|replace|replace_copy|replace_copy_if|replace_if|reverse|reverse_copy|rotate|rotate_copy|search|search_n|set_difference|set_intersection|set_symmetric_difference|set_union|sort|sort_|sort_heap|stable_sort|swap|swap_|swap_ranges|transform|unique|unique_copy|upper_bound|bitset|abs|acos|asin|atan|atan2|ceil|cos|cosh|exp|fabs|floor|fmod|frexp|ldexp|log|log10|modf|pow|sin|sinh|sqrt|tan|tanh|complex|real|imag|arg|norm|conj|polar|jmp_buf|longjmp|sig_atomic_t|raise|signal|va_list|ptrdiff_t|size_t|FILE|fpos_t|fopen|fclose|feof|ferror|fflush|fgetc|fgetpos|fgets|fwrite|fread|fseek|ftell|perror|clearerr|rename|fputc|fputs|freopen|fsetpos|getc|getchar|gets|putc|putchar|puts|rewind|setbuf|setvbuf|tmpfile|tmpnam|ungetc|printf|sprintf|fprintf|vprintf|vsprintf|vfprintf)/\1std::\2/g" find \( -name "*.hxx" -or -name "*.h" -or -name "*.cxx" \) -not -path "*ThirdParty*" -print0 | xargs -0 sed -sri "s/<<vcl_log/<<std::log/g"
-
- 25 Oct, 2017 1 commit
-
-
Antoine Regimbeau authored
-
- 02 Aug, 2017 1 commit
-
-
Guillaume Pasero authored
-
- 10 May, 2017 1 commit
-
-
Marina Bertolino authored
-
- 18 Apr, 2017 1 commit
-
-
Guillaume Pasero authored
-
- 08 Mar, 2017 2 commits
-
-
Sébastien Dinot authored
-
Sébastien Dinot authored
-
- 17 Nov, 2016 1 commit
-
-
Manuel Grizonnet authored
-
- 16 Sep, 2016 2 commits
-
-
Manuel Grizonnet authored
-
Manuel Grizonnet authored
-
- 15 Sep, 2016 1 commit
-
-
Manuel Grizonnet authored
-
- 04 Jan, 2016 1 commit
-
-
Rashad Kanavath authored
This is a big one without much harm. It fixes incorrect spelling and grammer when packaging OTB 5.0.0 and 5.2.0 for Debian. Most of these changes are done by developers at DebianGIS. For more info, I include the original patch header below. Description: Fix some spelling errors to silence lintian enabling to concentrate on the real problem. Author: Andreas Tille <tille@debian.org> Author: Rashad Kanavath <rashad.kanavath@c-s.fr> Author: Bas Couwenberg <sebastic@xs4all.nl> Last-Update: 2015-12-22
-
- 22 Sep, 2015 1 commit
-
-
Rashad Kanavath authored
-
- 16 Sep, 2015 1 commit
-
-
Rashad Kanavath authored
Earlier one needs all otb modules to build examples. This single commit activate an example and its related test if and only if all of its dependent module is activated. The check for a module is done using <Module>_LOADED cmake variable. With this change, activating BUILD_EXAMPLES=ON works flawlessly irrespective of your build configuration.
-
- 04 May, 2015 1 commit
-
-
Guillaume Pasero authored
-
- 03 Apr, 2015 1 commit
-
-
Christophe Palmann authored
-
- 02 Apr, 2015 1 commit
-
-
Christophe Palmann authored
-
- 24 Feb, 2015 1 commit
-
-
Julien Malik authored
-
- 22 Feb, 2015 2 commits
-
-
Julien Malik authored
-
Julien Malik authored
-
- 21 Feb, 2015 1 commit
-
-
Julien Malik authored
-
- 19 Feb, 2015 1 commit
-
-
Julien Malik authored
-
- 18 Feb, 2015 2 commits
-
-
Julien Malik authored
-
Julien Malik authored
-
- 28 Oct, 2014 3 commits
-
-
OTB Bot authored
-
Mickael Savinaud authored
modifications generated via the script FindRedundantHeaderIncludes.py 2nd pass
-
Mickael Savinaud authored
modifications generated via the script FindRedundantHeaderIncludes.py
-
- 01 Sep, 2014 1 commit
-
-
Guillaume Pasero authored
-
- 26 Aug, 2014 1 commit
-
-
Guillaume Pasero authored
-
- 13 Jul, 2014 1 commit
-
-
Rashad Kanavath authored
-
- 15 Nov, 2013 5 commits
-
-
OTB Bot authored
-
Julien Malik authored
-
Julien Malik authored
Ancient versions of CMake required else(), endif(), and similar block termination commands to have arguments matching the command starting the block. This is no longer the preferred style. NOTE: MUST USE GNU compliant version of sed Run the following shell code (Adopted from Brad King scripts for CMake): for c in else endif endforeach endfunction endmacro endwhile; do echo 's/\b'"$c"'\(\s*\)(.\+)/'"$c"'\1()/' done >convert.sed \ && git ls-files -z -- bootstrap '*.cmake' '*.cmake.in' '*CMakeLists.txt' \ | xargs sed -i -f convert.sed \ && rm convert.sed This has been adapted from ITK commit e52dbe7fa476f6283c9b9d1507fca052355113a4
-
Julien Malik authored
This modification is based according to the process described in ITK/Utilities/Maintenance/HowToCreateTheCMakeCaseConversion.txt
-
Julien Malik authored
-
- 06 Jul, 2012 1 commit
-
-
Julien Malik authored
-
- 28 Jun, 2012 1 commit
-
-
Julien Malik authored
-
- 12 Jun, 2012 1 commit
-
-
Julien Malik authored
-
- 26 Jan, 2012 1 commit
-
-
Julien Michel authored
-
- 26 Oct, 2011 1 commit
-
-
OTB Bot authored
-