aboutsummaryrefslogtreecommitdiffstats
path: root/src/build-data/os
Commit message (Expand)AuthorAgeFilesLines
* Add back posix_mlock flagJack Lloyd2018-03-2613-1/+14
* Use RtlGenRandom instead of CryptoAPIJack Lloyd2018-03-143-3/+2
* Add support for --library-suffix optionJack Lloyd2018-01-124-10/+10
* Test OS features by the feature vs the OS nameJack Lloyd2017-12-3019-80/+84
* Support regexes for OS aliasesJack Lloyd2017-12-301-1/+1
* Build improvementsJack Lloyd2017-12-238-6/+4
* Enable additional Haiku featuresJack Lloyd2017-12-231-1/+3
* Enable shared libs on HaikuJack Lloyd2017-12-231-1/+2
* Fix build issue on HaikuJack Lloyd2017-12-231-0/+2
* Remove some unused OS feature flagsJack Lloyd2017-12-1317-20/+1
* Drop IRIX supportJack Lloyd2017-12-131-9/+0
* Simplify date conversion by avoiding OS utilitiesJack Lloyd2017-12-0410-10/+0
* Build simplificationsJack Lloyd2017-12-021-0/+7
* Accept CXXFLAGS and LDFLAGS from environment (GH #1237)Jack Lloyd2017-12-021-0/+2
* Fix macOS dynamic linkJack Lloyd2017-12-011-0/+2
* Avoid naming Windows library botand if in debug modeJack Lloyd2017-12-011-1/+1
* Remove support for setting install commandJack Lloyd2017-11-303-9/+0
* Allow overriding ar commandJack Lloyd2017-11-294-12/+2
* Use explicit_bzero on OpenBSDJack Lloyd2017-09-301-0/+1
* Supposedly iOS has arc4random, so maybe this works...Jack Lloyd2017-09-212-4/+6
* Refactor RNGs to support Windows PhoneJack Lloyd2017-09-021-0/+26
* Add support for LLVM bitcode targetJack Lloyd2017-08-301-0/+9
* Add compatibility comment for getauxval on AndroidSimon Warta2017-08-271-0/+2
* Add support for Windows sockets to http_utilRené Korthaus2017-08-041-0/+1
* Use arc4random(3) as system rng on OpenBSD.Alexander Bluhm2017-03-301-0/+1
* Fix DragonflyBSD fs accessJack Lloyd2017-03-191-0/+2
* OpenBSD does not have 3 digit soname and library symlinks.Alexander Bluhm2017-03-131-1/+3
* Add readdir for SolarisJack Lloyd2017-01-281-0/+1
* Refactor CPUID implementation, add ARM supportJack Lloyd2017-01-172-0/+2
* Cygwin has readdir, so uses it.Jack Lloyd2017-01-071-0/+1
* Update features for AIXJack Lloyd2017-01-061-0/+5
* Update shared object naming for new versioning scheme.Jack Lloyd2017-01-0615-12/+29
* Add os iosSimon Warta2017-01-031-0/+26
* configure - Better handling of filesystem feature bitJack Lloyd2016-10-1219-1/+39
* Add IncludeOS target. Make filesystem support optional.Jack Lloyd2016-10-101-0/+4
* Compile shared libraries (too) on FreeBSDLauri Nurmi2016-07-021-0/+4
* CLI rewriteJack Lloyd2015-12-195-0/+5
* New reseed_with_sources call on RNGsJack Lloyd2015-11-2411-11/+0
* Prevent users from building static non-amalgamations on MinGW and CygwinSimon Warta2015-09-092-6/+2
* Add soname_patternSimon Warta2015-08-246-5/+17
* Add mktime fallback for non-POSIX timegm()Simon Warta2015-07-278-0/+8
* Add Android OSDaniel Seither2015-07-171-0/+10
* Add OS feature getsidDaniel Seither2015-07-1711-0/+11
* Add MSVC stl filesystem implementationSimon Warta2015-07-161-0/+1
* Add .exe suffix to MinGW and Cygwin binaries alsolloyd2015-04-273-0/+4
* I just now assumed configure.py --os=osx would work, and I'm probably not the...lloyd2015-03-151-0/+1
* Hide all uses of boost filesystem in fs.cpp. Use readdir as anlloyd2015-02-215-1/+17
* Use RtlSecureZeroMemory or memset_s if availablelloyd2015-01-072-0/+2
* Enable system_rng on Windows and MinGW (untested)lloyd2014-12-212-0/+2
* Add MinGW support for the CryptoAPI RNG. Also disable the dependencieslloyd2014-12-171-9/+0