Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
F
fmt
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Libraries
fmt
Commits
f853d94a
Commit
f853d94a
authored
Jan 20, 2018
by
Victor Zverovich
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove unnecessary fmt/ prefix (#397)
parent
9649919d
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
9 additions
and
9 deletions
+9
-9
include/fmt/format.cc
include/fmt/format.cc
+2
-2
include/fmt/format.h
include/fmt/format.h
+1
-1
include/fmt/locale.h
include/fmt/locale.h
+1
-1
include/fmt/ostream.h
include/fmt/ostream.h
+1
-1
include/fmt/posix.cc
include/fmt/posix.cc
+1
-1
include/fmt/posix.h
include/fmt/posix.h
+1
-1
include/fmt/printf.h
include/fmt/printf.h
+1
-1
include/fmt/time.h
include/fmt/time.h
+1
-1
No files found.
include/fmt/format.cc
View file @
f853d94a
...
@@ -5,8 +5,8 @@
...
@@ -5,8 +5,8 @@
//
//
// For the license information refer to format.h.
// For the license information refer to format.h.
#include "f
mt/f
ormat.h"
#include "format.h"
#include "
fmt/
locale.h"
#include "locale.h"
#include <string.h>
#include <string.h>
...
...
include/fmt/format.h
View file @
f853d94a
...
@@ -37,7 +37,7 @@
...
@@ -37,7 +37,7 @@
#include <stdexcept>
#include <stdexcept>
#include <stdint.h>
#include <stdint.h>
#include "
fmt/
core.h"
#include "core.h"
#ifdef _SECURE_SCL
#ifdef _SECURE_SCL
# define FMT_SECURE_SCL _SECURE_SCL
# define FMT_SECURE_SCL _SECURE_SCL
...
...
include/fmt/locale.h
View file @
f853d94a
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
//
//
// For the license information refer to format.h.
// For the license information refer to format.h.
#include "f
mt/f
ormat.h"
#include "format.h"
#include <locale>
#include <locale>
namespace
fmt
{
namespace
fmt
{
...
...
include/fmt/ostream.h
View file @
f853d94a
...
@@ -8,7 +8,7 @@
...
@@ -8,7 +8,7 @@
#ifndef FMT_OSTREAM_H_
#ifndef FMT_OSTREAM_H_
#define FMT_OSTREAM_H_
#define FMT_OSTREAM_H_
#include "f
mt/f
ormat.h"
#include "format.h"
#include <ostream>
#include <ostream>
namespace
fmt
{
namespace
fmt
{
...
...
include/fmt/posix.cc
View file @
f853d94a
...
@@ -10,7 +10,7 @@
...
@@ -10,7 +10,7 @@
# define _CRT_SECURE_NO_WARNINGS
# define _CRT_SECURE_NO_WARNINGS
#endif
#endif
#include "
fmt/
posix.h"
#include "posix.h"
#include <limits.h>
#include <limits.h>
#include <sys/types.h>
#include <sys/types.h>
...
...
include/fmt/posix.h
View file @
f853d94a
...
@@ -25,7 +25,7 @@
...
@@ -25,7 +25,7 @@
# include <xlocale.h> // for LC_NUMERIC_MASK on OS X
# include <xlocale.h> // for LC_NUMERIC_MASK on OS X
#endif
#endif
#include "f
mt/f
ormat.h"
#include "format.h"
#ifndef FMT_POSIX
#ifndef FMT_POSIX
# if defined(_WIN32) && !defined(__MINGW32__)
# if defined(_WIN32) && !defined(__MINGW32__)
...
...
include/fmt/printf.h
View file @
f853d94a
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
#include <algorithm> // std::fill_n
#include <algorithm> // std::fill_n
#include <limits> // std::numeric_limits
#include <limits> // std::numeric_limits
#include "
fmt/
ostream.h"
#include "ostream.h"
namespace
fmt
{
namespace
fmt
{
namespace
internal
{
namespace
internal
{
...
...
include/fmt/time.h
View file @
f853d94a
...
@@ -8,7 +8,7 @@
...
@@ -8,7 +8,7 @@
#ifndef FMT_TIME_H_
#ifndef FMT_TIME_H_
#define FMT_TIME_H_
#define FMT_TIME_H_
#include "f
mt/f
ormat.h"
#include "format.h"
#include <ctime>
#include <ctime>
namespace
fmt
{
namespace
fmt
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment