Age | Commit message (Collapse) | Author | Files | Lines |
|
This patch newly added the RPM spec & manifest file to build RPM
package.
Signed-off-by: Sangjung woo <sangjung.woo@samsung.com>
Corrected subject format.
Signed-off-by: Inki Dae <inki.dae@samsung.com>
|
|
|
|
|
|
repair wrong namespace problem
|
|
|
|
|
|
This change avoids having to configure a private .h.in file during the Bazel build such that these files are not available to dependent projects in the GENDIR of the external gflags project.
|
|
|
|
|
|
Note: Leaves behind empty directories, no real uninstaller. Just for convenience of some.
|
|
|
|
|
|
|
|
|
|
|
|
Warnings will spit out on newer compilers due to PRI* being redefined.
Tested with VC++ 2015 and 2017. [Blog post](https://blogs.msdn.microsoft.com/vcblog/2013/07/19/c99-library-support-in-visual-studio-2013/) describing the defines being added in 2013.
|
|
The argument-related variables in a macro body are not real variables,
but special substitutions. They cannot be directly referred to by name,
only expanded.
|
|
|
|
|
|
Fix #211
|
|
|
|
|
|
|
|
* fix: Enable language C for older CMake versions when needed
* fix: Don’t care about buggy Android toolchain
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* fix: Add -pthread link option to Bazel BUILD file
* fix: Use -lpthread instead of -pthread
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|