Commit graph

12 commits

Author SHA1 Message Date
Martin Hrubý (hrubymar10)
bc4d22dc72 Migrate links to https if available - Fwd c18537edc0 2018-07-16 19:07:08 +11:00
Iris Morelle
c9eee2d351 Copyright/attribution update
[ci skip]
2018-02-16 20:03:24 -03:00
Gregory A Lundberg
b5f76eff79
Bump copyright to 2018 2018-01-19 00:02:20 -06:00
Ignacio R. Morelle
91522afcc1 bi: Remove unused enumeration entry for SDL_net 2017-05-25 03:08:20 -04:00
Ignacio R. Morelle
ce0a5c1829 bi: Add OpenSSL/libcrypto version info
Best 90 minutes I've ever spent in my life. I could've done string
comparisons, but somehow I suspect their format is more likely to change
in the future than the numeric versions.

Also, beware that the upstream documentation (both on their wiki and
their source) does not accurately reflect history -- the version numbers
for releases between 0.9.3 and 0.9.5 were vastly different, and this
version of the algorithm I wrote seems to be the best fit for all of
them.)
2017-05-25 02:23:02 -04:00
Ignacio R. Morelle
5ed8dc3847 gui2/game_version: Move report text generator to game_config ns for general use 2017-05-22 00:05:11 -04:00
Charles Dang
2101353d36 Convert include guards to the shorter #pragma once
Turns out I mistook @celticminstrel's opinion that we should use include guards over pragma (737916e).
Since all major compilers support `#pragma once`, there's no reason not to use it.

For future mergability reasons, this excludes src/spirit_po and src/xBRZ. It also excludes src/boost-patched.
2017-05-09 19:41:37 +11:00
Celtic Minstrel
b4dc11ce36 Belated 2017 copyright update 2017-03-19 10:05:38 -04:00
Ignacio R. Morelle
c548e4a61a New Year copyright update 2016-03-02 22:16:50 -03:00
Ignacio R. Morelle
10baf45766 bi: Keep track of optional build features and add a report function
Also added this information to --version's output.
2015-07-13 05:12:26 -03:00
Ignacio R. Morelle
29d4da6ec4 bi: Add getter for user-visible library names 2015-07-13 05:12:26 -03:00
Ignacio R. Morelle
077c66fdc0 New centralized library versions API
Registers library versions in a single structure that can be queried
later as many times as necessary (say, from the game UI) instead of
relying on recording this information in different object files in an
inconsistent fashion. Also, it provides a pretty formatter for console
usage (e.g., in --version).

libpng also gets to join in the fun.
2015-07-09 03:21:19 -03:00