2011-11-07 12:55:18 +00:00
|
|
|
Project: Google Flags
|
2016-05-24 11:46:53 +02:00
|
|
|
URL: https://github.com/gflags/gflags
|
2024-10-18 16:06:05 +02:00
|
|
|
License: SPDX:BSD-3-Clause
|
2018-03-21 17:17:34 +01:00
|
|
|
Upstream version: 2.2.1 (46f73f88b18)
|
2024-10-18 16:06:05 +02:00
|
|
|
Copyright: Copyright (c) 1999, Google Inc. All rights reserved.
|
2011-11-07 12:55:18 +00:00
|
|
|
Local modifications:
|
|
|
|
|
|
2018-03-21 17:17:34 +01:00
|
|
|
- Flattened the tree and only included files needed for Blender.
|
2011-11-07 12:55:18 +00:00
|
|
|
|
2014-12-31 15:55:00 +05:00
|
|
|
- config.h was originally generated on linux machine with some
|
|
|
|
|
further tweaks:
|
2011-11-07 12:55:18 +00:00
|
|
|
|
2014-12-31 15:55:00 +05:00
|
|
|
* OS_WINDOWS need to be conditinally defined from inside #ifdef WIN32
|
2018-03-21 17:17:34 +01:00
|
|
|
* Same applies to HAVE_SHLWAPI_H
|
2014-12-31 15:55:00 +05:00
|
|
|
* Disabeld HAVE_FNMATCH_H
|
2018-03-21 17:17:34 +01:00
|
|
|
* Forced disabled GFLAGS_IS_A_DLL
|
2012-12-20 11:03:39 +00:00
|
|
|
|
2020-01-20 14:03:50 +01:00
|
|
|
- gflags_declare.h was modified
|
|
|
|
|
* Forced disabled GFLAGS_IS_A_DLL
|
|
|
|
|
|
2016-01-03 15:07:30 +05:00
|
|
|
- Applied some modifications from fork https://github.com/Nazg-Gul/gflags.git
|
|
|
|
|
(see https://github.com/gflags/gflags/pull/129)
|
2016-05-24 11:46:53 +02:00
|
|
|
|
2018-03-22 17:19:56 +01:00
|
|
|
- Ifdef-ed __attribute((unused)) in gflags.h.
|
|
|
|
|
This file is compile-time configurable in upstream, so can not avoid change here.
|