4
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 3 days ago.
Jan 04, 2025 — Jan 04, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Initial commit. More... about 14 years ago
Add test cases for whitespace in INI parser More... about 14 years ago
When using MSVC as the compiler, we replace all CFLAGS /MD with /MT to avoid dependency on extra libraries. More... about 14 years ago
Add tests for INI parser comment support More... about 14 years ago
If no value is set (which means nothing should be printed by the command line tool), do not give a memory error. More... about 14 years ago
Bug fix: section a.c may match ba.c More... about 14 years ago
Add more glob tests for ? and * characters More... about 14 years ago
Add more glob tests for brackets and unify them More... about 14 years ago
Update online html documentation. More... about 14 years ago
Add [CMakeLists.txt] section. More... about 14 years ago
Merge [*.c] and [*.h] section in .editorconfig. More... about 14 years ago
Do not install doc/man/man3/editorconfig.3 More... about 14 years ago
Remove [/doc/**] section. More... about 14 years ago
Coding style: Tab fix. More... about 14 years ago
Merge branch 'master' of github.com:editorconfig/editorconfig More... about 14 years ago
Update all gitignores. More... about 14 years ago
Add test for matching ranges of numbers/letters More... about 14 years ago
Improve test ne_brackets_2 More... about 14 years ago
Move cmake_minimum_required to the top. More... about 14 years ago
"make package" could package binary files now and "make package_source" would package the whole project dir (Still need to be improved). More... about 14 years ago
Improve the ignored file list in gitignore. More... about 14 years ago
Fix the problem that "editorconfig -f" or "editorconfig -b" will cause segfault. More... about 14 years ago
Remove typedef struct editorconfig_parsing_out editorconfig_parsing_out; More... about 14 years ago
Remove -c option of the command line interface and standard conformation check function. More... about 14 years ago
Before parse, reset the name_values. More... about 14 years ago
Update EditorConfig core documentation More... about 14 years ago
Forgot to add src/include/editorconfig/editorconfig_handle.h More... about 14 years ago
src/include/editorconfig/editorconfig_handle.h should also be installed. More... about 14 years ago
Add CTestTestfile.cmake to .gitignore. More... about 14 years ago
Update the documentation to follow the change of internal APIs. More... about 14 years ago