Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove dead entries in 'docs/find-missing.ignore'.
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Thu, 8 Jul 2021 21:16:58 +0000 (23:16 +0200)
committerArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Thu, 8 Jul 2021 21:48:21 +0000 (23:48 +0200)
Kill unused file 'ignored_symbols'.

MANIFEST.in
docs/find-missing.ignore
docs/ignored_symbols [deleted file]
tools/cmake/DefinePackages.cmake

index 7296054..7f350c8 100644 (file)
@@ -1791,7 +1791,6 @@ include docs/README.md
 include docs/bin/extract_logs_hierarchy.pl
 include docs/find-missing.ignore
 include docs/find-missing.py
-include docs/ignored_symbols
 include docs/manpages/smpicc.1
 include docs/manpages/smpicxx.1
 include docs/manpages/smpif90.1
index c177974..d4501ef 100644 (file)
@@ -12,15 +12,6 @@ It is only used by find-missing, that will not report any definition linked here
 .. autodoxymethod:: simgrid::s4u::Engine::register_function(const std::string &name, const kernel::actor::ActorCodeFactory &factory)
 .. autodoxymethod:: simgrid::s4u::Engine::register_function(const std::string &name, int(*code)(int, char **))
 
-# These could be hidden as private things, eg in s4u_Exec.cpp
-.. autodoxymethod:: simgrid::s4u::ExecPar::get_remaining()
-.. autodoxymethod:: simgrid::s4u::ExecPar::get_remaining_ratio()
-.. autodoxymethod:: simgrid::s4u::ExecPar::start()
-.. autodoxymethod:: simgrid::s4u::ExecSeq::get_remaining()
-.. autodoxymethod:: simgrid::s4u::ExecSeq::get_remaining_ratio()
-.. autodoxymethod:: simgrid::s4u::ExecSeq::set_host(Host *host)
-.. autodoxymethod:: simgrid::s4u::ExecSeq::start()
-
 # I don't plan to document MSG in the new way.
 .. autodoxymethod:: ::MSG_barrier_destroy(const_sg_bar_t bar)
 .. autodoxymethod:: ::MSG_barrier_init(unsigned int count)
@@ -42,11 +33,9 @@ It is only used by find-missing, that will not report any definition linked here
 .. autodoxymethod:: ::MSG_get_host_number()
 .. autodoxymethod:: ::MSG_get_sent_msg()
 .. autodoxymethod:: ::MSG_host_by_name(const char *name)
-.. autodoxymethod:: ::MSG_host_get_attached_storage_lists(const_sg_host_t host)
 .. autodoxymethod:: ::MSG_host_get_core_number(const_sg_host_t host)
 .. autodoxymethod:: ::MSG_host_get_data(const_sg_host_t host)
 .. autodoxymethod:: ::MSG_host_get_load(const_sg_host_t host)
-.. autodoxymethod:: ::MSG_host_get_mounted_storage_list(sg_host_t host)
 .. autodoxymethod:: ::MSG_host_get_name(const_sg_host_t host)
 .. autodoxymethod:: ::MSG_host_get_nb_pstates(const_sg_host_t host)
 .. autodoxymethod:: ::MSG_host_get_power_peak_at(const_sg_host_t host, int pstate_index)
@@ -114,17 +103,6 @@ It is only used by find-missing, that will not report any definition linked here
 .. autodoxymethod:: ::MSG_sem_init(int initial_value)
 .. autodoxymethod:: ::MSG_sem_release(msg_sem_t sem)
 .. autodoxymethod:: ::MSG_sem_would_block(msg_sem_t sem)
-.. autodoxymethod:: ::MSG_storage_get_by_name(const char *name)
-.. autodoxymethod:: ::MSG_storage_get_data(const_sg_storage_t storage)
-.. autodoxymethod:: ::MSG_storage_get_host(const_sg_storage_t storage)
-.. autodoxymethod:: ::MSG_storage_get_name(const_sg_storage_t storage)
-.. autodoxymethod:: ::MSG_storage_get_properties(const_sg_storage_t storage)
-.. autodoxymethod:: ::MSG_storage_get_property_value(const_sg_storage_t storage, const char *name)
-.. autodoxymethod:: ::MSG_storage_read(msg_storage_t storage, sg_size_t size)
-.. autodoxymethod:: ::MSG_storage_set_data(msg_storage_t storage, void *data)
-.. autodoxymethod:: ::MSG_storage_set_property_value(msg_storage_t storage, const char *name, const char *value)
-.. autodoxymethod:: ::MSG_storage_write(msg_storage_t storage, sg_size_t size)
-.. autodoxymethod:: ::MSG_storages_as_dynar()
 .. autodoxymethod:: ::MSG_task_cancel(msg_task_t task)
 .. autodoxymethod:: ::MSG_task_create(const char *name, double flops_amount, double bytes_amount, void *data)
 .. autodoxymethod:: ::MSG_task_destroy(msg_task_t task)
@@ -191,21 +169,13 @@ member ::MSG_task_recv is of kind define
 member ::MSG_task_recv_bounded is of kind define
 member ::msg_error_t is of kind enum
 
-# Storage must die
-.. autodoxymethod:: sg_host_get_attached_storage_list(const_sg_host_t host)
-.. autodoxymethod:: sg_host_get_mounted_storage_list(sg_host_t host)
-.. autodoxymethod:: simgrid::s4u::Host::get_attached_storages()
-.. autodoxymethod:: simgrid::s4u::Host::get_mounted_storages()
-
 # These should not be public
 .. autodoxymethod:: simgrid::s4u::Link::get_impl()
 .. autodoxymethod:: simgrid::s4u::NetZone::get_impl()
-.. autodoxymethod:: simgrid::s4u::VirtualMachine::get_impl()
+.. autodoxymethod:: simgrid::s4u::VirtualMachine::get_vm_impl()
 .. autodoxymethod:: simgrid::s4u::Activity::get_impl()
 .. autodoxymethod:: simgrid::s4u::Comm::~Comm()
 .. autodoxymethod:: simgrid::s4u::Exec::~Exec()
-.. autodoxymethod:: simgrid::s4u::ExecPar::~ExecPar()
-.. autodoxymethod:: simgrid::s4u::ExecSeq::~ExecSeq()
 .. autodoxymethod:: simgrid::s4u::Io::~Io()
 
 # These ones are a bug of Doxygen, that parse them as variables instead of types.
@@ -215,7 +185,6 @@ member ::msg_error_t is of kind enum
 .. autodoxyvar:: ::const_sg_mutex_t
 .. autodoxyvar:: ::const_sg_sem_t
 .. autodoxyvar:: ::const_sg_host_t
-.. autodoxyvar:: ::const_sg_storage_t
 .. autodoxyvar:: ::const_msg_comm_t
 .. autodoxyvar:: ::const_msg_task_t
 .. autodoxyvar:: ::const_sg_cond_t
diff --git a/docs/ignored_symbols b/docs/ignored_symbols
deleted file mode 100644 (file)
index 599ae43..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-# Used by Build.sh
-MIN
-MAX
-SG_BEGIN_DECL
-msg_as_t
-MSG_OK
-MSG_HOST_FAILURE
-MSG_TASK_CANCELED
-MSG_TIMEOUT
-MSG_TRANSFER_FAILURE
-sg_msg_Comm
-simdata_task_t
-s_msg_task_t
-MSG_init_nocheck
-intrusive_ptr_release
-intrusive_ptr_add_ref
-get_filtered_netzones_recursive
-simgrid::s4u::Storage
-simgrid::s4u::Activity_T
-simgrid::s4u::Engine::get_storage_count
-simgrid::s4u::Engine::storage_by_name
-simgrid::s4u::Engine::storage_by_name_or_null
\ No newline at end of file
index 50b5d46..aaa97b2 100644 (file)
@@ -919,7 +919,6 @@ set(DOC_SOURCES
   docs/source/img/zoom_comm.drawio
   docs/source/img/zoom_comm.svg
 
-  docs/ignored_symbols
   docs/source/application.rst
   docs/source/app_msg.rst
   docs/source/app_s4u.rst