Commit Graph

23 Commits

Author SHA1 Message Date
Ihor Shevchuk
e316dc78f4 Added support of Swift Package Manager
This allows to add fmt as dependency to other Swift Packages or Xcode projects
2024-02-04 18:41:21 -07:00
Victor Zverovich
73fae91e64 Cleanup .gitignore 2023-11-25 09:45:38 -08:00
Park DongHa
6cdd1be93e
Update build.gradle for latest AGP (#2026)
* update build.gradle for latest AGP

* bump Android Gradle Plugin version to 4.1.1
* ignore .cxx which was externalNativeBuild in old versions

Use variable 'rootDir' instead of using relative path.

* build.gradle copies AAR files to libs/
2020-11-17 06:31:06 -08:00
Clare Macrae
344218510d Ignore /doc/node_modules directory 2020-06-04 05:19:39 -07:00
Scott Ramsby
01a172c969 Add .vs to .gitignore 2020-03-23 15:01:02 -07:00
Cole Mickens
9d0c9c4bb1 cmake: output share/fmt.pc 2018-10-24 07:14:08 -07:00
Park DongHa
aee4512cc5 Gradle (#649)
* Gradle

Gradle support to make ease of import in Android Java projects.

* Gradle

Gradle support for Android projects.
For command line build, `gradle assembe` will trigger build phase

 - Config for Android .so file generation
 - Commented build.gradle
 - Automatic file copy after build
 - Dummy AndroidManifest file

* Build with Gradle

 - Build job for Travis CI
 - Moved gradle file to support/

* Gradle Path

 - Absolute path for Gradle binary

* File check after Gradle build

 - Additional script for build success
 - Check the Gradle's `assemble.doLast` task
2018-03-12 15:40:25 -04:00
Victor Zverovich
41d4bcf0cc Ingore Xcode files 2016-11-20 10:13:16 -08:00
Victor Zverovich
fb67a2f660 Fix building source package 2016-05-08 07:28:34 -07:00
Victor Zverovich
03cdd4ca50 Ignore virtualenv in subdirectories 2016-05-08 07:27:20 -07:00
vitaut
22f61140d1 Format CMake files, ignore generated files and don't copy header 2016-01-13 07:14:32 -08:00
vitaut
a68ce59c74 Ignore bin in subdirectories 2015-10-20 07:17:20 -07:00
vitaut
49382a0aa7 Ignore .so files 2015-10-20 07:14:11 -07:00
Alex Martin
edf5c26001 add generated "run-msbuild.bat" file to gitignore 2015-08-21 19:09:18 +02:00
vitaut
4c1a0303aa Create and keep virtualenv in the current (build) directory 2015-05-18 08:09:26 -07:00
Victor Zverovich
74512aa282 Ignore bin directory 2015-03-01 18:09:03 -08:00
Victor Zverovich
fb86e4f6fa Remove conf.py from .gitignore 2015-03-01 16:16:18 -08:00
Victor Zverovich
07754c047c Place executables in the bin dir 2015-03-01 16:07:18 -08:00
Victor Zverovich
cb389f9a09 Ignore generated files. 2014-05-13 09:28:53 -07:00
Victor Zverovich
10b2fe0f27 Implement packaging. 2014-04-14 12:54:03 -07:00
Victor Zverovich
47758a87a0 Ignore generated files and dirs. 2014-01-02 11:33:12 -08:00
Victor Zverovich
75e8fea0b0 Ignore doxyxml and html directories and order .gitignore entries 2013-11-21 08:10:57 -08:00
Victor Zverovich
c84489766a Ignore generated and temporary files. 2012-12-07 09:06:29 -08:00