Skip to content

Add authors to all blog posts #191

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

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ excerpt: "Clang is an LLVM native C/C++/Objective-C compiler, which aims to
This leads to many infamous pathological errors which have haunted C++
developers for decades."
sitemap: false
author: Matheus Izvekov
permalink: blogs/gsoc22_izvekov_experience_blog/
date: 2022-11-30
---
Expand Down Expand Up @@ -123,4 +124,4 @@ Email: [email protected]

Github Username: [mizvekov](https://github.com/mizvekov)

**Link GSoC project proposal:** [Matheus_Izvekov_Proposal_2022](https://compiler-research.org/assets/docs/Matheus_Izvekov_Proposal_2022.pdf)
**Link GSoC project proposal:** [Matheus_Izvekov_Proposal_2022](https://compiler-research.org/assets/docs/Matheus_Izvekov_Proposal_2022.pdf)
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ declaration that isn’t a declaration or or specialization of anything
belongs to the active PTU. However, in case of a template specialization,
it can be pulled into a more recent PTU by its template arguments."
sitemap: false
author: "Jun Zhang, Purva Chaudhari"
permalink: blogs/gsoc22_zhang_chaudhari_experience_blog/
date: 2022-12-02
---
Expand Down Expand Up @@ -153,4 +154,4 @@ GitHub username: [junaire](https://github.com/junaire)

Purva: [Webpage](https://purva-chaudhari.github.io/My-Portfolio/)

GitHub username: [Purva-Chaudhari](https://github.com/Purva-Chaudhari)
GitHub username: [Purva-Chaudhari](https://github.com/Purva-Chaudhari)
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ controller process invokes RPCs in the target or executor process to allocate
memory and then when the code is generated, all the section contents are
transferred through finalize calls."
sitemap: false
author: Anubhab Ghosh
permalink: blogs/gsoc22_ghosh_experience_blog/
date: 2022-12-07
---
Expand Down Expand Up @@ -162,4 +163,4 @@ Github Username: [argentite](https://github.com/argentite)

**Link to GSoC project proposal:** [Anubhab_Ghosh_Proposal_GSoC_2022](https://compiler-research.org/assets/docs/Anubhab_Ghosh_Proposal_2022.pdf)

**Link to GSoC project proposal:** [Anubhab_Ghosh_Final_Report_GSoC_2022](https://compiler-research.org/assets/docs/Anubhab_Ghosh_GSoC2022_Report.pdf)
**Link to GSoC project proposal:** [Anubhab_Ghosh_Final_Report_GSoC_2022](https://compiler-research.org/assets/docs/Anubhab_Ghosh_GSoC2022_Report.pdf)
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Automatic Differentiation applications (using Clad, e.g. in RooFit and
Floating-Point Error Estimation), and Python-C++ Interoperability (Clang-Repl
(LLVM), CppInterOp, cppyy, Numba, etc.)."
sitemap: false
author: QuillPusher (Saqib)
permalink: blogs/gsod23_quillpusher_experience_blog/
date: 2023-05-10
---
Expand Down
1 change: 1 addition & 0 deletions _posts/2023-09-18-code-completion-in-clang-repl.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ completing user input or code completion. Sometimes, C++ can be quite wordy,
requiring users to type every character of an expression or
statement. Consequently, this causes typos or syntactic errors."
sitemap: false
author: Yuquan (Fred) Fu
permalink: blogs/gsoc23_ffu_experience_blog/
date: 2023-09-18
---
Expand Down
Loading