Skip to content

Commit

Permalink
fix: Workflow Bot -- Build Dictionaries (#1950)
Browse files Browse the repository at this point in the history
Co-authored-by: Jason3S <Jason3S@users.noreply.github.com>
  • Loading branch information
1 parent ccc0d88 commit 3f2fca8
Show file tree
Hide file tree
Showing 38 changed files with 14,210 additions and 14,349 deletions.
7 changes: 3 additions & 4 deletions dictionaries/companies/src/companies.txt
Original file line number Diff line number Diff line change
Expand Up @@ -750,13 +750,13 @@ HP Inc.
HSBC Holdings
HSIC
Huawei Investment & Holding
Hulu
Humana
Humana Inc.
Huntington Bancshares
Huntington Ingalls Industries
Huntington Ingalls Industries, Inc.
Huntsman Corporation
Hulu
Husky Energy
Hutchison Whampoa
Hyundai Heavy Industries
Expand Down Expand Up @@ -913,8 +913,8 @@ Land O'Lakes, Inc.
Landesbank Baden-Wurttemberg
Las Vegas Sands
Las Vegas Sands Corp.
Lastfm
Last.fm
Lastfm
LDOS
Lear Corporation
Leaseweb
Expand All @@ -941,7 +941,6 @@ Lincoln National
Lincoln National Corporation
Linde plc
LinkedIn
LinkedIn
Live Nation Entertainment
Live Nation Entertainment, Inc.
LKQ Corporation
Expand Down Expand Up @@ -1487,8 +1486,8 @@ TE Connectivity
TE Connectivity Ltd.
Tech Data
Tech Data Corporation
TechRadar
TechnipFMC
TechRadar
Telecom Italia
Teledyne Technologies
Teleflex
Expand Down
11 changes: 4 additions & 7 deletions dictionaries/cpp/src/ecosystem.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
isocpp
cppref
cppreference
cppcoreguidelines
cppcon
cppcoreguidelines
cpponsea
cppref
cppreference
isocpp

# compilers
gnu
Expand Down Expand Up @@ -39,12 +39,10 @@ conan
vcpkg
CPM


# working groups
WG21
LEWG


# tools
objdump
natvis
Expand All @@ -66,7 +64,6 @@ protobuf
nlohmann
asio


# emscripten
emar
embuilder
Expand Down
17 changes: 8 additions & 9 deletions dictionaries/cpp/src/lang-jargon.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
odr
pod
raii
argc
argv
crtp
sfinae
ctad
lto
nrvo
odr
pimpl
pod
raii
rvo
nrvo
lto

argc
argv
sfinae
25 changes: 0 additions & 25 deletions dictionaries/cpp/src/stdlib-c.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
# general
errno


# https://en.cppreference.com/w/cpp/header/cstddef
cstddef
offsetof
ptrdiff


# https://en.cppreference.com/w/cpp/header/cstdlib
cstdlib
getenv
Expand Down Expand Up @@ -38,7 +36,6 @@ llabs
ldiv
lldiv


# https://en.cppreference.com/w/cpp/header/climits
climits
schar
Expand All @@ -49,7 +46,6 @@ ushrt
ulong
ullong


# https://en.cppreference.com/w/cpp/header/cfloat
cfloat
flt
Expand All @@ -58,7 +54,6 @@ ldbl
mant
subnorm


# https://en.cppreference.com/w/cpp/header/cstdint
intmax
intptr
Expand All @@ -68,7 +63,6 @@ uintptr
ptrdiff
wint


# https://en.cppreference.com/w/cpp/header/csignal
csignal
sigabrt
Expand All @@ -78,22 +72,18 @@ sigint
sigsegv
sigterm


# https://en.cppreference.com/w/cpp/header/csetjmp
csetjmp
setjmp
longjmp


# https://en.cppreference.com/w/cpp/header/cstdarg
cstdarg


# https://en.cppreference.com/w/cpp/header/cassert
cassert
NDEBUG


# https://en.cppreference.com/w/cpp/header/ctime
ctime
timespec
Expand All @@ -105,7 +95,6 @@ gmtime
localtime
mktime


# https://en.cppreference.com/w/cpp/header/cstring
cstring
strcpy
Expand All @@ -130,7 +119,6 @@ memset
memcpy
memmove


# https://en.cppreference.com/w/cpp/header/cctype
cctype
isalnum
Expand All @@ -148,7 +136,6 @@ ispunct
tolower
toupper


# https://en.cppreference.com/w/cpp/header/cwctype
wctrans_t
wctype_t
Expand All @@ -171,7 +158,6 @@ towupper
towctrans
wctrans


# https://en.cppreference.com/w/cpp/header/cwchar
cwchar
WEOF
Expand Down Expand Up @@ -235,24 +221,17 @@ wcstof
wcstod
wcstold


# https://en.cppreference.com/w/cpp/header/cuchar
cuchar
mbrtoc
rtomb




# https://en.cppreference.com/w/cpp/header/clocale
clocale
ctype
setlocale
localeconv




# https://en.cppreference.com/w/cpp/header/cfenv
cfenv
fenv_t
Expand Down Expand Up @@ -280,9 +259,6 @@ FE_TOWARDZERO
FE_UPWARD
FE_DFL_ENV




# https://en.cppreference.com/w/cpp/header/cstdio
cstdio
stdio
Expand Down Expand Up @@ -338,7 +314,6 @@ perror
tmpfile
tmpnam


# https://en.cppreference.com/w/cpp/header/cinttypes
cinttypes
imaxabs
Expand Down
1 change: 0 additions & 1 deletion dictionaries/cpp/src/stdlib-cerrno.txt
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ enotsock
enotsup
enotty
enxio
enxio
eopnotsupp
eoverflow
eownerdead
Expand Down
Loading

0 comments on commit 3f2fca8

Please sign in to comment.