- 29 Oct, 2022 1 commit
-
-
It's not possible to replace the DRing namespace for jami because of conflicts with namespaces and classes defined under the jami namespace. Thus, use libjami as the namespace. Script to reproduce: rg -l DRing | sort | uniq | awk '$0 !~ /NEWS/' | xargs sed -i -e 's|DRing|libjami|g' rg -l DRING_ | sort | uniq | xargs sed -i -e 's|DRING_|LIBJAMI_|g' sed -i -e 's|dring|jami|g' src/jami/CMakeLists.txt sed -i -e 's|dring|jami|g' src/jami/def.h Change-Id: I80e8c8b58a7586527a016bbef850bab07869c473
-
- 15 Oct, 2022 1 commit
-
-
Adrien Béraud authored
Change-Id: I7c22af5885e6e0386f4723d68bfee727faf8d068
-
- 05 Aug, 2022 1 commit
-
-
Adrien Béraud authored
Change-Id: I58028cad9b28b694ed271ebd1e9ebad7cd72f9fa
-
- 04 Aug, 2022 1 commit
-
-
Adrien Béraud authored
Change-Id: Ib8fcedb805085add521d27eaef521b2c7faecea8
-
- 01 Aug, 2022 2 commits
-
-
Adrien Béraud authored
Change-Id: Ib2ba3429d0bc7b63a4608d34b321e4ae2759b48d
-
Adrien Béraud authored
Change-Id: I55664ee12cb3b7ca372ec9efcb654cb9f68242fb
-
- 28 Jul, 2022 1 commit
-
-
Adrien Béraud authored
Change-Id: I77f0617371f59cba662289f53a08d6037c709cd2
-
- 05 Jan, 2022 1 commit
-
-
Sébastien Blin authored
Change-Id: I795e3f2f69c07349bf84c87dbcafb502dc8490f8
-
- 12 Aug, 2021 1 commit
-
-
Gitlab: #593 Change-Id: I3caaffd1273783f1ac3ab31616652e98d998a2fd
-
- 20 Apr, 2021 1 commit
-
-
Sébastien Blin authored
Change-Id: I77388bf9a6274aca2ffc732438bd67c19c4f551a
-
- 25 Jan, 2021 1 commit
-
-
Change-Id: Ib53fa87efdbbbc6b7561e3b37f27d7a8d51af163
-
- 11 Aug, 2020 2 commits
-
-
Sébastien Blin authored
Change-Id: I2dd97518218a5a777ddde2ce8d23e2d5dde4dcf0
-
Change-Id: I193328586ea401c16d64393eb0dfb2ebb0d80e9d
-
- 03 Jan, 2020 1 commit
-
-
Adrien Béraud authored
Change-Id: I28f193813ad72ee5936ef0be7f252c40c3b748ee
-
- 13 Jun, 2019 1 commit
-
-
Adrien Béraud authored
Change-Id: Ic777cac2c30081ddb4f7623f718f072af7961726
-
- 02 Apr, 2019 1 commit
-
-
Adrien Béraud authored
* rename namespace from ring to jami * rename logs methods from RING_* to JAMI_* * rename RING_VIDEO to ENABLE_VIDEO Change-Id: Ic98498652d7059fafe58a96220d565bcdfa53658
-
- 02 Jan, 2019 1 commit
-
-
Sébastien Blin authored
Change-Id: Ia4ed75d04a284efa0763c917aeaa2f08863a87cb
-
- 30 Jul, 2018 1 commit
-
-
Andreas Traczyk authored
Change-Id: I02061e1319499e694817000e6184d1735c67261f
-
- 23 Jan, 2018 1 commit
-
-
Guillaume Roguez authored
Change-Id: I1ef88bc640f79790aad2b5285ea2c776aa8cd366
-
- 31 Aug, 2017 1 commit
-
-
This refactoring of logger brings a definitive C++ orientation of the code. A Logger class is added with the support of two logging fashions: * legacy printf style (format string + optional arguments) * the iostream C++ style using << operator This patch doesn't break retro-compatility, but change a bit the logging output of filename/line context. This change is needed to not increase the overhead compared to situation before the patch and let us open to chose how to display this information without the need to re-build the code. Also change some macros where RING_xxx are used conjointly with __VA_ARGS__ to make them work on VisualStudio (UWP) with this new API. Change-Id: Iaea118460cbb31d0eeada9476d4576f675a9b056 Reviewed-by:
Andreas Traczyk <andreas.traczyk@savoirfairelinux.com>
-
- 06 Jun, 2017 1 commit
-
-
higten the colors, and reduce the size of the file paths to fit in the fixed size window of win32 debug Change-Id: I9b0d167b5f6b8ebdc74937129c31c7a828320bcf Reviewed-by:
Andreas Traczyk <andreas.traczyk@savoirfairelinux.com>
-
- 05 Jan, 2017 1 commit
-
-
Change-Id: I6dbc51dd41c1f44d1446fe7365026af037bc86d9 Reviewed-by:
Stepan Salenikovich <stepan.salenikovich@savoirfairelinux.com>
-
- 12 Dec, 2016 1 commit
-
-
- adds wlogger which takes a the filename of the file calling the logger as a parameter, then strips the path - changes colors so that when debugging the daemon as a win32 application, the console text is brighter and easier to see Change-Id: I62bec1af71f9aae0ff259c7b1ac0d9a7462a9de5 Tuleap: #790
-
- 09 May, 2016 1 commit
-
-
Edric Milaret authored
Change-Id: I870ca4ec094af2ae592c9f990939bcaf01b7e22f Tuleap: #664
-
- 11 Apr, 2016 1 commit
-
-
Guillaume Roguez authored
This patch adds logging macros: RING_XERR RING_XWARN RING_XINFO RING_XDBG Acting like thus w/o 'X' but w/o a linefeed at end of message. Change-Id: Ia4505e25354bbe2d6ddd96992e4f2f906025aa86 Tuleap: #547
-
- 09 Mar, 2016 1 commit
-
-
Guillaume Roguez authored
tools/update-copyright script used for that Change-Id: I89b13300d9ccbdbcd47dba679ba64be82499e83d Tuleap: #454
-
- 22 Feb, 2016 1 commit
-
-
Edric Milaret authored
Tuleap: #381 Change-Id: Ibf1cb1f72f874758d1bd86a5e3a8cd7d6d875fae
-
- 21 Sep, 2015 1 commit
-
-
Guillaume Roguez authored
- remove OpenSSL exception - fix Savoir-faire Linux naming - fix common Author: representation Issue: #80663 Change-Id: I6c3b2ca1ed48ed474a0ecd5a30fe793526e11b00
-
- 04 Sep, 2015 1 commit
-
-
Damien Riegel authored
FILE_NAME is not const char*, it cannot be concatenated with the format string at compile time, do it at runtime. Issue: #79812 Change-Id: I9a0a3da4c0cbd66b23d32440509fc26cce0a0265
-
- 25 Aug, 2015 1 commit
-
-
Damien Riegel authored
Issue: #79584 Change-Id: Ib0d225357c6c478f31e4b8c8b1534aadb0eb5a40
-
- 17 Aug, 2015 1 commit
-
-
Guillaume Roguez authored
- Console mode modified for a nice look: - add timestamp - colored header - reordering - Fix syslog output (openlog on "dring") - Multithread safe (mutex protected) - Make logger a C++ file and code cleanup Issue: #79075 Change-Id: I6c818ec283541ce8e740693ebefbafce3cac5617
-
- 28 May, 2015 1 commit
-
-
Emmanuel Lepage Vallee authored
Not all warnings have been enabled, only the most useful ones. This fix some outstanding issues and try to mute most deprecated warnings in dependencies headers. * Add missing "defined()" macro function * Undefine an improper macro * Disable warnings for legacy code include * Add missing cases for enum classes based switch * Add a warning for potentially dangerous code * Change ICE "onRecv()" prototype to return void * Fix an apparently accidental virtual override signature problem * Change a std::basic_string constructor to avoid ambiguity Refs #74147 Change-Id: I1361fc5d16c63fd7590f8d68ffdb0e2588a8b635
-
- 10 Apr, 2015 1 commit
-
-
Refs #69827 Change-Id: Id9f7f888e49b1c3f4d8728b524991fb9ef6e3174
-
- 20 Mar, 2015 1 commit
-
-
Guillaume Roguez authored
Refs #68986 Change-Id: Ia95b140e4f4d6625d1df12d52a40414482b2e773
-
- 09 Jan, 2015 1 commit
-
-
Adrien Béraud authored
Refs #62691 Change-Id: I8b051e38674b50d2b7771376310dcf9d964452b4
-
- 13 Nov, 2014 1 commit
-
-
Adrien Béraud authored
Change-Id: I4203235cd16eec796ecd020ecfe06e9b8107fc10
-
- 03 Nov, 2014 1 commit
-
-
Tristan Matthews authored
Refs #57370 Refs #59284 Change-Id: I9374db3593b262f1f4363d71f0c0455b6a005319
-
- 29 Oct, 2014 1 commit
-
-
Philippe Groarke authored
Refs #56437 Change-Id: Ia712b748820c7a829dd143a08177211c46332150
-
- 12 Aug, 2014 1 commit
-
-
Vittorio Giovara authored
Change-Id: Id4b1d6f43e18eb079752bbc5b79b922a711b51c2 Refs: #46972
-
- 09 May, 2014 1 commit
-
-
Vittorio Giovara authored
The functions provided can be expressed in plain C. Document and reformat the API. Refs #47561 Change-Id: Ie93e5fb9a0847a5d2c1ee7c4d0b6e1704bffcbe6
-