Exheredludis/paludis
Jacob Hrbek 846effdb14
Exheredrey: Initial commit
Signed-off-by: Jacob Hrbek <kreyren@rixotstudio.cz>
2020-10-21 17:15:50 +02:00
..
args build: Add missing linkage between shared libraries 2016-12-16 20:25:16 -08:00
distributions Exheredrey: Initial commit 2020-10-21 17:15:50 +02:00
environments add reduced_username() to Environment 2018-04-09 19:39:10 +02:00
fetchers build: Install bash scripts as 'PROGRAMS' 2016-12-05 18:35:04 -08:00
repositories Exheredrey: Initial commit 2020-10-21 17:15:50 +02:00
resolver resolver: use range based for loops (NFC) 2017-08-08 08:39:28 -07:00
selinux build: Add missing linkage between shared libraries 2016-12-16 20:25:16 -08:00
syncers build: Install bash scripts as 'PROGRAMS' 2016-12-05 18:35:04 -08:00
util tests: Allow Linux 5.x 2019-03-11 21:39:14 +01:00
about_metadata-fwd.hh Export 'about' info as metadata keys 2010-03-12 14:10:29 +00:00
about_metadata.cc modernize: use default method synthesis 2016-08-06 11:58:04 -07:00
about_metadata.hh GCC 4.7 does visibility differently 2012-04-15 14:51:19 +01:00
about_TEST.cc gtest more 2011-03-20 20:50:52 +00:00
about.hh.in Fix dlopens for new .so suffixes 2008-09-03 21:32:21 +01:00
action_names-fwd.hh New Selection + Filter + Generator interface using Environment, replacing the old PackageDatabase Query. Fixes: ticket:559 2008-06-01 13:51:46 +00:00
action_names.cc Kill InstalledAction 2009-09-13 18:02:44 +01:00
action_names.hh Kill InstalledAction 2009-09-13 18:02:44 +01:00
action-fwd.hh Split up fetching, and give it its own job 2009-11-22 22:52:48 +00:00
action.cc modernize: use default method synthesis 2016-08-06 11:58:04 -07:00
action.hh throw() -> noexcept 2015-08-21 17:19:40 +02:00
action.se Split up fetching, and give it its own job 2009-11-22 22:52:48 +00:00
additional_package_dep_spec_requirement-fwd.hh Revert the package dep spec changes 2011-05-19 20:52:24 +01:00
additional_package_dep_spec_requirement.cc Move explicit instantiations to namespace paludis 2011-08-07 18:18:38 +01:00
additional_package_dep_spec_requirement.hh Explicit choices 2012-08-07 14:51:14 +01:00
always_enabled_dependency_label-fwd.hh fix tag mismatches 2013-02-26 20:25:21 -08:00
always_enabled_dependency_label.cc Move explicit instantiations to namespace paludis 2011-08-07 18:18:38 +01:00
always_enabled_dependency_label.hh GCC 4.7 does visibility differently 2012-04-15 14:51:19 +01:00
broken_linkage_configuration_TEST_cleanup.sh Move broken_linkage_finder to paludis/ 2010-03-23 16:23:43 +00:00
broken_linkage_configuration_TEST_setup.sh Update ld.so.conf parsing, in particular support "include" 2010-08-19 19:03:14 +01:00
broken_linkage_configuration_TEST.cc gtest more 2011-03-20 20:53:16 +00:00
broken_linkage_configuration.cc paludis: use pre-tokenised strings in BrokenLinkageConfiguration 2016-12-10 12:00:27 -08:00
broken_linkage_configuration.hh GCC 4.7 does visibility differently 2012-04-15 14:51:19 +01:00
broken_linkage_finder.cc paludis: more range loop usage (NFC) 2016-12-07 20:05:31 -08:00
broken_linkage_finder.hh introduce and use an iterator range in BrokenLinkageFinder 2016-12-07 08:27:24 -08:00
buffer_output_manager-fwd.hh Cleaner output managers 2010-01-02 22:24:38 +00:00
buffer_output_manager.cc Move explicit instantiations to namespace paludis 2011-08-07 18:18:38 +01:00
buffer_output_manager.hh OutputManager::ignore_succeeded 2011-02-03 16:53:09 +00:00
call_pretty_printer-fwd.hh Better pretty printing mechanism 2011-01-01 03:57:53 +00:00
call_pretty_printer.cc Better pretty printing mechanism 2011-01-01 03:57:53 +00:00
call_pretty_printer.hh Better pretty printing mechanism 2011-01-01 03:57:53 +00:00
changed_choices-fwd.hh fix tag mismatches 2013-02-26 20:25:21 -08:00
changed_choices.cc modernize: convert to range based for-loops 2016-08-04 22:11:01 -07:00
changed_choices.hh Revert the package dep spec changes 2011-05-19 20:52:24 +01:00
choice-fwd.hh fix tag mismatches 2013-02-26 20:25:21 -08:00
choice.cc modernize: use default method synthesis 2016-08-06 11:58:04 -07:00
choice.hh support hiding suboptions 2016-01-13 21:14:45 -08:00
choice.se Better tracking of choice origins 2011-08-06 22:29:05 +01:00
CMakeLists.txt Use the versioned component and imported target for boost python 2019-10-24 20:30:36 +02:00
comma_separated_dep_parser_TEST.cc gtest more 2011-03-20 20:54:04 +00:00
comma_separated_dep_parser.cc Rename spec tree root to top 2010-08-13 11:24:45 +01:00
comma_separated_dep_parser.hh No more tr1:: and tr1/ 2010-07-22 18:54:57 +01:00
comma_separated_dep_pretty_printer-fwd.hh Better pretty printing mechanism 2011-01-01 03:57:53 +00:00
comma_separated_dep_pretty_printer.cc modernize: use default method synthesis 2016-08-06 11:58:04 -07:00
comma_separated_dep_pretty_printer.hh Rework Pimp to avoid ImpPtr ickiness 2011-01-09 10:23:12 +00:00
command_output_manager-fwd.hh fix tag mismatches 2013-02-26 20:25:21 -08:00
command_output_manager.cc paludis: address -Wterminate warning from gcc 6 2016-12-11 14:28:07 -08:00
command_output_manager.hh paludis: address -Wterminate warning from gcc 6 2016-12-11 14:28:07 -08:00
common_sets-fwd.hh everything -> installed-{packages,slots} 2009-12-16 13:58:49 +00:00
common_sets.cc Refactor to allow subslots 2012-09-14 18:06:37 +01:00
common_sets.hh everything -> installed-{packages,slots} 2009-12-16 13:58:49 +00:00
contents-fwd.hh fix tag mismatches 2013-02-26 20:25:21 -08:00
contents.cc modernize: use default method synthesis 2016-08-06 11:58:04 -07:00
contents.hh allow partitioning image 2013-03-11 22:35:15 -07:00
create_output_manager_info-fwd.hh ClientOutputFeatures 2010-02-19 21:53:38 +00:00
create_output_manager_info.cc modernize: use default method synthesis 2016-08-06 11:58:04 -07:00
create_output_manager_info.hh Remove simple_ from visitor 2011-02-21 16:41:57 +00:00
create_output_manager_info.se ClientOutputFeatures 2010-02-19 21:53:38 +00:00
dep_label-fwd.hh fix tag mismatches 2013-02-26 20:25:21 -08:00
dep_label.cc modernize: use default method synthesis 2016-08-06 11:58:04 -07:00
dep_label.hh GCC 4.7 does visibility differently 2012-04-15 14:51:19 +01:00
dep_spec_annotations-fwd.hh fix tag mismatches 2013-02-26 20:25:21 -08:00
dep_spec_annotations.cc Allow presumed MYOPTIONS 2012-08-07 14:51:14 +01:00
dep_spec_annotations.hh GCC 4.7 does visibility differently 2012-04-15 14:51:19 +01:00
dep_spec_annotations.se Allow presumed MYOPTIONS 2012-08-07 14:51:14 +01:00
dep_spec_data-fwd.hh Revert the package dep spec changes 2011-05-19 20:52:24 +01:00
dep_spec_data.cc Revert the package dep spec changes 2011-05-19 20:52:24 +01:00
dep_spec_data.hh Revert the package dep spec changes 2011-05-19 20:52:24 +01:00
dep_spec_flattener.cc Move code around 2013-05-23 20:57:29 +01:00
dep_spec_flattener.hh GCC 4.7 does visibility differently 2012-04-15 14:51:19 +01:00
dep_spec_TEST.cc Revert the package dep spec changes 2011-05-19 20:52:24 +01:00
dep_spec-fwd.hh Add AtMostOneDepSpec 2012-05-12 11:33:35 +01:00
dep_spec.cc paludis: mark visibility on a few extern templates 2016-11-28 20:19:05 -08:00
dep_spec.hh throw() -> noexcept 2015-08-21 17:19:40 +02:00
distribution-fwd.hh Split up distribution configs. 2008-08-22 20:31:45 +01:00
distribution-impl.hh paludis: use default'ed methods 2016-12-03 19:02:49 -08:00
distribution.cc modernize: use default method synthesis 2016-08-06 11:58:04 -07:00
distribution.hh throw() -> noexcept 2015-08-21 17:19:40 +02:00
elf_linkage_checker.cc paludis: more range loop usage (NFC) 2016-12-07 20:05:31 -08:00
elf_linkage_checker.hh Rework Pimp to avoid ImpPtr ickiness 2011-01-09 10:23:12 +00:00
elike_blocker-fwd.hh Common blocker splitting up code 2011-03-15 17:06:51 +00:00
elike_blocker.cc Fix 4.4 compile 2011-03-16 08:10:16 +00:00
elike_blocker.hh Common blocker splitting up code 2011-03-15 17:06:51 +00:00
elike_blocker.se Common blocker splitting up code 2011-03-15 17:06:51 +00:00
elike_choices-fwd.hh fix tag mismatches 2013-02-26 20:25:21 -08:00
elike_choices.cc fix typo on work=preserve description 2013-06-04 07:40:47 +01:00
elike_choices.hh stripper: add support to compress DWARF sections 2012-12-05 18:57:15 +00:00
elike_choices.se build_options: preserve_work is now work=preserve 2012-08-05 17:56:23 +01:00
elike_conditional_dep_spec-fwd.hh Pass env, id to ConditionalDepSpec members 2011-01-01 03:57:52 +00:00
elike_conditional_dep_spec.cc modernize: use override annotations 2016-08-04 22:16:44 -07:00
elike_conditional_dep_spec.hh throw() -> noexcept 2015-08-21 17:19:40 +02:00
elike_dep_parser_TEST.cc Support parsing ?? deps 2012-05-12 11:33:35 +01:00
elike_dep_parser-fwd.hh Support parsing ?? deps 2012-05-12 11:33:35 +01:00
elike_dep_parser.cc Support parsing ?? deps 2012-05-12 11:33:35 +01:00
elike_dep_parser.hh Support parsing ?? deps 2012-05-12 11:33:35 +01:00
elike_dep_parser.se Add options to parse_elike_dependencies 2011-03-19 13:50:39 +00:00
elike_package_dep_spec-fwd.hh Make presumed logic work 2012-08-07 14:51:14 +01:00
elike_package_dep_spec.cc Unify =* behaviour 2015-11-08 22:31:38 +00:00
elike_package_dep_spec.hh Revert the package dep spec changes 2011-05-19 20:52:24 +01:00
elike_package_dep_spec.se Unify =* behaviour 2015-11-08 22:31:38 +00:00
elike_slot_requirement-fwd.hh Parse/generate SlotUnknownRewrittenRequirement in Gentoo EAPIs 2012-11-16 22:28:15 +00:00
elike_slot_requirement.cc Use nullptr 2013-05-22 23:19:27 +01:00
elike_slot_requirement.hh Parse/generate SlotUnknownRewrittenRequirement in Gentoo EAPIs 2012-11-16 22:28:15 +00:00
elike_use_requirement_TEST.cc C++11: auto convert to nullptr via cpp11-migrate 2013-06-23 11:59:55 -07:00
elike_use_requirement-fwd.hh Make presumed logic work 2012-08-07 14:51:14 +01:00
elike_use_requirement.cc modernize: use default method synthesis 2016-08-06 11:58:04 -07:00
elike_use_requirement.hh throw() -> noexcept 2015-08-21 17:19:40 +02:00
elike_use_requirement.se Gentoo QA is a lost cause 2010-08-05 12:40:09 +01:00
environment_factory-fwd.hh Replace EnvironmentMaker with EnvironmentFactory. 2008-08-12 16:28:19 +01:00
environment_factory.cc modernize: use default method synthesis 2016-08-06 11:58:04 -07:00
environment_factory.hh GCC 4.7 does visibility differently 2012-04-15 14:51:19 +01:00
environment_implementation_TEST.cc modernize: use override annotations 2016-08-04 22:16:44 -07:00
environment_implementation.cc paludis: c++11-ify repository iteration 2017-01-16 13:56:45 -08:00
environment_implementation.hh throw() -> noexcept 2015-08-21 17:19:40 +02:00
environment-fwd.hh fix tag mismatches 2013-02-26 20:25:21 -08:00
environment.cc modernize: use default method synthesis 2016-08-06 11:58:04 -07:00
environment.hh add reduced_username() to Environment 2018-04-09 19:39:10 +02:00
file_output_manager-fwd.hh Add file output manager 2009-02-12 12:57:51 +00:00
file_output_manager.cc Move explicit instantiations to namespace paludis 2011-08-07 18:18:38 +01:00
file_output_manager.hh OutputManager::ignore_succeeded 2011-02-03 16:53:09 +00:00
files.m4 allow partitioning image 2013-03-11 22:35:15 -07:00
filter_handler-fwd.hh Move FilterHandler and SelectionHandler into public headers. 2008-06-01 17:49:26 +00:00
filter_handler.cc modernize: use default method synthesis 2016-08-06 11:58:04 -07:00
filter_handler.hh Define may_excludes on filters 2011-02-28 16:50:38 +00:00
filter_TEST.cc modernize: use override annotations 2016-08-04 22:16:44 -07:00
filter-fwd.hh filter::ByFunction 2014-01-05 18:35:56 +00:00
filter.cc use range based for loops more pervasively (NFC) 2016-12-04 20:33:50 -08:00
filter.hh paludis: add missing include (NFC) 2017-06-10 22:25:42 -07:00
filtered_generator_TEST.cc test: silence a __attribute__((__unused_return_value__)) check 2017-06-11 10:04:09 -07:00
filtered_generator-fwd.hh Doxygenate selections etc 2010-03-05 22:42:11 +00:00
filtered_generator.cc modernize: use default method synthesis 2016-08-06 11:58:04 -07:00
filtered_generator.hh Rework Pimp to avoid ImpPtr ickiness 2011-01-09 10:23:12 +00:00
format_messages_output_manager-fwd.hh fix tag mismatches 2013-02-26 20:25:21 -08:00
format_messages_output_manager.cc modernize: use default method synthesis 2016-08-06 11:58:04 -07:00
format_messages_output_manager.hh OutputManager::ignore_succeeded 2011-02-03 16:53:09 +00:00
formatted_pretty_printer-fwd.hh fix tag mismatches 2013-02-26 20:25:21 -08:00
formatted_pretty_printer.cc Maintainers as objects 2011-09-14 09:57:40 +01:00
formatted_pretty_printer.hh Maintainers as objects 2011-09-14 09:57:40 +01:00
forward_at_finish_output_manager-fwd.hh forward_on_failure -> forward_at_finished 2010-01-08 16:34:19 +00:00
forward_at_finish_output_manager.cc Move explicit instantiations to namespace paludis 2011-08-07 18:18:38 +01:00
forward_at_finish_output_manager.hh OutputManager::ignore_succeeded 2011-02-03 16:53:09 +00:00
fs_merger_TEST_cleanup.sh Merger -> FSMerger 2010-07-28 10:11:25 +01:00
fs_merger_TEST_setup.sh Merger -> FSMerger 2010-07-28 10:11:25 +01:00
fs_merger_TEST.cc modernize: use default method synthesis 2016-08-06 11:58:04 -07:00
fs_merger-fwd.hh fix tag mismatches 2013-02-26 20:25:21 -08:00
fs_merger.cc modernize: use default method synthesis 2016-08-06 11:58:04 -07:00
fs_merger.hh throw() -> noexcept 2015-08-21 17:19:40 +02:00
fs_merger.se merger: add support for selective parts 2013-06-01 22:12:32 -07:00
fuzzy_finder_TEST.cc gtest more 2011-03-27 14:58:50 +01:00
fuzzy_finder.cc fuzzy-finder: convert to c++11, hoist check 2017-08-07 18:58:12 -07:00
fuzzy_finder.hh GCC 4.7 does visibility differently 2012-04-15 14:51:19 +01:00
generator_handler-fwd.hh Move FilterHandler and SelectionHandler into public headers. 2008-06-01 17:49:26 +00:00
generator_handler.cc modernize: use default method synthesis 2016-08-06 11:58:04 -07:00
generator_handler.hh Let generators use excludes 2011-02-28 16:50:38 +00:00
generator_TEST.cc modernize: use override annotations 2016-08-04 22:16:44 -07:00
generator-fwd.hh generator::Nothing() 2010-05-06 11:29:11 +01:00
generator.cc paludis: c++11-ify repository iteration 2017-01-16 13:56:45 -08:00
generator.hh Let generators use excludes 2011-02-28 16:50:38 +00:00
hook-fwd.hh fix tag mismatches 2013-02-26 20:25:21 -08:00
hook.cc modernize: use default method synthesis 2016-08-06 11:58:04 -07:00
hook.hh GCC 4.7 does visibility differently 2012-04-15 14:51:19 +01:00
hook.se Use /usr/bin/env bash instead of /bin/bash for the shebang of shell scripts. 2008-07-09 01:17:08 -04:00
hooker_TEST_cleanup.sh Use /usr/bin/env bash instead of /bin/bash for the shebang of shell scripts. 2008-07-09 01:17:08 -04:00
hooker_TEST_setup.sh hooker_TEST: make ordering/py_hook Python3 compatible 2019-10-22 20:10:52 +02:00
hooker_TEST.cc paludis: adjust whitespace 2016-11-28 20:23:05 -08:00
hooker.bash Use /usr/bin/env bash instead of /bin/bash for the shebang of shell scripts. 2008-07-09 01:17:08 -04:00
hooker.cc paludis: c++11-ify repository iteration 2017-01-16 13:56:45 -08:00
hooker.hh fix nonnull attribute 2013-03-02 08:59:14 -08:00
ipc_output_manager-fwd.hh fix tag mismatches 2013-02-26 20:25:21 -08:00
ipc_output_manager.cc paludis: address -Wterminate warning from gcc 6 2016-12-11 14:28:07 -08:00
ipc_output_manager.hh Add missing exception specification to declaration (NFC) 2016-12-14 08:33:21 -08:00
libtool_linkage_checker.cc modernize: use default method synthesis 2016-08-06 11:58:04 -07:00
libtool_linkage_checker.hh Rework Pimp to avoid ImpPtr ickiness 2011-01-09 10:23:12 +00:00
linkage_checker.cc modernize: use default method synthesis 2016-08-06 11:58:04 -07:00
linkage_checker.hh FSEntry -> FSPath, FSStat 2010-08-24 15:47:41 +01:00
literal_metadata_key.cc modernize: use default method synthesis 2016-08-06 11:58:04 -07:00
literal_metadata_key.hh Maintainers as objects 2011-09-14 09:57:40 +01:00
maintainer-fwd.hh Maintainers as objects 2011-09-14 09:57:40 +01:00
maintainer.cc Maintainers as objects 2011-09-14 09:57:40 +01:00
maintainer.hh GCC 4.7 does visibility differently 2012-04-15 14:51:19 +01:00
mask_utils-fwd.hh MakeUnmaskableFilterHelper 2010-08-08 10:53:07 +01:00
mask_utils.cc Kill AssociationMask 2011-06-12 01:12:11 +01:00
mask_utils.hh MakeUnmaskableFilterHelper 2010-08-08 10:53:07 +01:00
mask-fwd.hh Kill AssociationMask 2011-06-12 01:12:11 +01:00
mask.cc modernize: use default method synthesis 2016-08-06 11:58:04 -07:00
mask.hh Kill AssociationMask 2011-06-12 01:12:11 +01:00
mask.se Add overridden masks. 2009-01-10 17:48:13 +00:00
match_package-fwd.hh Add MatchPackageOptions. 2008-11-13 15:42:28 +00:00
match_package.cc paludis: c++11-ify repository iteration 2017-01-16 13:56:45 -08:00
match_package.hh Pass ID to match_package 2011-01-07 11:32:56 +00:00
match_package.se Revert the package dep spec changes 2011-05-19 20:52:24 +01:00
merger_entry_type.cc
merger_entry_type.hh
merger_entry_type.se Use /usr/bin/env bash instead of /bin/bash for the shebang of shell scripts. 2008-07-09 01:17:08 -04:00
merger-fwd.hh Move permit_destination into MergeParams 2011-09-02 21:30:47 +01:00
merger.cc Let merger check dirnames instead of actual dirs 2016-01-08 18:59:45 +01:00
merger.hh throw() -> noexcept 2015-08-21 17:19:40 +02:00
merger.se Add Merger base class 2010-07-28 10:11:26 +01:00
metadata_key_holder-fwd.hh Move common metadata key code into a base class 2008-02-14 09:43:03 +00:00
metadata_key_holder.cc modernize: use default method synthesis 2016-08-06 11:58:04 -07:00
metadata_key_holder.hh GCC 4.7 does visibility differently 2012-04-15 14:51:19 +01:00
metadata_key-fwd.hh Better pretty printing mechanism 2011-01-01 03:57:53 +00:00
metadata_key.cc modernize: use default method synthesis 2016-08-06 11:58:04 -07:00
metadata_key.hh Refactor to allow subslots 2012-09-14 18:06:37 +01:00
metadata_key.se Use /usr/bin/env bash instead of /bin/bash for the shebang of shell scripts. 2008-07-09 01:17:08 -04:00
name_TEST.cc gtest more 2011-03-24 23:41:15 +00:00
name-fwd.hh allow partitioning image 2013-03-11 22:35:15 -07:00
name.cc throw() -> noexcept 2015-08-21 17:19:40 +02:00
name.hh throw() -> noexcept 2015-08-21 17:19:40 +02:00
ndbam_merger.cc modernize: use default method synthesis 2016-08-06 11:58:04 -07:00
ndbam_merger.hh Support recording volatile files in ndbam 2013-09-17 13:22:18 +01:00
ndbam_unmerger.cc modernize: use default method synthesis 2016-08-06 11:58:04 -07:00
ndbam_unmerger.hh throw() -> noexcept 2015-08-21 17:19:40 +02:00
ndbam-fwd.hh No more tr1:: and tr1/ 2010-07-22 18:54:57 +01:00
ndbam.cc modernize: use default method synthesis 2016-08-06 11:58:04 -07:00
ndbam.hh Switch to std mutex and condition_variable 2013-05-22 23:19:18 +01:00
notifier_callback-fwd.hh fix tag mismatches 2013-02-26 20:25:21 -08:00
notifier_callback.cc Move explicit instantiations to namespace paludis 2011-08-07 18:18:38 +01:00
notifier_callback.hh GCC 4.7 does visibility differently 2012-04-15 14:51:19 +01:00
output_manager_factory-fwd.hh Move output manager out of util 2009-02-11 19:59:59 +00:00
output_manager_factory.cc modernize: use default method synthesis 2016-08-06 11:58:04 -07:00
output_manager_factory.hh GCC 4.7 does visibility differently 2012-04-15 14:51:19 +01:00
output_manager_from_environment-fwd.hh Specify output exclusivity 2009-02-11 21:14:08 +00:00
output_manager_from_environment.cc modernize: use default method synthesis 2016-08-06 11:58:04 -07:00
output_manager_from_environment.hh Rework Pimp to avoid ImpPtr ickiness 2011-01-09 10:23:12 +00:00
output_manager-fwd.hh Move output manager out of util 2009-02-11 19:59:59 +00:00
output_manager.cc paludis: address -Wterminate warning from gcc 6 2016-12-11 14:28:07 -08:00
output_manager.hh paludis: address -Wterminate warning from gcc 6 2016-12-11 14:28:07 -08:00
output_manager.se status output messages 2010-08-27 14:45:54 +01:00
package_dep_spec_collection-fwd.hh fix tag mismatches 2013-02-26 20:25:21 -08:00
package_dep_spec_collection.cc use range based for loops more pervasively (NFC) 2016-12-04 20:33:50 -08:00
package_dep_spec_collection.hh Rework Pimp to avoid ImpPtr ickiness 2011-01-09 10:23:12 +00:00
package_dep_spec_properties-fwd.hh More type-safe way of checking PDS bits. 2009-01-22 19:21:39 +00:00
package_dep_spec_properties.cc Revert the package dep spec changes 2011-05-19 20:52:24 +01:00
package_dep_spec_properties.hh Revert the package dep spec changes 2011-05-19 20:52:24 +01:00
package_id-fwd.hh No more tr1:: and tr1/ 2010-07-22 18:54:57 +01:00
package_id.cc paludis: c++11-ify repository iteration 2017-01-16 13:56:45 -08:00
package_id.hh Remove 'breaks Portage' code 2014-09-17 20:09:50 +01:00
package_id.se idcf_no_name 2010-02-24 17:39:09 +00:00
paludis.hh.m4
paludislike_options_conf-fwd.hh fix tag mismatches 2013-02-26 20:25:21 -08:00
paludislike_options_conf.cc modernize: use default method synthesis 2016-08-06 11:58:04 -07:00
paludislike_options_conf.hh Rework Pimp to avoid ImpPtr ickiness 2011-01-09 10:23:12 +00:00
partially_made_package_dep_spec-fwd.hh Revert the package dep spec changes 2011-05-19 20:52:24 +01:00
partially_made_package_dep_spec.cc modernize: use default method synthesis 2016-08-06 11:58:04 -07:00
partially_made_package_dep_spec.hh Revert the package dep spec changes 2011-05-19 20:52:24 +01:00
partially_made_package_dep_spec.se Revert the package dep spec changes 2011-05-19 20:52:24 +01:00
partitioning_TEST.cc allow partitioning image 2013-03-11 22:35:15 -07:00
partitioning-fwd.hh allow partitioning image 2013-03-11 22:35:15 -07:00
partitioning.cc modernize: convert to range based for-loops 2016-08-04 22:11:01 -07:00
partitioning.hh merger: add support for selective parts 2013-06-01 22:12:32 -07:00
permitted_choice_value_parameter_values-fwd.hh Export legal values for choice parameters 2011-01-27 16:33:59 +00:00
permitted_choice_value_parameter_values.cc Export legal values for choice parameters 2011-01-27 16:33:59 +00:00
permitted_choice_value_parameter_values.hh Remove simple_ from visitor 2011-02-21 16:41:57 +00:00
pretty_print_options-fwd.hh Better pretty printing mechanism 2011-01-01 03:57:53 +00:00
pretty_print_options.cc Better pretty printing mechanism 2011-01-01 03:57:53 +00:00
pretty_print_options.hh Better pretty printing mechanism 2011-01-01 03:57:53 +00:00
pretty_print_options.se Don't print special annotations 2011-03-10 16:18:14 +00:00
pretty_printer-fwd.hh Better pretty printing mechanism 2011-01-01 03:57:53 +00:00
pretty_printer.cc Better pretty printing mechanism 2011-01-01 03:57:53 +00:00
pretty_printer.hh Maintainers as objects 2011-09-14 09:57:40 +01:00
python_hooks.cc python: Normalize exceptions 2019-10-22 20:10:52 +02:00
repository_factory-fwd.hh Don't load repositories from .sos 2009-10-12 18:33:48 +01:00
repository_factory.cc modernize: use default method synthesis 2016-08-06 11:58:04 -07:00
repository_factory.hh GCC 4.7 does visibility differently 2012-04-15 14:51:19 +01:00
repository_name_cache_TEST_cleanup.sh Use /usr/bin/env bash instead of /bin/bash for the shebang of shell scripts. 2008-07-09 01:17:08 -04:00
repository_name_cache_TEST_setup.sh Use /usr/bin/env bash instead of /bin/bash for the shebang of shell scripts. 2008-07-09 01:17:08 -04:00
repository_name_cache_TEST.cc Use Environment rather than PackageDatabase 2011-03-26 19:00:38 +00:00
repository_name_cache.cc modernize: use default method synthesis 2016-08-06 11:58:04 -07:00
repository_name_cache.hh nothrow -> noexcept 2015-08-21 17:21:47 +02:00
repository-fwd.hh Remove VirtualsInterface 2011-06-11 22:35:32 +01:00
repository.cc modernize: use default method synthesis 2016-08-06 11:58:04 -07:00
repository.hh nothrow -> noexcept 2015-08-21 17:21:47 +02:00
repository.se Add rcme_not_installed 2011-02-28 20:13:47 +00:00
selection_handler-fwd.hh Move FilterHandler and SelectionHandler into public headers. 2008-06-01 17:49:26 +00:00
selection_handler.cc modernize: use default method synthesis 2016-08-06 11:58:04 -07:00
selection_handler.hh Add selection::AllVersionsSortedWithPromotion 2014-03-21 15:36:14 +00:00
selection_TEST.cc Use nullptr 2013-05-22 23:19:27 +01:00
selection-fwd.hh Doxygenate selections etc 2010-03-05 22:42:11 +00:00
selection.cc modernize: use default method synthesis 2016-08-06 11:58:04 -07:00
selection.hh throw() -> noexcept 2015-08-21 17:19:40 +02:00
serialise-fwd.hh fix tag mismatches 2013-02-26 20:25:21 -08:00
serialise-impl.hh Use nullptr 2013-05-22 23:19:27 +01:00
serialise.cc paludis: address -Wterminate warning from gcc 6 2016-12-11 14:28:07 -08:00
serialise.hh paludis: address -Wterminate warning from gcc 6 2016-12-11 14:28:07 -08:00
set_file_TEST_cleanup.sh Use /usr/bin/env bash instead of /bin/bash for the shebang of shell scripts. 2008-07-09 01:17:08 -04:00
set_file_TEST_setup.sh Use /usr/bin/env bash instead of /bin/bash for the shebang of shell scripts. 2008-07-09 01:17:08 -04:00
set_file_TEST.cc Make stream conversions explicit for gtest 2015-05-02 21:57:30 +02:00
set_file.cc modernize: use default method synthesis 2016-08-06 11:58:04 -07:00
set_file.hh throw() -> noexcept 2015-08-21 17:19:40 +02:00
set_file.se Use /usr/bin/env bash instead of /bin/bash for the shebang of shell scripts. 2008-07-09 01:17:08 -04:00
slot_requirement-fwd.hh fix tag mismatches 2013-02-26 20:25:21 -08:00
slot_requirement.cc Revert the package dep spec changes 2011-05-19 20:52:24 +01:00
slot_requirement.hh Introduce SlotUnknownRewrittenRequirement 2012-11-16 22:28:15 +00:00
slot-fwd.hh Refactor to allow subslots 2012-09-14 18:06:37 +01:00
slot.cc Refactor to allow subslots 2012-09-14 18:06:37 +01:00
slot.hh Refactor to allow subslots 2012-09-14 18:06:37 +01:00
sohooks_TEST.cc Do our own buffering for SafeOFStream 2010-12-10 10:52:22 +00:00
spec_tree-fwd.hh fix tag mismatches 2013-02-26 20:25:21 -08:00
spec_tree.cc Move code around 2013-05-23 20:57:29 +01:00
spec_tree.hh fix tag mismatches 2013-02-26 20:25:21 -08:00
standard_output_manager-fwd.hh Move output manager out of util 2009-02-11 19:59:59 +00:00
standard_output_manager.cc modernize: use default method synthesis 2016-08-06 11:58:04 -07:00
standard_output_manager.hh OutputManager::ignore_succeeded 2011-02-03 16:53:09 +00:00
stripper_extras.cc C++11: auto convert to nullptr via cpp11-migrate 2013-06-23 11:59:55 -07:00
stripper_extras.hh Use libmagic rather than file for stripping 2010-11-25 17:38:25 +00:00
stripper_TEST_binary.cc Replace builtin_strip with a common Stripper class. Support stripping when using importare. Fixes: ticket:424 2008-03-06 16:04:20 +00:00
stripper_TEST_cleanup.sh Use /usr/bin/env bash instead of /bin/bash for the shebang of shell scripts. 2008-07-09 01:17:08 -04:00
stripper_TEST_setup.sh Use /usr/bin/env bash instead of /bin/bash for the shebang of shell scripts. 2008-07-09 01:17:08 -04:00
stripper_TEST.cc modernize: use override annotations 2016-08-04 22:16:44 -07:00
stripper-fwd.hh fix tag mismatches 2013-02-26 20:25:21 -08:00
stripper.cc Adjust the stripper for file>=5.33 and PIE executables 2018-07-23 22:10:30 +02:00
stripper.hh throw() -> noexcept 2015-08-21 17:19:40 +02:00
syncer.cc modernize: use default method synthesis 2016-08-06 11:58:04 -07:00
syncer.hh throw() -> noexcept 2015-08-21 17:19:40 +02:00
tar_extras.cc C++11: auto convert to nullptr via cpp11-migrate 2013-06-23 11:59:55 -07:00
tar_extras.hh Use GNU tar format, and support compression 2010-07-31 11:36:05 +01:00
tar_merger_TEST_cleanup.sh Start basic TarMerger 2010-07-31 11:36:04 +01:00
tar_merger_TEST_setup.sh Test symlink rewriting 2011-04-10 15:39:31 +01:00
tar_merger_TEST.cc modernize: use override annotations 2016-08-04 22:16:44 -07:00
tar_merger-fwd.hh Use GNU tar format, and support compression 2010-07-31 11:36:05 +01:00
tar_merger.cc cleanup not-reached warnings 2013-03-02 09:24:47 -08:00
tar_merger.hh Merger::permit_destination 2011-06-21 20:37:18 +01:00
tar_merger.se Use GNU tar format, and support compression 2010-07-31 11:36:05 +01:00
tee_output_manager-fwd.hh No more tr1:: and tr1/ 2010-07-22 18:54:57 +01:00
tee_output_manager.cc modernize: use default method synthesis 2016-08-06 11:58:04 -07:00
tee_output_manager.hh OutputManager::ignore_succeeded 2011-02-03 16:53:09 +00:00
test_extras.cc
unchoices_key-fwd.hh No more tr1:: and tr1/ 2010-07-22 18:54:57 +01:00
unchoices_key.cc modernize: use default method synthesis 2016-08-06 11:58:04 -07:00
unchoices_key.hh Don't warn about missing flags for un* IDs. 2008-11-02 14:23:12 +00:00
unformatted_pretty_printer-fwd.hh Use pretty_print_value 2011-01-01 03:57:53 +00:00
unformatted_pretty_printer.cc Maintainers as objects 2011-09-14 09:57:40 +01:00
unformatted_pretty_printer.hh Maintainers as objects 2011-09-14 09:57:40 +01:00
unmerger.cc modernize: use default method synthesis 2016-08-06 11:58:04 -07:00
unmerger.hh throw() -> noexcept 2015-08-21 17:19:40 +02:00
user_dep_spec_TEST.cc Add exclude dep spec 2014-03-20 18:32:14 +00:00
user_dep_spec-fwd.hh throw() -> noexcept 2015-08-21 17:19:40 +02:00
user_dep_spec.cc Remove some dead code (NFC) 2016-12-14 08:33:21 -08:00
user_dep_spec.hh Add exclude dep spec 2014-03-20 18:32:14 +00:00
user_dep_spec.se UserKeyRequirement: allow matching metadata for inequality 2013-03-08 12:53:36 +00:00
version_operator_TEST.cc gtest more 2011-03-24 23:12:40 +00:00
version_operator-fwd.hh
version_operator.cc Unify =* behaviour 2015-11-08 22:31:38 +00:00
version_operator.hh throw() -> noexcept 2015-08-21 17:19:40 +02:00
version_operator.se Unify =* behaviour 2015-11-08 22:31:38 +00:00
version_requirements-fwd.hh fix tag mismatches 2013-02-26 20:25:21 -08:00
version_requirements.cc GCC 4.7 does visibility differently 2012-04-15 14:51:19 +01:00
version_requirements.hh GCC 4.7 does visibility differently 2012-04-15 14:51:19 +01:00
version_spec_TEST.cc Unify =* behaviour 2015-11-08 22:31:38 +00:00
version_spec-fwd.hh VersionSpecOptions(), but don't use them 2009-03-22 15:17:24 +00:00
version_spec.cc modernize: use default method synthesis 2016-08-06 11:58:04 -07:00
version_spec.hh Unify =* behaviour 2015-11-08 22:31:38 +00:00
version_spec.se vso_allow_leading_dot, and allow v.1 2010-06-06 17:21:14 +01:00