1
0
forked from 0ad/0ad
0ad/source
s0600204 d7d0f142d8 Update (and debundle) fmt dependancy
We now support the most recent released version of `fmt` available (at
the time
of committing).

As we no longer patch `fmt` to get it to work within `pyrogenesis`, this
commit
also mostly removes its source from our code-tree (some headers are
retained for
Windows builds).


If you are a user of...

Linux/BSD: You will now need to have `fmt` installed from your
distribution's
           package repository. The minimum supported version of `fmt` is
`4.0`.

      OSX: The source is acquired and compiled (in `build-osx-libs.sh`),
           then included and linked automatically.

  Windows: The relevant header files are retained and, along with a
pre-built
           library, are the only things still bundled.


Accepted by: wraitii
Tested by:
* Freagarach (Lubuntu 18.04, `fmt 4.0.0`)
* Krinkle (MacOS 10.14, `fmt 6.1.2`)
* nephele (Alpine Linux)
* wraitii (MacOS 10.14)
* Nescio (Fedora 33, `fmt 7.0.3`)

Windows library files built by: Stan
Fixes: #3190
Differential Revision: https://code.wildfiregames.com/D2689
This was SVN commit r24267.
2020-11-26 21:01:32 +00:00
..
collada Fix compiler warnings on VS 2015, refs #3439, refs #5069. 2018-03-10 09:58:53 +00:00
graphics Update (and debundle) fmt dependancy 2020-11-26 21:01:32 +00:00
gui Silence warnings about unused result. 2020-11-26 13:58:59 +00:00
i18n Mass rename CxPrivate to CmptPrivate. 2020-11-13 16:44:15 +00:00
lib Update (and debundle) fmt dependancy 2020-11-26 21:01:32 +00:00
lobby [SM52 2/2] Update to Spidermonkey 52 APIs. 2020-11-18 14:39:04 +00:00
maths Update (and debundle) fmt dependancy 2020-11-26 21:01:32 +00:00
mocks More FreeBSD build fixes. 2012-01-30 06:21:11 +00:00
network Clean up header includes, add new forward declarations. 2020-11-21 11:20:29 +00:00
pch Precompiled logic update [Windows build] 2019-12-31 13:58:48 +00:00
ps Update (and debundle) fmt dependancy 2020-11-26 21:01:32 +00:00
renderer Silence warnings about unused result. 2020-11-26 13:58:59 +00:00
rlinterface Improve JS Exception handling. 2020-11-15 18:29:17 +00:00
scriptinterface Update (and debundle) fmt dependancy 2020-11-26 21:01:32 +00:00
simulation2 Use new JS Map/Set APIs in the serializer 2020-11-26 18:15:47 +00:00
soundmanager Mass rename CxPrivate to CmptPrivate. 2020-11-13 16:44:15 +00:00
third_party Update (and debundle) fmt dependancy 2020-11-26 21:01:32 +00:00
tools Upgrade Mac OS libraries 2020-11-26 07:20:10 +00:00
main.cpp Improve JS Exception handling. 2020-11-15 18:29:17 +00:00
test_setup.cpp Fix building without precompiled headers. 2020-11-18 11:35:36 +00:00