Skip to content

Commit f3004dd

Browse files
authored
Add Thomas Fransham to contributors list (#181)
1 parent c391d0f commit f3004dd

File tree

3 files changed

+26
-1
lines changed

3 files changed

+26
-1
lines changed

_data/contributors.yml

+16-1
Original file line numberDiff line numberDiff line change
@@ -273,6 +273,21 @@
273273
proposal: /assets/docs/TharunA_GSoC_Proposal_2024-Xeus-Cpp.pdf
274274
mentors: Anutosh Bhat, Johan Mabille, Aaron Jomy, David Lange, Vassil Vassilev
275275

276+
- name: Thomas Fransham
277+
info: "GSoC 2024 Contributor"
278+
279+
github: "https://github.com/fsfod"
280+
projects:
281+
- title: "Support clang plugins on Windows"
282+
status: Ongoing
283+
description: |
284+
This project aims to allow using dynamically loaded Clang plugins on windows by adding
285+
support for building LLVM and Clang as shared libraries on Windows with all the
286+
public c++ API exported and dynamically linking to them. Part of the process will be
287+
automated with a tool built using the Clang tooling API to automatically add export macros
288+
on the appropriate class and functions declarations in llvm public headers.
289+
proposal: /assets/docs/Thomas_Fransham_GSoC24_Proposal.pdf
290+
mentors: Vassil Vassilev, Saleem Abdulrasool
276291

277292
- name: "This could be you!"
278293
photo: rock.jpg
@@ -1022,4 +1037,4 @@
10221037
compute Jacobians.
10231038
report: |
10241039
[Poster](/assets/presentations/LLVM2020_Clad.pdf){:target="_blank"}
1025-
mentors: Vassil Vassilev, Alexander Penev
1040+
mentors: Vassil Vassilev, Alexander Penev

_pages/team/thomas-fransham.md

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
title: "Compiler Research - Team - Thomas Fransham"
3+
layout: gridlay
4+
excerpt: "Compiler Research: Team members"
5+
sitemap: false
6+
permalink: /team/tfransham
7+
8+
---
9+
10+
{% include team-profile.html %}
Binary file not shown.

0 commit comments

Comments
 (0)