aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Redelings <benjamin.redelings@gmail.com>2018-02-08 08:35:01 -0500
committerBenjamin Redelings <benjamin.redelings@gmail.com>2018-02-08 08:35:01 -0500
commit45a7d094cca08ac743218965399ab8c3dbea877f (patch)
treefd20c84a5a7ae00ffd8ce4d24f9e37c3e2f78107
parentb762655e9817cd79f7e5a4670a4e7407f2c29b74 (diff)
downloadmeson-45a7d094cca08ac743218965399ab8c3dbea877f.zip
meson-45a7d094cca08ac743218965399ab8c3dbea877f.tar.gz
meson-45a7d094cca08ac743218965399ab8c3dbea877f.tar.bz2
Remove completed TODO notes.
-rw-r--r--mesonbuild/dependencies/misc.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/mesonbuild/dependencies/misc.py b/mesonbuild/dependencies/misc.py
index 3105300..54ffa54 100644
--- a/mesonbuild/dependencies/misc.py
+++ b/mesonbuild/dependencies/misc.py
@@ -100,13 +100,7 @@ from .base import (
# 2.2. Find boost libraries with unknown suffixes using file-name globbing.
# TODO: Unix: Don't assume we know where the boost dir is, rely on -Idir and -Ldir being set.
-# TODO: Determine a suffix (e.g. "-mt" or "") and use it.
-# TODO: Get_win_link_args( ) and get_link_args( )
-# TODO: Genericize: 'args += ['-L' + dir] => args += self.compiler.get_linker_search_args(dir)
# TODO: Allow user to specify suffix in BOOST_SUFFIX, or add specific options like BOOST_DEBUG for 'd' for debug.
-# TODO: fix cross:
-# is_windows() -> for_windows(self.want_cross, self.env)
-# is_osx() and self.want_cross -> for_darwin(self.want_cross, self.env)
class BoostDependency(ExternalDependency):
def __init__(self, environment, kwargs):