mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 02:31:48 +00:00
Remove AUTHORS file.
This commit is contained in:
parent
14206b5b4f
commit
18f2631e6e
1
.github/workflows/latex.yml
vendored
1
.github/workflows/latex.yml
vendored
@ -15,7 +15,6 @@ jobs:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Fix stupidity
|
||||
run: |
|
||||
cp AUTHORS AUTHORS.
|
||||
cp LICENSE LICENSE.
|
||||
- name: Compile LaTeX
|
||||
uses: xu-cheng/latex-action@v3
|
||||
|
20
AUTHORS
20
AUTHORS
@ -1,20 +0,0 @@
|
||||
Bartosz Taudul <wolf@nereid.pl>
|
||||
Kamil Klimek <kamil.klimek@sharkbits.com> (initial find zone implementation)
|
||||
Bartosz Szreder <zgredder@gmail.com> (view/worker split)
|
||||
Arvid Gerstmann <dev@arvid-g.de> (compatibility fixes)
|
||||
Rokas Kupstys <rokups@zoho.com> (compatibility fixes, initial CI work, MingW support)
|
||||
Till Rathmann <till.rathmann@gmx.de> (DLL support)
|
||||
Sherief Farouk <sherief.personal@gmail.com> (compatibility fixes)
|
||||
Dedmen Miller <dedmen@dedmen.de> (find zone bug fixes, improvements)
|
||||
Michał Cichoń <michcic@gmail.com> (OSX call stack decoding backport)
|
||||
Thales Sabino <thales@codeplay.com> (OpenCL support)
|
||||
Andrew Depke <andrewdepke@gmail.com> (Direct3D 12 support)
|
||||
Simonas Kazlauskas <git@kazlauskas.me> (OSX CI, external bindings)
|
||||
Jakub Žádník <kubouch@gmail.com> (csvexport utility)
|
||||
Andrey Voroshilov <andrew.voroshilov@gmail.com> (multi-DLL fixes)
|
||||
Benoit Jacob <benoitjacob@google.com> (Android improvements)
|
||||
David Farrel <dafarrel@adobe.com> (Direct3D 11 support)
|
||||
Terence Rokop <rokopt@sharpears.net> (Non-reentrant zones)
|
||||
Lukas Berbuer <lukas.berbuer@gmail.com> (CMake integration)
|
||||
Xavier Bouchoux <xavierb@gmail.com> (sample data in find zone)
|
||||
Balazs Kovacsics <kovab93@gmail.com> (Universal Windows Platform)
|
@ -4033,10 +4033,6 @@ The profiler never prunes user settings.
|
||||
|
||||
\verbatiminput{../LICENSE.}
|
||||
|
||||
\section{List of contributors}
|
||||
|
||||
\verbatiminput{../AUTHORS.}
|
||||
|
||||
\section{Inventory of external libraries}
|
||||
|
||||
The following libraries are included with and used by the Tracy Profiler. Entries marked with a \faStar{}~icon are used in the client code.
|
||||
|
@ -611,7 +611,7 @@ static void DrawContents()
|
||||
ImGui::TextUnformatted( "Created by Bartosz Taudul" );
|
||||
ImGui::SameLine();
|
||||
tracy::TextDisabledUnformatted( "<wolf@nereid.pl>" );
|
||||
tracy::TextDisabledUnformatted( "Additional authors listed in AUTHORS file and in git history." );
|
||||
tracy::TextDisabledUnformatted( "Additional authors listed in git history." );
|
||||
ImGui::Separator();
|
||||
if( ImGui::TreeNode( ICON_FA_TOOLBOX " Global settings" ) )
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user