-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sync the fork to the upstream #1
Commits on Oct 20, 2017
-
Configuration menu - View commit details
-
Copy full SHA for b34b2df - Browse repository at this point
Copy the full SHA b34b2dfView commit details
Commits on Oct 24, 2017
-
Configuration menu - View commit details
-
Copy full SHA for a77c829 - Browse repository at this point
Copy the full SHA a77c829View commit details -
Configuration menu - View commit details
-
Copy full SHA for f291243 - Browse repository at this point
Copy the full SHA f291243View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ed237f - Browse repository at this point
Copy the full SHA 8ed237fView commit details
Commits on Oct 25, 2017
-
Configuration menu - View commit details
-
Copy full SHA for b5df8bb - Browse repository at this point
Copy the full SHA b5df8bbView commit details
Commits on Oct 26, 2017
-
hide compilation warning in gcc < v5 (fixes #1098)
The warning is a bug in gcc itself, per https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55805, so hiding it prevents people using older versions of GCC from assuming there's an issue with uncrustify, as happened in #1098.
Configuration menu - View commit details
-
Copy full SHA for bc41097 - Browse repository at this point
Copy the full SHA bc41097View commit details
Commits on Oct 27, 2017
-
Configuration menu - View commit details
-
Copy full SHA for ad4890e - Browse repository at this point
Copy the full SHA ad4890eView commit details -
Configuration menu - View commit details
-
Copy full SHA for e26b44f - Browse repository at this point
Copy the full SHA e26b44fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7f6c64e - Browse repository at this point
Copy the full SHA 7f6c64eView commit details -
Configuration menu - View commit details
-
Copy full SHA for b97a67a - Browse repository at this point
Copy the full SHA b97a67aView commit details
Commits on Oct 31, 2017
-
Configuration menu - View commit details
-
Copy full SHA for f77f54d - Browse repository at this point
Copy the full SHA f77f54dView commit details -
Add CT_BRACED_INIT_LIST for C++ 'braced-init-list'
Quick fix for a 'braced-init-list'. Added examples for a 'braced-init-list'.
Configuration menu - View commit details
-
Copy full SHA for 81ce3ff - Browse repository at this point
Copy the full SHA 81ce3ffView commit details -
Configuration menu - View commit details
-
Copy full SHA for 76ff9be - Browse repository at this point
Copy the full SHA 76ff9beView commit details
Commits on Nov 1, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 66fe327 - Browse repository at this point
Copy the full SHA 66fe327View commit details -
Merge pull request #1390 from CDanU/python-scripts
add option_reducer.py
Configuration menu - View commit details
-
Copy full SHA for d967132 - Browse repository at this point
Copy the full SHA d967132View commit details -
Merge pull request #1393 from CDanU/fix-option-name-typo
rename option UO_align_number_left to UO_align_number_right
Configuration menu - View commit details
-
Copy full SHA for b3efa8c - Browse repository at this point
Copy the full SHA b3efa8cView commit details -
Merge pull request #1394 from gaoethan/master
Fix out-of-bounds memory write
Configuration menu - View commit details
-
Copy full SHA for 9356b48 - Browse repository at this point
Copy the full SHA 9356b48View commit details -
Merge pull request #1396 from waldyrious/patch-1
suppress invalid compilation warning in gcc < v5 (fixes #1098)
Configuration menu - View commit details
-
Copy full SHA for da31ea5 - Browse repository at this point
Copy the full SHA da31ea5View commit details -
Merge pull request #1397 from CDanU/sp_arith_additive
add UO_sp_arith_additive
Configuration menu - View commit details
-
Copy full SHA for aa62ac5 - Browse repository at this point
Copy the full SHA aa62ac5View commit details -
Merge pull request #1399 from waldyrious/ident
distinguish "indent" vs. "ident" vs. "identifier"
Configuration menu - View commit details
-
Copy full SHA for 78980d3 - Browse repository at this point
Copy the full SHA 78980d3View commit details -
Merge pull request #1404 from KVic/add-ct-braced-init-list
Add CT_BRACED_INIT_LIST for C++ 'braced-init-list'
Configuration menu - View commit details
-
Copy full SHA for c0f9db9 - Browse repository at this point
Copy the full SHA c0f9db9View commit details -
Merge pull request #1406 from jibsen/update-appveyor
Support multiple MSVC versions on AppVeyor
Configuration menu - View commit details
-
Copy full SHA for f83245e - Browse repository at this point
Copy the full SHA f83245eView commit details -
Fix the detection of lambda-expression without lambda-declarator
Lambda-declarator '( params )' in the lambda-expression is optional. The minimum lambda-expression can have the form: [captures] {body}.
Configuration menu - View commit details
-
Copy full SHA for 633576a - Browse repository at this point
Copy the full SHA 633576aView commit details -
Configuration menu - View commit details
-
Copy full SHA for f77a41b - Browse repository at this point
Copy the full SHA f77a41bView commit details
Commits on Nov 2, 2017
-
Remove header using directives
Set up 'using namespace' directives are passed into everything that includes the header. This can potentially lead to problems if that is not anticipated. All using directives therefore are removed from the headers and added, where needed, in the cpp files.
Configuration menu - View commit details
-
Copy full SHA for 3636f40 - Browse repository at this point
Copy the full SHA 3636f40View commit details -
Configuration menu - View commit details
-
Copy full SHA for cd8d808 - Browse repository at this point
Copy the full SHA cd8d808View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2540628 - Browse repository at this point
Copy the full SHA 2540628View commit details -
Merge pull request #1407 from KVic/fix-override-as-cpp-qualifier
Fix 'override' as CT_QUALIFIER for LANG_CPP
Configuration menu - View commit details
-
Copy full SHA for 738bd77 - Browse repository at this point
Copy the full SHA 738bd77View commit details -
Merge pull request #1408 from KVic/fix-optional-lambda-declarator
Fix the detection of lambda-expression without lambda-declarator
Configuration menu - View commit details
-
Copy full SHA for 4e48fcb - Browse repository at this point
Copy the full SHA 4e48fcbView commit details -
Merge pull request #1409 from KVic/fix-using-double-indent
Fix the double indentation with C++ 'using'
Configuration menu - View commit details
-
Copy full SHA for 64280db - Browse repository at this point
Copy the full SHA 64280dbView commit details -
Merge pull request #1410 from CDanU/remove-header-using-directives
Remove header using directives
Configuration menu - View commit details
-
Copy full SHA for d396bff - Browse repository at this point
Copy the full SHA d396bffView commit details -
refactor unc_text::fix_len_idx
simplifies the function by replacing the parameter reference with a returned value adds early return check to minimize indent
Configuration menu - View commit details
-
Copy full SHA for 7640cf6 - Browse repository at this point
Copy the full SHA 7640cf6View commit details -
Calculates max value outside of loop to reduce checks, adds underflow safe return subtraction.
Configuration menu - View commit details
-
Copy full SHA for d6e535a - Browse repository at this point
Copy the full SHA d6e535aView commit details -
refactor unc_text::update_logtext
Uses early return check to minimize indent. Adds comments about the symbols that are replaced.
Configuration menu - View commit details
-
Copy full SHA for 3a88c1a - Browse repository at this point
Copy the full SHA 3a88c1aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5f10b12 - Browse repository at this point
Copy the full SHA 5f10b12View commit details -
adds early return check to minimize indent replaces while loop with more appropriate for loops removes useless size_t casts
Configuration menu - View commit details
-
Copy full SHA for 7c76a3b - Browse repository at this point
Copy the full SHA 7c76a3bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8732d87 - Browse repository at this point
Copy the full SHA 8732d87View commit details -
Configuration menu - View commit details
-
Copy full SHA for e073a1b - Browse repository at this point
Copy the full SHA e073a1bView commit details -
removes useless casts adds early return check to minimize indent
Configuration menu - View commit details
-
Copy full SHA for c3bf684 - Browse repository at this point
Copy the full SHA c3bf684View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6aa63db - Browse repository at this point
Copy the full SHA 6aa63dbView commit details -
replaces while loop with more appropriate for loops removes simplifies loop entrance check
Configuration menu - View commit details
-
Copy full SHA for 59b3fa7 - Browse repository at this point
Copy the full SHA 59b3fa7View commit details -
Configuration menu - View commit details
-
Copy full SHA for da85a0c - Browse repository at this point
Copy the full SHA da85a0cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 34fb83c - Browse repository at this point
Copy the full SHA 34fb83cView commit details
Commits on Nov 3, 2017
-
Configuration menu - View commit details
-
Copy full SHA for c44f3e9 - Browse repository at this point
Copy the full SHA c44f3e9View commit details -
Configuration menu - View commit details
-
Copy full SHA for b52ce47 - Browse repository at this point
Copy the full SHA b52ce47View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0db7d36 - Browse repository at this point
Copy the full SHA 0db7d36View commit details
Commits on Nov 4, 2017
-
Merge pull request #1411 from CDanU/misc-refactor
refactor unc_text.cpp
Configuration menu - View commit details
-
Copy full SHA for 0860714 - Browse repository at this point
Copy the full SHA 0860714View commit details -
Merge pull request #1412 from guy-maurel/PrepareIssue1142
Prepare a better logging for issue #1142
Configuration menu - View commit details
-
Copy full SHA for 6e01ffd - Browse repository at this point
Copy the full SHA 6e01ffdView commit details -
Merge pull request #1416 from CDanU/emscripten_interface
update emscripten interface
Configuration menu - View commit details
-
Copy full SHA for 1470aab - Browse repository at this point
Copy the full SHA 1470aabView commit details -
Merge pull request #1418 from CDanU/better-error-msg
generate better embedded 0 error
Configuration menu - View commit details
-
Copy full SHA for 47141d5 - Browse repository at this point
Copy the full SHA 47141d5View commit details
Commits on Nov 5, 2017
-
Merge pull request #1414 from CDanU/prevent-segv
prevent indent_pse_push SEGV
Configuration menu - View commit details
-
Copy full SHA for 2e54c92 - Browse repository at this point
Copy the full SHA 2e54c92View commit details -
Configuration menu - View commit details
-
Copy full SHA for 93f9bfe - Browse repository at this point
Copy the full SHA 93f9bfeView commit details -
Merge pull request #1419 from guy-maurel/asmBlock
Adopt the method from aneesh1127 for #1236
Configuration menu - View commit details
-
Copy full SHA for d5dd0f1 - Browse repository at this point
Copy the full SHA d5dd0f1View commit details