File tree
7 files changed
+12
-7
lines changed- src/main
- vendor
7 files changed
+12
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
23 | 24 | | |
24 | | - | |
| 25 | + | |
25 | 26 | | |
26 | 27 | | |
27 | 28 | | |
28 | | - | |
| 29 | + | |
- .clang-tidy+4
- .cmake-format+4
- .github/FUNDING.yml+1
- .github/workflows/cifuzz.yml+1-1
- .github/workflows/doc.yml+2-2
- .github/workflows/lint.yml+21-5
- .github/workflows/linux.yml+4-2
- .github/workflows/macos.yml+3-6
- .github/workflows/scorecard.yml+4-4
- .github/workflows/windows.yml+6-10
- .gitignore+2
- CMakeLists.txt+350-292
- ChangeLog.md+255-6
- LICENSE-7
- README.md+30-29
- doc/ChangeLog-old.md+1-1
- doc/LICENSE-exception+27
- doc/api.md+106-21
- doc/fmt.css+1
- doc/get-started.md+21-3
- doc/index.md+1-1
- doc/syntax.md+6-4
- include/fmt/args.h+6-8
- include/fmt/base.h+264-369
- include/fmt/chrono.h+34-120
- include/fmt/color.h+19-19
- include/fmt/compile.h+160-98
- include/fmt/core.h+6-4
- include/fmt/fmt-c.h+192
- include/fmt/format-inl.h+752-734
- include/fmt/format.h+685-463
- include/fmt/os.h+10-18
- include/fmt/ostream.h+2-2
- include/fmt/printf.h+59-41
- include/fmt/ranges.h+36-28
- include/fmt/std.h+202-104
- include/fmt/xchar.h+74-66
- src/fmt-c.cc+42
- src/fmt.cc+2
- src/format.cc+7-10
- src/os.cc+27-25
- support/AndroidManifest.xml+2-1
- support/bazel/.bazelversion-1
- support/bazel/BUILD.bazel-22
- support/bazel/MODULE.bazel-7
- support/bazel/README.md-28
- support/bazel/WORKSPACE.bazel-2
- support/build.gradle+33-35
- support/cmake/FindSetEnv.cmake+6-2
- support/cmake/JoinPaths.cmake+19-17
- support/gradle.properties+8
- support/gradle/wrapper/gradle-wrapper.properties+6
- support/mkdocs+17-9
- support/python/mkdocstrings_handlers/cxx/__init__.py+267-148
- test/CMakeLists.txt+77-85
- test/args-test.cc+1-1
- test/base-test.cc+5-2
- test/c-test.c+92
- test/chrono-test.cc+6-6
- test/color-test.cc+9
- test/compile-error-test/CMakeLists.txt+122-71
- test/compile-fp-test.cc-61
- test/compile-test.cc+55-12
- test/cuda-test/CMakeLists.txt+25-21
- test/format-impl-test.cc+5-5
- test/format-test.cc+177-125
- test/fuzzing/CMakeLists.txt+7-5
- test/fuzzing/chrono-duration.cc+2-2
- test/fuzzing/fuzzer-common.h+1-1
- test/gtest-extra.h+4
- test/gtest/CMakeLists.txt+8-14
- test/mock-allocator.h+14-3
- test/no-builtin-types-test.cc+8-2
- test/os-test.cc+17-10
- test/ostream-test.cc+1-1
- test/printf-test.cc+44-48
- test/ranges-test.cc+25-19
- test/scan-test.cc+16
- test/scan.h+53
- test/std-test.cc+111-8
- test/util.h-11
- test/xchar-test.cc+42-4
Submodule hl2sdk-cs2 updated 1 file
Submodule hl2sdk-deadlock updated 81 files
- common/connectionless_netmessages.proto+7
- common/netmessages.proto+36-101
- common/network_connection.proto+3-2
- common/networkbasetypes.proto+11
- entity2/entitykeyvalues.cpp+10-4
- game/shared/base_modifier.proto+12-5
- game/shared/citadel/citadel_clientmessages.proto+61
- game/shared/citadel/citadel_gameevents.proto+21-7
- game/shared/citadel/citadel_gcmessages_common.proto+159-5
- game/shared/citadel/citadel_gcmessages_server.proto+291-20
- game/shared/citadel/citadel_usercmd.proto+1
- game/shared/citadel/citadel_usermessages.proto+103-37
- game/shared/econ/econ_gcmessages.proto+23
- game/shared/gameevents.proto+13-13
- game/shared/gamesystems/spawngroup_manager.h+42-40
- game/shared/igamesystem.h+123-80
- game/shared/te.proto+3-26
- game/shared/usercmd.proto+8-2
- game/shared/usermessages.proto+22-2
- gcsdk/gcsdk_gcmessages.proto+1
- lib/linux64/mathlib.a
- lib/linux64/tier1.a
- lib/public/win64/mathlib.lib
- lib/public/win64/tier0.lib
- lib/public/win64/tier1.lib
- mathlib/mathlib_base.cpp+195-65
- public/bitvec.h+3-3
- public/const.h+18-30
- public/edict.h+6-16
- public/eiface.h+53-58
- public/engine/IEngineService.h+31-8
- public/entity2/entityclass.h+54-36
- public/entity2/entityidentity.h+17-19
- public/entity2/entityinstance.h+81-29
- public/entity2/entitykeyvalues.h+6-3
- public/entity2/entitysystem.h+9-6
- public/filesystem.h+1-55
- public/gametrace.h+48-10
- public/globalvars_base.h+10-3
- public/icvar.h+38-10
- public/iloopmode.h-1
- public/inetchannel.h+9-5
- public/inetchannelinfo.h+4-3
- public/interfaces/interfaces.h-1
- public/irecipientfilter.h+4-2
- public/iserver.h+31-16
- public/localize/ilocalize.h+1-1
- public/mathlib/mathlib.h+141-242
- public/networkstringtabledefs.h+17-3
- public/networksystem/inetworksystem.h+61-59
- public/networksystem/netmessage.h+3-1
- public/playerslot.h+8-13
- public/schemasystem/schemasystem.h+8-5
- public/tier0/basetypes.h+1-1
- public/tier0/commonmacros.h+23
- public/tier0/icommandline.h+18-3
- public/tier0/logging.h+2-2
- public/tier0/platform.h+9-4
- public/tier0/threadtools.h+69-461
- public/tier0/vprof.h+109-721
- public/tier1/bitbuf.h+11-11
- public/tier1/convar.h+82-17
- public/tier1/keyvalues3.h+73-74
- public/tier1/memblockallocator.h+234-25
- public/tier1/mempool.h+1-1
- public/tier1/rawallocator.h+32-8
- public/tier1/utlblockmemory.h+12-2
- public/tier1/utlbuffer.h+11-5
- public/tier1/utlhash.h+1-1
- public/tier1/utlhashtable.h+19-28
- public/tier1/utlleanvector.h+275-138
- public/tier1/utllinkedlist.h+22-77
- public/tier1/utlmap.h+1
- public/tier1/utlmemory.h+61-138
- public/tier1/utlrbtree.h+7-18
- public/tier1/utlsymbol.h+5-5
- public/tier1/utlsymbollarge.h+102-77
- public/tier1/utlvector.h+60-4
- tier1/bitbuf.cpp+28-28
- tier1/convar.cpp+16-13
- tier1/keyvalues3.cpp+129-54
Submodule hl2sdk-dota updated 69 files
- common/netmessages.proto+54-9
- common/networkbasetypes.proto+9
- entity2/entitykeyvalues.cpp+2-2
- game/shared/dota/dota_clientmessages.proto+23
- game/shared/dota/dota_gcmessages_common.proto+13
- game/shared/dota/dota_gcmessages_server.proto+51
- game/shared/dota/dota_match_metadata.proto+6
- game/shared/dota/dota_modifiers.proto+1
- game/shared/dota/dota_shared_enums.proto+54
- game/shared/dota/dota_usermessages.proto+54
- game/shared/econ/econ_gcmessages.proto+16
- game/shared/gameevents.proto+3
- game/shared/gamesystems/spawngroup_manager.h+42-40
- game/shared/igamesystem.h+113-79
- game/shared/te.proto+16
- game/shared/usercmd.proto+7-2
- game/shared/usermessages.proto+13
- gcsdk/gcsdk_gcmessages.proto+1
- lib/linux64/libtier0.so
- lib/linux64/tier1.a
- lib/public/win64/tier0.lib
- lib/public/win64/tier1.lib
- public/bitvec.h+3-3
- public/const.h+4-14
- public/edict.h+6-16
- public/eiface.h+39-37
- public/engine/IEngineService.h+23-4
- public/entity2/entityclass.h+53-37
- public/entity2/entityidentity.h+17-19
- public/entity2/entityinstance.h+17-17
- public/entity2/entitykeyvalues.h+2-2
- public/entity2/entitysystem.h+5-5
- public/filesystem.h+1-55
- public/gametrace.h+7-1
- public/globalvars_base.h+7
- public/icvar.h+32-4
- public/iloopmode.h-1
- public/inetchannel.h-2
- public/inetchannelinfo.h+2-1
- public/interfaces/interfaces.h-1
- public/irecipientfilter.h+2
- public/iserver.h+17-11
- public/localize/ilocalize.h+1-1
- public/networkstringtabledefs.h+17-3
- public/networksystem/inetworksystem.h+61-59
- public/playerslot.h+8-13
- public/schemasystem/schemasystem.h+8-5
- public/schemasystem/schematypes.h+2-1
- public/tier0/icommandline.h+18-3
- public/tier0/logging.h+2-2
- public/tier0/platform.h+3-3
- public/tier0/threadtools.h+69-461
- public/tier1/bitbuf.h+11-11
- public/tier1/convar.h+82-17
- public/tier1/keyvalues3.h+39-36
- public/tier1/mempool.h+1-1
- public/tier1/utlblockmemory.h+12-2
- public/tier1/utlbuffer.h+1-1
- public/tier1/utlhash.h+1-1
- public/tier1/utlhashtable.h+1-1
- public/tier1/utlleanvector.h+2-2
- public/tier1/utllinkedlist.h+2-2
- public/tier1/utlmemory.h+1-1
- public/tier1/utlrbtree.h+1-1
- public/tier1/utlsymbollarge.h+2-2
- public/tier1/utlvector.h+2-2
- tier1/bitbuf.cpp+28-28
- tier1/convar.cpp+16-13
- tier1/keyvalues3.cpp+21-19
0 commit comments