summaryrefslogtreecommitdiff
path: root/solenv
AgeCommit message (Collapse)Author
2012-02-18Remove installer::existence::get_specified_file.Tim Retout
2012-02-18Remove installer::existence::get_specified_file_by_name.Tim Retout
2012-02-18Remove installer::existence::exists_in_array.Tim Retout
2012-02-18Remove installer::existence::exists_in_array_of_hashes.Tim Retout
2012-02-18Use Exporter in installer::setupscript and add unit test.Tim Retout
2012-02-18Remove packager::existence, and clean up packager::work.Tim Retout
2012-02-18Use Exporter in packager::work and add unit test.Tim Retout
2012-02-18Remove unused pre2par::existence.Tim Retout
2012-02-18Remove unused par2script::existence.Tim Retout
2012-02-17Various fixes for JunitTestsStephan Bergmann
2012-02-17allow to suppress -Werror per link targetDavid 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-17Remove unused save_logfile_after_linking from installer::workerTim Retout
2012-02-17Remove unused unpack_all_targzfiles_in_directory from installer::workerTim Retout
2012-02-17Remove unused checksum subs from installer::workerTim Retout
2012-02-17Remove unused install_sets subs from installer::workerTim Retout
2012-02-17Remove unused solaris subs from installer::workerTim Retout
2012-02-17Remove unused md5sum subs from installer::downloadTim Retout
2012-02-17Replace installer::logger::include_header_into_globallogfile.Tim Retout
2012-02-17Move global starttime into installer::loggerTim Retout
2012-02-17installer::logger: Remove temporary variable.Tim Retout
2012-02-17Use Exporter in installer::logger.Tim Retout
Also rename private subroutines to start with an underscore.
2012-02-17Remove unreferenced subroutines from installer::loggerTim Retout
2012-02-17Inline and remove installer::sorterTim Retout
2012-02-17Pass JunitTest jar deps to underlying JavaClassSetStephan Bergmann
...and make underlying JavaClassSet implicitly depend on OOO_JUNI_JAR ...and remove unused gb_JunitTest_set_classpath
2012-02-17merge feature/gbuild_javaDavid Tardon
2012-02-16use bzip2 compression for dmgNorbert 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-16gbuild: Jar: fix building .jars on WindowsMatus Kukan
2012-02-16Simplify installer::sorter::sorting_array_of_hashes.Tim Retout
2012-02-16Add tests for installer::sorterTim Retout
2012-02-16Use Exporter for installer::sorterTim Retout
2012-02-16Inline and simplify installer::sorter::sort_array_of_hashes_numerically.Tim Retout
2012-02-16Remove unnecessary sorting subroutines.Tim Retout
2012-02-16Turn on strictures in installer::sorterTim Retout
2012-02-16-Werror in dmake modules went missingCaolán McNamara
2012-02-15Turn on strictures for some installer Perl modules.Tim Retout
2012-02-15Add svt and tk to libmergedTor Lillqvist
2012-02-15Add sb to libmergedTor Lillqvist
2012-02-15Merge branch 'feature/android'Tor Lillqvist
2012-02-14Remove CVER tracesThomas Arnhold
see 08d49db2aac06ddc9d8c8ad7f34bee3a899e2fa9
2012-02-14remove gcc2 tracesThomas Arnhold
2012-02-14Skip merged librariesTor Lillqvist
2012-02-14Remove accidental commentThorsten Behrens
2012-02-13Add fw* and sfx to libmergedTor Lillqvist
2012-02-13Add fw* and sfx to libmergedTor Lillqvist
2012-02-13Integrate 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-13preserve timestamps for .py filesCaolá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-13tell tooling about xmllintCaolán McNamara
2012-02-12"in_list_end" never read, let's drop itJulien Nabet
2012-02-10hopefully we don't need this hackMatúš Kukan
2012-02-10slowcheck should not be executed in module default targetMarkus Mohrhard