Commit Graph

19 Commits

Author SHA1 Message Date
Martin Pulec
bc0abc70c9 .gitignore: add .envrc 2025-03-05 14:21:08 +01:00
Martin Pulec
026e898c09 updated documentation + gitignore
- added RCS, .clang-tidy and .editorconfig to .gitignore in order to
allow user to define own (not enforce for now)
- however, updated a suggested clant-tidy config in documentation
- also in CONTRIBUTING.md - add more clarification regarding pull
requests
- also suggested function-like macros to be upper-case - there doesn't
seem to be a general convention for that, but it seems to be better to
me, since it reduces the collision space (eg. MAX vs std::max) while
making more clear that this is a macro
2024-05-31 16:04:42 +02:00
Martin Pulec
ca8d0bc1cf updated coding style
+ added .clang-format to .gitignore

The style respects mostly rtp/rtp.{c,h} coding style (original
UltraGrid).

Rather than specifying own style, deduce one from clang-format default
format (just keeping the indention 8 spaces). The style is quite
restrictive because indention of 8 spaces + line with 80 restricts
nesting quite a bit.

Anyways, the style is rather a recommendation and is not enforced in any
way - .clang-format is just added to .gitignore and the developer can
tweak it a bit (like extending ColumnLimit).
2023-06-21 10:56:49 +02:00
Martin Pulec
81753767c7 updated .gitignore: added clangd related files 2023-05-02 15:22:58 +02:00
Martin Pulec
66b685f7ad updated .gitignores
- added gitignore for LDGM
- removed dir suffix for build* and documentation (support symlinks as
  well)
2022-10-04 11:55:59 +02:00
Martin Piatka
67be835f69 gitignore: add *.P 2021-08-16 13:07:50 +02:00
Martin Pulec
40149252dd Removed some scripts that automake provides 2019-11-07 07:23:36 +01:00
Martin Pulec
0ba6bca135 Updated .gitignore 2019-10-31 11:03:44 +01:00
Martin Pulec
71f48ff9ac Miscellaneous documentation improvements
- Doxygen code fixes
- preprocess Doxygen as C++
- Makefile targets for man and Doxygen
2019-10-24 08:32:55 +02:00
Martin Pulec
e1e9a7d571 Build: fix out-of-tree build 2019-04-08 17:36:23 +02:00
Martin Pulec
5b58e21b26 Added unit tests (CppUnit) 2015-08-20 13:34:39 +02:00
Martin Pulec
756992f7c4 Added some additional files to gitignore 2015-04-28 18:53:03 +02:00
Castillo, Gerard
76c1ed09d4 rtsp update with user and password uri parsing 2013-09-04 12:03:54 +02:00
Castillo, Gerard
269d09e8e7 first rtsp capture device - add into Makefile -lcurl and rtpdec_h264.o and rtsp.o to test it 2013-07-24 17:06:30 +02:00
Martin Pulec
27b3871e48 updated .gitignore 2013-06-28 11:05:38 +02:00
Martin Pulec
bb5b84d9ea Restructuralize directory structure
* content of ultragrid/ subdirector moved to root
2012-07-02 18:24:25 +02:00
Martin Pulec
2e822cd258 ignnore .DS_Store files in GIT repo 2012-04-27 19:25:32 +02:00
Martin Pulec
460c2585da Temporary - resaample CoreAudio capture with speex
+ added speex
2011-12-23 11:05:54 +01:00
Milos Liska
f0f038df60 hdstation capture intit
fixed some elementary stuff in testcard
2010-02-09 18:25:50 +01:00