FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for simplecpp.cpp - x29a/simplecpp · GitHub
x29a
/
simplecpp
Public
forked from
cppcheck-opensource/simplecpp
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
simplecpp
simplecpp.cpp
on
master
User selector
Datepicker
Commit history
Commits on Jun 22, 2017
Fixed compiler errors
danmar
committed
b0f7185
View commit details
Copy full SHA for b0f7185
View code at this point
Browse repository at this point
Commits on Jun 21, 2017
don't include realFileName in simplecpp namespace
danmar
committed
df090d3
View commit details
Copy full SHA for df090d3
View code at this point
Browse repository at this point
rewrote realFileName()
danmar
committed
45c3e49
View commit details
Copy full SHA for 45c3e49
View code at this point
Browse repository at this point
Commits on Jun 20, 2017
Fix test failure in cygwin
danmar
committed
982006c
View commit details
Copy full SHA for 982006c
View code at this point
Browse repository at this point
Fixed #80 (Cannot find include files with relative paths on Windows)
danmar
committed
eff31dc
View commit details
Copy full SHA for eff31dc
View code at this point
Browse repository at this point
astyle formatting
danmar
committed
5f2cd06
View commit details
Copy full SHA for 5f2cd06
View code at this point
Browse repository at this point
Commits on Jun 16, 2017
Fixed #83 Header not found, absolute path
danmar
committed
c21b2a0
View commit details
Copy full SHA for c21b2a0
View code at this point
Browse repository at this point
Commits on Jun 9, 2017
Fixed #81 (C++11 raw literal causes wrong line numbers)
danmar
committed
047e4e7
View commit details
Copy full SHA for 047e4e7
View code at this point
Browse repository at this point
Commits on Jun 8, 2017
Use static instead of anonymous namespace for functions and variables
danmar
committed
e0a92fe
View commit details
Copy full SHA for e0a92fe
View code at this point
Browse repository at this point
Merge pull request #71 from amai2012/master
Show description for 55e1250
danmar
authored
55e1250
View commit details
Copy full SHA for 55e1250
View code at this point
Browse repository at this point
Avoid warning of NOMINMAX redefined building with cygwin/mingw
amai2012
committed
b842347
View commit details
Copy full SHA for b842347
View code at this point
Browse repository at this point
Commits on Jun 3, 2017
Fix path simplification for paths with multiple "./" at the start
dummyunit
committed
2572699
View commit details
Copy full SHA for 2572699
View code at this point
Browse repository at this point
Fix path simplification for paths starting with "foo/../"
Show description for 6a72f42
dummyunit
committed
6a72f42
View commit details
Copy full SHA for 6a72f42
View code at this point
Browse repository at this point
Commits on Jun 2, 2017
ENH: perfomance: remove unused object
uburuntu
committed
242c3e2
View commit details
Copy full SHA for 242c3e2
View code at this point
Browse repository at this point
Commits on May 28, 2017
fixed #73 - nested conditions containing defined(smth) are not expanded
danmar
committed
96ade8d
View commit details
Copy full SHA for 96ade8d
View code at this point
Browse repository at this point
Fix for multiline strings using <backslash><cr><nl>
danmar
committed
d81861d
View commit details
Copy full SHA for d81861d
View code at this point
Browse repository at this point
Handle multiline strings better
danmar
committed
a4ee7a4
View commit details
Copy full SHA for a4ee7a4
View code at this point
Browse repository at this point
Commits on May 27, 2017
iwyu - include what you use
mathbunnyru
committed
92b3d55
View commit details
Copy full SHA for 92b3d55
View code at this point
Browse repository at this point
Commits on May 26, 2017
Improved handling of '..' in realFilename() in Linux. This fixes issue #68
danmar
committed
a8adb1a
View commit details
Copy full SHA for a8adb1a
View code at this point
Browse repository at this point
Use 'static' instead of anonymous namespace. Astyle formatting.
danmar
committed
9022cf8
View commit details
Copy full SHA for 9022cf8
View code at this point
Browse repository at this point
Commits on May 20, 2017
Fix isFloatSuffix()
danmar
committed
d70de58
View commit details
Copy full SHA for d70de58
View code at this point
Browse repository at this point
Commits on May 19, 2017
Handle more control chars
danmar
committed
ee563ad
View commit details
Copy full SHA for ee563ad
View code at this point
Browse repository at this point
handle nullbytes as spaces
danmar
committed
da916a1
View commit details
Copy full SHA for da916a1
View code at this point
Browse repository at this point
Commits on May 18, 2017
handle float suffix better
danmar
committed
d086f5d
View commit details
Copy full SHA for d086f5d
View code at this point
Browse repository at this point
dont combine 0x1E+7 into one token
danmar
committed
7cb06fe
View commit details
Copy full SHA for 7cb06fe
View code at this point
Browse repository at this point
Fixed lexing of ...
danmar
committed
9f61156
View commit details
Copy full SHA for 9f61156
View code at this point
Browse repository at this point
Commits on May 8, 2017
Fix build with clang + small refactoring
amai2012
committed
7dfa362
View commit details
Copy full SHA for 7dfa362
View code at this point
Browse repository at this point
Commits on Dec 20, 2016
fixed #63 - fails to parse raw string R"""(abc)"""
danmar
committed
1cc1e40
View commit details
Copy full SHA for 1cc1e40
View code at this point
Browse repository at this point
Commits on Dec 12, 2016
Incomplete hex number value results in undefined simplifyNumbers()/stringToULL() behavior #62
amai2012
committed
1917eaa
View commit details
Copy full SHA for 1917eaa
View code at this point
Browse repository at this point
Commits on Dec 5, 2016
Small refactorizations
PKEuS
authored and
danmar
committed
95be502
View commit details
Copy full SHA for 95be502
View code at this point
Browse repository at this point
Small Optimizations: - getFileName(): Avoid calling simplifyPath twice - realFilename(): Call ANSI WinAPI function, since the wchar_t are converted to wchar_t anyways - Made some constant std::stri…
Show description for 2f5b907
PKEuS
authored and
danmar
committed
2f5b907
View commit details
Copy full SHA for 2f5b907
View code at this point
Browse repository at this point
Fixed bug introduced by recent refactorization
PKEuS
authored and
danmar
committed
7545256
View commit details
Copy full SHA for 7545256
View code at this point
Browse repository at this point
Commits on Dec 4, 2016
Refactorizations: - Return string reference in Token::file() - Moved some code into conditional scopes
PKEuS
authored and
danmar
committed
7adf7c8
View commit details
Copy full SHA for 7adf7c8
View code at this point
Browse repository at this point
Fixed Visual Studio warnings
PKEuS
authored and
danmar
committed
4abf3cd
View commit details
Copy full SHA for 4abf3cd
View code at this point
Browse repository at this point
Use AStyle not only for converting tabs to spaces, added runastyle.bat
PKEuS
authored and
danmar
committed
3d44bfd
View commit details
Copy full SHA for 3d44bfd
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL