Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-02-18 | Remove installer::existence::get_specified_file. | Tim Retout | |
2012-02-18 | Remove installer::existence::get_specified_file_by_name. | Tim Retout | |
2012-02-18 | Remove installer::existence::exists_in_array. | Tim Retout | |
2012-02-18 | Remove installer::existence::exists_in_array_of_hashes. | Tim Retout | |
2012-02-18 | Use Exporter in installer::setupscript and add unit test. | Tim Retout | |
2012-02-18 | Remove packager::existence, and clean up packager::work. | Tim Retout | |
2012-02-18 | Use Exporter in packager::work and add unit test. | Tim Retout | |
2012-02-18 | Remove unused pre2par::existence. | Tim Retout | |
2012-02-18 | Remove unused par2script::existence. | Tim Retout | |
2012-02-17 | Various fixes for JunitTests | Stephan Bergmann | |
2012-02-17 | allow to suppress -Werror per link target | David Tardon | |
It is implemented for Executable, Library and StaticLibrary and works for C, C++, Objective C and Objective C++ sources. Please, do not misuse! Better fix your code! | |||
2012-02-17 | Remove unused save_logfile_after_linking from installer::worker | Tim Retout | |
2012-02-17 | Remove unused unpack_all_targzfiles_in_directory from installer::worker | Tim Retout | |
2012-02-17 | Remove unused checksum subs from installer::worker | Tim Retout | |
2012-02-17 | Remove unused install_sets subs from installer::worker | Tim Retout | |
2012-02-17 | Remove unused solaris subs from installer::worker | Tim Retout | |
2012-02-17 | Remove unused md5sum subs from installer::download | Tim Retout | |
2012-02-17 | Replace installer::logger::include_header_into_globallogfile. | Tim Retout | |
2012-02-17 | Move global starttime into installer::logger | Tim Retout | |
2012-02-17 | installer::logger: Remove temporary variable. | Tim Retout | |
2012-02-17 | Use Exporter in installer::logger. | Tim Retout | |
Also rename private subroutines to start with an underscore. | |||
2012-02-17 | Remove unreferenced subroutines from installer::logger | Tim Retout | |
2012-02-17 | Inline and remove installer::sorter | Tim Retout | |
2012-02-17 | Pass JunitTest jar deps to underlying JavaClassSet | Stephan Bergmann | |
...and make underlying JavaClassSet implicitly depend on OOO_JUNI_JAR ...and remove unused gb_JunitTest_set_classpath | |||
2012-02-17 | merge feature/gbuild_java | David Tardon | |
2012-02-16 | use bzip2 compression for dmg | Norbert Thiebaud | |
On MacOSX the installable packages (dmg), can use diverse format and diverse compression method. Since 10.4 a new format is supported that use bzip2 as a compression back-end. The result if a reduction of ~30MB of the main dmg. | |||
2012-02-16 | gbuild: Jar: fix building .jars on Windows | Matus Kukan | |
2012-02-16 | Simplify installer::sorter::sorting_array_of_hashes. | Tim Retout | |
2012-02-16 | Add tests for installer::sorter | Tim Retout | |
2012-02-16 | Use Exporter for installer::sorter | Tim Retout | |
2012-02-16 | Inline and simplify installer::sorter::sort_array_of_hashes_numerically. | Tim Retout | |
2012-02-16 | Remove unnecessary sorting subroutines. | Tim Retout | |
2012-02-16 | Turn on strictures in installer::sorter | Tim Retout | |
2012-02-16 | -Werror in dmake modules went missing | Caolán McNamara | |
2012-02-15 | Turn on strictures for some installer Perl modules. | Tim Retout | |
2012-02-15 | Add svt and tk to libmerged | Tor Lillqvist | |
2012-02-15 | Add sb to libmerged | Tor Lillqvist | |
2012-02-15 | Merge branch 'feature/android' | Tor Lillqvist | |
2012-02-14 | Remove CVER traces | Thomas Arnhold | |
see 08d49db2aac06ddc9d8c8ad7f34bee3a899e2fa9 | |||
2012-02-14 | remove gcc2 traces | Thomas Arnhold | |
2012-02-14 | Skip merged libraries | Tor Lillqvist | |
2012-02-14 | Remove accidental comment | Thorsten Behrens | |
2012-02-13 | Add fw* and sfx to libmerged | Tor Lillqvist | |
2012-02-13 | Add fw* and sfx to libmerged | Tor Lillqvist | |
2012-02-13 | Integrate Josh Heidenreich's nice README parser as start page. | Thorsten Behrens | |
From https://github.com/TheJosh/tdf-misc's scrape.php, ported the concept over to bash, to have it run with the doxygen generation. | |||
2012-02-13 | preserve timestamps for .py files | Caolán McNamara | |
.pyc and .pyo binary caches contain the timestamp of the .py file, so for fedora multilib if the .py files get different times on different arch then the .py[o|c] files end up being different for the same content | |||
2012-02-13 | tell tooling about xmllint | Caolán McNamara | |
2012-02-12 | "in_list_end" never read, let's drop it | Julien Nabet | |
2012-02-10 | hopefully we don't need this hack | Matúš Kukan | |
2012-02-10 | slowcheck should not be executed in module default target | Markus Mohrhard | |