Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion gen/cpp/sym/util/type_ops.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions symforce/opt/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ include(FetchContent)
# ------------------------------------------------------------------------------
# fmtlib

find_package(fmt 8...<9 QUIET)
find_package(fmt 8 QUIET)
if (NOT fmt_FOUND)
message(STATUS "fmt not found, adding with FetchContent")
function(add_fmt)
Expand All @@ -34,7 +34,7 @@ endif()
# ------------------------------------------------------------------------------
# spdlog

find_package(spdlog 1.9...<1.11 QUIET)
find_package(spdlog 1.9 QUIET)
if (NOT spdlog_FOUND)
message(STATUS "spdlog not found, adding with FetchContent")
function(add_spdlog)
Expand Down
1 change: 0 additions & 1 deletion symforce/opt/factor.cc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
#include "./factor.h"

#include <fmt/format.h>
#include <fmt/ostream.h>
#include <fmt/ranges.h>

#include "./assert.h"
Expand Down
1 change: 0 additions & 1 deletion symforce/opt/internal/tic_toc.cc
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
#include <algorithm>

#include <fmt/format.h>
#include <fmt/ostream.h>
#include <spdlog/spdlog.h>

namespace sym {
Expand Down
1 change: 0 additions & 1 deletion symforce/opt/tic_toc.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@

#else // if !defined(SYMFORCE_TIC_TOC_HEADER)
#include <fmt/format.h>
#include <fmt/ostream.h>

#include "./internal/tic_toc.h"

Expand Down
1 change: 0 additions & 1 deletion symforce/opt/values.cc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
#include "./values.h"

#include <fmt/format.h>
#include <fmt/ostream.h>

#include "./assert.h"

Expand Down
1 change: 0 additions & 1 deletion symforce/pybind/cc_factor.cc
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@

#include <Eigen/Core>
#include <fmt/format.h>
#include <fmt/ostream.h>
#include <pybind11/eigen.h>
#include <pybind11/functional.h>
#include <pybind11/pybind11.h>
Expand Down
1 change: 0 additions & 1 deletion symforce/pybind/cc_key.cc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
#include "./cc_key.h"

#include <fmt/format.h>
#include <fmt/ostream.h>

#include <symforce/opt/key.h>

Expand Down
1 change: 0 additions & 1 deletion symforce/pybind/cc_values.cc
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@

#include <Eigen/Core>
#include <fmt/format.h>
#include <fmt/ostream.h>
#include <pybind11/eigen.h>
#include <pybind11/pybind11.h>
#include <pybind11/stl.h>
Expand Down