aboutsummaryrefslogtreecommitdiffstats
path: root/version.h
Commit message (Collapse)AuthorAgeFilesLines
* * 2020-05-16 [ci skip]git2020-05-161-1/+1
|
* * 2020-05-15 [ci skip]git2020-05-151-1/+1
|
* * 2020-05-14 [ci skip]git2020-05-141-1/+1
|
* * 2020-05-13 [ci skip]git2020-05-131-1/+1
|
* * 2020-05-12 [ci skip]git2020-05-121-1/+1
|
* * 2020-05-11 [ci skip]git2020-05-111-1/+1
|
* * 2020-05-10 [ci skip]git2020-05-101-1/+1
|
* * 2020-05-09 [ci skip]git2020-05-091-1/+1
|
* * 2020-05-08 [ci skip]git2020-05-081-1/+1
|
* * 2020-05-07 [ci skip]git2020-05-071-1/+1
|
* * 2020-05-06 [ci skip]git2020-05-061-1/+1
|
* * 2020-05-05 [ci skip]git2020-05-051-1/+1
|
* * 2020-05-04 [ci skip]git2020-05-041-1/+1
|
* * 2020-05-03 [ci skip]git2020-05-031-1/+1
|
* * 2020-05-02 [ci skip]git2020-05-021-1/+1
|
* * 2020-05-01 [ci skip]git2020-05-011-2/+2
|
* * 2020-04-30 [ci skip]git2020-04-301-1/+1
|
* * 2020-04-29 [ci skip]git2020-04-291-1/+1
|
* * 2020-04-28 [ci skip]git2020-04-281-1/+1
|
* * 2020-04-27 [ci skip]git2020-04-271-1/+1
|
* * 2020-04-26 [ci skip]git2020-04-261-1/+1
|
* * 2020-04-25 [ci skip]git2020-04-251-1/+1
|
* * 2020-04-24 [ci skip]git2020-04-241-1/+1
|
* * 2020-04-23 [ci skip]git2020-04-231-1/+1
|
* * 2020-04-22 [ci skip]git2020-04-221-1/+1
|
* * 2020-04-21 [ci skip]git2020-04-211-1/+1
|
* * 2020-04-20 [ci skip]git2020-04-201-1/+1
|
* * 2020-04-19 [ci skip]git2020-04-191-1/+1
|
* * 2020-04-18 [ci skip]git2020-04-181-1/+1
|
* * 2020-04-17 [ci skip]git2020-04-171-1/+1
|
* * 2020-04-16 [ci skip]git2020-04-161-1/+1
|
* * 2020-04-15 [ci skip]git2020-04-151-1/+1
|
* * 2020-04-14 [ci skip]git2020-04-141-1/+1
|
* add #include guard hack卜部昌平2020-04-131-0/+12
| | | | | | | | | | | | | | | | | | | | | | According to MSVC manual (*1), cl.exe can skip including a header file when that: - contains #pragma once, or - starts with #ifndef, or - starts with #if ! defined. GCC has a similar trick (*2), but it acts more stricter (e. g. there must be _no tokens_ outside of #ifndef...#endif). Sun C lacked #pragma once for a looong time. Oracle Developer Studio 12.5 finally implemented it, but we cannot assume such recent version. This changeset modifies header files so that each of them include strictly one #ifndef...#endif. I believe this is the most portable way to trigger compiler optimizations. [Bug #16770] *1: https://docs.microsoft.com/en-us/cpp/preprocessor/once *2: https://gcc.gnu.org/onlinedocs/cppinternals/Guard-Macros.html
* * 2020-04-13 [ci skip]git2020-04-131-1/+1
|
* * 2020-04-12 [ci skip]git2020-04-121-1/+1
|
* * 2020-04-11 [ci skip]git2020-04-111-1/+1
|
* * 2020-04-10 [ci skip]git2020-04-101-1/+1
|
* * 2020-04-09 [ci skip]git2020-04-091-1/+1
|
* * 2020-04-08 [ci skip]git2020-04-081-1/+1
|
* * 2020-04-07 [ci skip]git2020-04-071-1/+1
|
* * 2020-04-06 [ci skip]git2020-04-061-1/+1
|
* * 2020-04-05 [ci skip]git2020-04-051-1/+1
|
* * 2020-04-04 [ci skip]git2020-04-041-1/+1
|
* * 2020-04-03 [ci skip]git2020-04-031-1/+1
|
* * 2020-04-02 [ci skip]git2020-04-021-1/+1
|
* * 2020-04-01 [ci skip]git2020-04-011-2/+2
|
* * 2020-03-31 [ci skip]git2020-03-311-1/+1
|
* * 2020-03-30 [ci skip]git2020-03-301-1/+1
|
* * 2020-03-29 [ci skip]git2020-03-291-1/+1
|