FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for source/cppfront.cpp - iopenstack/cppfront · GitHub
iopenstack
/
cppfront
Public
forked from
hsutter/cppfront
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
cppfront
source
cppfront.cpp
on
main
User selector
Datepicker
Commit history
Commits on Nov 2, 2024
Feat: Add ability to compile from stdin (#1327)
Show description for c0dd050
vanceism7
and
hsutter
authored
c0dd050
View commit details
Copy full SHA for c0dd050
View code at this point
Browse repository at this point
Commits on Oct 21, 2024
Apache license (#1309)
Show description for dc3758a
hsutter
authored
dc3758a
View commit details
Copy full SHA for dc3758a
View code at this point
Browse repository at this point
Commits on Oct 7, 2024
Change 'unsafe_*' to 'unchecked_*', and recommend discard instead of 'as void'
Show description for 07b0eed
hsutter
committed
07b0eed
View commit details
Copy full SHA for 07b0eed
View code at this point
Browse repository at this point
Commits on Sep 24, 2024
Initial clang-tidy configuration (#1253)
Show description for 0f10453
farmerpiki
and
hsutter
authored
0f10453
View commit details
Copy full SHA for 0f10453
View code at this point
Browse repository at this point
Improve diagnostic for ambiguous compiler flag name
Show description for a07d766
hsutter
committed
a07d766
View commit details
Copy full SHA for a07d766
View code at this point
Browse repository at this point
Commits on Aug 9, 2024
Disable some clang conversion warnings in `cpp2util.h` and cppfront itself (#1212)
Show description for 658d307
bluetarpmedia
and
hsutter
authored
658d307
View commit details
Copy full SHA for 658d307
View code at this point
Browse repository at this point
Commits on Jul 22, 2024
Remove forward slash as command line switch (#1175)
Show description for 15f9be1
sookach
and
hsutter
authored
15f9be1
View commit details
Copy full SHA for 15f9be1
View code at this point
Browse repository at this point
Commits on Jul 19, 2024
Give better diagnostic for invalid/ambiguous compiler flag
hsutter
committed
16686c1
View commit details
Copy full SHA for 16686c1
View code at this point
Browse repository at this point
Commits on Jun 22, 2024
feat: Add command `-cwd` (change working directory) (#1024)
Show description for 67f5e0e
helmesjo
and
hsutter
authored
67f5e0e
View commit details
Copy full SHA for 67f5e0e
View code at this point
Browse repository at this point
Commits on May 21, 2024
Change all `deque` to `stable_vector`, add some `g_d_o` timers for #904 investigation
Show description for 8511298
hsutter
committed
8511298
View commit details
Copy full SHA for 8511298
View code at this point
Browse repository at this point
Add second optimization for `get_declaration_of`, and fix some corner case bugs
Show description for 6dbd1ba
hsutter
committed
6dbd1ba
View commit details
Copy full SHA for 6dbd1ba
View code at this point
Browse repository at this point
Commits on May 17, 2024
Add some simple timer profiling support
hsutter
committed
d09b052
View commit details
Copy full SHA for d09b052
View code at this point
Browse repository at this point
Commits on May 11, 2024
Add `-quiet` flag to only print output if there is an error
Show description for e12e301
hsutter
committed
e12e301
View commit details
Copy full SHA for e12e301
View code at this point
Browse repository at this point
Commits on Feb 4, 2024
fix: recognize last uses (including of `this`) (#887)
Show description for 510eae8
JohelEGP
and
hsutter
authored
510eae8
View commit details
Copy full SHA for 510eae8
View code at this point
Browse repository at this point
Commits on Jan 2, 2024
Fix possible division by zero when using -verbose (#906)
oriyadid
authored
30c892a
View commit details
Copy full SHA for 30c892a
View code at this point
Browse repository at this point
Commits on Dec 10, 2023
Add internal instrumentation for tracking stack sizes
hsutter
committed
c74a0f2
View commit details
Copy full SHA for c74a0f2
View code at this point
Browse repository at this point
Commits on Nov 8, 2023
Split lowering into `to_cpp1.h`
hsutter
committed
99686e9
View commit details
Copy full SHA for 99686e9
View code at this point
Browse repository at this point
Replace `goto` with `continue`
Show description for 61b9b1c
hsutter
committed
61b9b1c
View commit details
Copy full SHA for 61b9b1c
View code at this point
Browse repository at this point
Correct copy/move for `union`
Show description for cdf71bd
hsutter
committed
cdf71bd
View commit details
Copy full SHA for cdf71bd
View code at this point
Browse repository at this point
Commits on Oct 21, 2023
Add *using-statement* - using declarations and using directives
Show description for dd04703
hsutter
committed
dd04703
View commit details
Copy full SHA for dd04703
View code at this point
Browse repository at this point
fix(cpp1): emit parents' *template-head*s of alias (#703)
Show description for ec3d38a
JohelEGP
and
hsutter
authored
ec3d38a
View commit details
Copy full SHA for ec3d38a
View code at this point
Browse repository at this point
Fix comment typo
hsutter
committed
653fe43
View commit details
Copy full SHA for 653fe43
View code at this point
Browse repository at this point
Commits on Oct 20, 2023
Make `main`'s `args` be `const`, see #764
hsutter
committed
32a72fc
View commit details
Copy full SHA for 32a72fc
View code at this point
Browse repository at this point
Revert "Enable debugging with LLDB (Xcode, Qt Creator, etc) (#744)"
Show description for 8d66d57
hsutter
committed
8d66d57
View commit details
Copy full SHA for 8d66d57
View code at this point
Browse repository at this point
Commits on Oct 19, 2023
Enable debugging with LLDB (Xcode, Qt Creator, etc) (#744)
Show description for 12793b0
bluetarpmedia
authored
12793b0
View commit details
Copy full SHA for 12793b0
View code at this point
Browse repository at this point
Let `-include-std` override `-import-std`
Show description for 54c6cff
hsutter
committed
54c6cff
View commit details
Copy full SHA for 54c6cff
View code at this point
Browse repository at this point
Commits on Oct 9, 2023
Local object aliases should also be constexpr
Show description for 3512ecd
hsutter
committed
3512ecd
View commit details
Copy full SHA for 3512ecd
View code at this point
Browse repository at this point
Add `-import-std` and `-include-std` command line options
Show description for d484264
hsutter
committed
d484264
View commit details
Copy full SHA for d484264
View code at this point
Browse repository at this point
Commits on Oct 8, 2023
Add warnings for names reserved for metafunction implementations
Show description for f2f70ed
hsutter
committed
f2f70ed
View commit details
Copy full SHA for f2f70ed
View code at this point
Browse repository at this point
Commits on Sep 28, 2023
Tweak `-verbose` percentage output
hsutter
committed
3da9ccc
View commit details
Copy full SHA for 3da9ccc
View code at this point
Browse repository at this point
Remove uses of `__` that would be visible to Cpp1
Show description for c805166
hsutter
committed
c805166
View commit details
Copy full SHA for c805166
View code at this point
Browse repository at this point
Don't emit Cpp1 ref-qualifiers on virtual functions, closes #694
hsutter
committed
209f6d5
View commit details
Copy full SHA for 209f6d5
View code at this point
Browse repository at this point
Commits on Sep 26, 2023
Add diagnostic for object alias in nested type, which isn't supported yet
Show description for 0097265
hsutter
committed
0097265
View commit details
Copy full SHA for 0097265
View code at this point
Browse repository at this point
Commits on Sep 24, 2023
Update `[[nodiscard]]` default for streaming to match established convention
Show description for 533b62d
hsutter
committed
533b62d
View commit details
Copy full SHA for 533b62d
View code at this point
Browse repository at this point
Commits on Sep 23, 2023
Emit non-member binary streaming and arithmetic as friends
Show description for ca42e2c
hsutter
committed
ca42e2c
View commit details
Copy full SHA for ca42e2c
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL