1. 25e3434 Check for ABI changes (#58) by Robert Middleton · 3 years, 1 month ago
  2. aaaea6a Turn the threadname into a thread_local variable (#60) by Robert Middleton · 3 years, 1 month ago
  3. f6f4fe3 Logcxx-521 (#59) by Robert Middleton · 3 years, 1 month ago
  4. 35431f1 Merge pull request #57 from apache/building-instructions by Robert Middleton · 3 years, 1 month ago
  5. 03cd19c Merge pull request #56 from apache/filter-docs by Robert Middleton · 3 years, 1 month ago
  6. 2ab3b78 Updated documentation on building log4cxx by Robert Middleton · 3 years, 1 month ago
  7. 9c3614c Added some documentation on how to use filters by Robert Middleton · 3 years, 1 month ago
  8. d36cb80 Merge pull request #54 from rm5248/LOGCXX-515 by Robert Middleton · 3 years, 2 months ago
  9. 5b7b835 Made query for fmt quiet by Robert Middleton · 3 years, 2 months ago
  10. 96ef0cc Merge pull request #55 from rm5248/logcxx-322 by Robert Middleton · 3 years, 2 months ago
  11. d10d1eb Remove checks for rep being valid, as if it is not the test should fail by Robert Middleton · 3 years, 2 months ago
  12. f169bdf Fixed tests for hierarchy by Robert Middleton · 3 years, 2 months ago
  13. 119f1fb Move the setting of the hierarchy by Robert Middleton · 3 years, 2 months ago
  14. 7942b0f Added documentation and example using fmt by Robert Middleton · 3 years, 2 months ago
  15. 2095f3a Added macros that utilize libfmt by Robert Middleton · 3 years, 2 months ago
  16. 565fdea Testing by changing type of hierarchy by Robert Middleton · 3 years, 2 months ago
  17. cfe3afd Added test for multithreading exit by Robert Middleton · 3 years, 2 months ago
  18. d43c8d2 Merge pull request #53 from rm5248/legacy-compilers by Robert Middleton · 3 years, 2 months ago
  19. aa3ead2 Since we are depending on C++11, remove code that allows you to switch to boost by Robert Middleton · 3 years, 2 months ago
  20. 3f84292 Only check for shared_mutex, since we are now supporting C++11 by Robert Middleton · 3 years, 2 months ago
  21. 487a5a8 Make sure to memset ios base on windows by Robert Middleton · 3 years, 3 months ago
  22. e2ea367 Reformatted with astyle to remove incorrectly added spaces by Robert Middleton · 3 years, 3 months ago
  23. ee3cdaa Make sure to NULL-terminate string used for searching by Robert Middleton · 3 years, 3 months ago
  24. 2a22437 Added the weak ptr to the already existing macro by Robert Middleton · 3 years, 3 months ago
  25. 7178208 LOGCXX-517 converted a shared_ptr to a weak_ptr to break a circular reference by Robert Middleton · 3 years, 3 months ago
  26. 8d5d33e Remvoed obsolete addRef/releaseRef functions by Robert Middleton · 3 years, 3 months ago
  27. e323a59 Print atomic implementation. Also request c++17 by Robert Middleton · 3 years, 3 months ago
  28. 2cdcf3f updated version of boost-fallback by Robert Middleton · 3 years, 3 months ago
  29. d089ad5 output useful information about library classes by Robert Middleton · 3 years, 3 months ago
  30. 720d8c7 Merge branch 'master' into legacy-compilers by Robert Middleton · 3 years, 3 months ago
  31. 025b0c0 Merge pull request #52 from rm5248/log4cxx-qt by Robert Middleton · 3 years, 3 months ago
  32. 5a646ef Merge pull request #51 from rm5248/old-build-tools-removal by Robert Middleton · 3 years, 3 months ago
  33. 7b4958f Removed release helping scripts by Robert Middleton · 3 years, 3 months ago
  34. df308d4 Install everything that is needed for the new library. Added some documentation by Robert Middleton · 3 years, 3 months ago
  35. 4dfbb28 Only build Qt sources is specified by Robert Middleton · 3 years, 3 months ago
  36. 04c65b7 Added some support for Qt by Robert Middleton · 3 years, 3 months ago
  37. bce2488 Removed autotools, maven, and ant build tools to focus on cmake by Robert Middleton · 3 years, 3 months ago
  38. 41312b2 Set the png/jpg files to be binary, and windows-specific file to be CRLF by Robert Middleton · 3 years, 3 months ago
  39. 87aa499 Merge pull request #49 from rm5248/documentation-updates by Robert Middleton · 3 years, 4 months ago
  40. e78ce92 Put the site generation into its own dedicated CMakeLists by Robert Middleton · 3 years, 4 months ago
  41. ebec5f1 Indent if statement. Add visual studio files to ignored CPack by Robert Middleton · 3 years, 4 months ago
  42. 6ad0966 Merge pull request #50 from apache/logcxx_510_ts by Thorsten Schöning · 3 years, 4 months ago
  43. 24870b5 "log4cxx.rc" can only be found using a relative path. by Thorsten Schöning · 3 years, 4 months ago
  44. ce32ad6 "CMP0079" needs to be enabled for EXPAT as well. by Thorsten Schöning · 3 years, 4 months ago
  45. 95f75a8 Revert ""log4cxx.rc" can only be found using a relative path." by Thorsten Schöning · 3 years, 4 months ago
  46. 0ff79a3 "log4cxx.rc" can only be found using a relative path. by Thorsten Schöning · 3 years, 4 months ago
  47. 49af143 "CMP0079" needs to be enabled for EXPAT as well. by Thorsten Schöning · 3 years, 4 months ago
  48. 78aa60c Test version with boost instead of std by Robert Middleton · 3 years, 4 months ago
  49. 8b33c58 Added documentation and example on how to extend log4cxx by Robert Middleton · 3 years, 4 months ago
  50. f5e4928 Added documentation about logging custom types by Robert Middleton · 3 years, 4 months ago
  51. 3cdacfe Added documentation on removing log statements by Robert Middleton · 3 years, 4 months ago
  52. fe0e5e7 Added ToC to usage page by Robert Middleton · 3 years, 4 months ago
  53. 9a57350 Added table of contents to configuration samples by Robert Middleton · 3 years, 4 months ago
  54. c1c0717 Merge branch 'master' into documentation-updates by Robert Middleton · 3 years, 4 months ago
  55. 12632f7 GitHub actions update (#48) by Robert Middleton · 3 years, 4 months ago
  56. f7bc0fe Fix build on Windows with wchar (#47) by Robert Middleton · 3 years, 4 months ago
  57. 8438578 LOGCXX-324 Split up large syslog messages (#46) by Robert Middleton · 3 years, 4 months ago
  58. 02e70f6 Minor formatting changes by Robert Middleton · 3 years, 4 months ago
  59. f8d120f Generate the tar/zip with the correct name by Robert Middleton · 3 years, 4 months ago
  60. cb8ffde Added links by Robert Middleton · 3 years, 4 months ago
  61. 4f27228 Remove all appenders when loading file by Robert Middleton · 3 years, 4 months ago
  62. 5d032dd Output the charset log4cxx is using by Robert Middleton · 3 years, 4 months ago
  63. 2c93d8c Changed locking code to std::atomic by Robert Middleton · 3 years, 4 months ago
  64. 17c6727 Rework the generated include file for Windows by Robert Middleton · 3 years, 5 months ago
  65. 3696386 use std::atomic for additivity by Robert Middleton · 3 years, 5 months ago
  66. 1df5069 Fix fallbackerorrhandler test case by Robert Middleton · 3 years, 5 months ago
  67. c5ae5db Make inline code blocks stand out like maven generation by Robert Middleton · 3 years, 5 months ago
  68. 45c3afb changed syntax of file type by Robert Middleton · 3 years, 5 months ago
  69. 69ff95e Added some configuration samples documentation by Robert Middleton · 3 years, 5 months ago
  70. 09d3fd1 Reverted removal of tweak by Robert Middleton · 3 years, 5 months ago
  71. 494790b Revert "Fix build on Windows" by Robert Middleton · 3 years, 5 months ago
  72. 17fec73 Revert "Made project only 3 numbers instead of 4" by Robert Middleton · 3 years, 5 months ago
  73. 61dbe78 Fix build on Windows by Robert Middleton · 3 years, 5 months ago
  74. 79ca2a0 Added ability to create and sign dist files by Robert Middleton · 3 years, 5 months ago
  75. f235ae9 Updated documentation on how to build log4cxx by Robert Middleton · 3 years, 5 months ago
  76. c448095 Added copyright information to footer by Robert Middleton · 3 years, 5 months ago
  77. 095ee7a Added get section with license by Robert Middleton · 3 years, 5 months ago
  78. e318bec Updated community and usage overview pages by Robert Middleton · 3 years, 5 months ago
  79. 3e9bc52 Added mailing list info by Robert Middleton · 3 years, 5 months ago
  80. f024b80 Converted community to markdown by Robert Middleton · 3 years, 5 months ago
  81. 888b551 Changed the download page to be markdown by Robert Middleton · 3 years, 5 months ago
  82. d0900a9 Made project only 3 numbers instead of 4 by Robert Middleton · 3 years, 5 months ago
  83. fd5736f Added layout file to add custom links by Robert Middleton · 3 years, 5 months ago
  84. e44ac5a Generate site thru cmake. Updated usage document by Robert Middleton · 3 years, 5 months ago
  85. af80872 Merge branch 'master' into documentation-updates by Robert Middleton · 3 years, 5 months ago
  86. f8f7e00 Range based for loop to make things simpler by Robert Middleton · 3 years, 5 months ago
  87. f6fc6ea Fix issue with TimeBasedRollingTest by Robert Middleton · 3 years, 5 months ago
  88. b36ef81 Merge branch 'master' into cpp11-and-better by Robert Middleton · 3 years, 5 months ago
  89. beb771e LOG4CXX-513 Reordered some rolling code to create intermediate directories (#45) by Robert Middleton · 3 years, 5 months ago
  90. 9cf215f Setenv updates (#44) by Robert Middleton · 3 years, 6 months ago
  91. 4a872d5 Merge pull request #43 from pm-cfs/bugfix/mapfilter-chaining by Robert Middleton · 3 years, 6 months ago
  92. 0b18b4d Update mapfilter to return NEUTRAL when additional filters should be considered. by Patrick Mills · 3 years, 6 months ago
  93. 95f511b Merge github actions branch by Robert Middleton · 3 years, 7 months ago
  94. f171f81 Merge pull request #42 from ffontaine/master by Robert Middleton · 3 years, 7 months ago
  95. 0e08e0e Should fix auto build by Robert Middleton · 3 years, 7 months ago
  96. 1fa70ea fix build without wchar by Fabrice Fontaine · 3 years, 8 months ago
  97. c6fe4f8 Merge pull request #41 from rm5248/cmake-clean-fix by Robert Middleton · 3 years, 8 months ago
  98. 58fb556 removed references to fix some bugs by Robert Middleton · 3 years, 8 months ago
  99. 409e5b4 removed debugging code by Robert Middleton · 3 years, 8 months ago
  100. dc3f6f6 Fixed levels to initialize statically. by Robert Middleton · 3 years, 8 months ago