Commit graph

47 commits

Author SHA1 Message Date
Abhay Pratap
2036516c17
Refactored memcpy calls to D slices (#21062)
* Refactored memcpy calls to D slices

* Added .DS_Store to .gitignore
2025-03-24 07:12:13 +08:00
Walter Bright
a99a3894be
add __rvalue(expression) builtin (#17050) 2024-12-15 12:13:28 -08:00
Walter Bright
3457a5902d refactor gensaverestore() 2024-06-18 10:15:36 +02:00
Walter Bright
bd2b8936df gitignore: ignore vim backup files 2023-02-14 10:23:53 +01:00
Iain Buclaw
534f194746 gitignore: Only match dmd in top-level directory 2022-12-27 13:47:02 +00:00
Max Haughton
afed3381b8
For posix targets make a symlink to the latest generated dmd (./generated/...) in the top level dir. (#14693)
The idea is to have faster iteration times.

A "dmd" entry has been added to the .gitignore
2022-12-15 10:45:59 +02:00
Iain Buclaw
09d04945bd Fix build script paths to work with new merged repository structure
Co-Authored-By: Geod24 <pro.mathias.lang@gmail.com>
Co-Authored-By: Martin Kinkelin <noone@nowhere.com>
Co-Authored-By: Vladimir Panteleev <git@cy.md>
2022-07-09 23:49:27 +02:00
MoonlightSentinel
4cd5ec4dbd .gitignore: Extend list of ignored files/directorys
Add dub and VS code specific files as well as an directory for
deliberately ignored files (e.g. temporary scripts, source files, ...)
2022-04-15 23:47:30 +00:00
Lucien Perregaux
9dffcfa256 Add IntelliJ IDEA / CLion specifics files to gitignore
Title.
2021-04-02 09:31:31 +09:00
Walter Bright
ca60c7e9c7 mtype.d: mcache 2020-07-06 10:03:44 +02:00
stefanos-baziotis
1724de625d Ignore .vs Visual Studio files 2019-05-12 11:30:58 +03:00
Sebastian Wilzbach
ba1de1079c Ignore GCov coverage files 2017-12-22 10:30:02 +01:00
Sebastian Wilzbach
bc6f0b7ee4 Rename ddmd -> dmd
sed -i "s/ddmd/dmd/g" -i **/*.[cdh]
2017-12-15 03:29:33 +01:00
Atila Neves
15b105fb65 Ignore generated .dub directory 2017-10-26 12:53:42 +02:00
Jacob Carlborg
326e097ea9 Replace idgen with CTFE implementation
Since id.h is not necessary anymore in DMD it's just as easy to
implement the same functionality using CTFE. This will also simplify
the build process because one extra build step is removed.

`extern(C++)` is removed as well because it will only be called from
within D code in DMD. Other compilers should keep their own cache if
they want to.
2017-07-13 10:29:39 +02:00
Atila Neves
afb902a233 Destructors can be called on shared objects 2017-05-15 17:54:22 -07:00
Razvan Nitu
c7282f11e2 Moved everything that is generated to the generated folder (#6580)
Moved everything that is generated to the generated folder
merged-on-behalf-of: Andrei Alexandrescu <andralex@users.noreply.github.com>
2017-03-02 16:34:31 +01:00
Sebastian Wilzbach
b7aace07e6 Set coverage destination directory to source directory 2016-08-03 08:18:11 +02:00
Vladimir Panteleev
57b829f2d0 Add win64.mak
Add support for building a 64-bit DMD using Microsoft Visual C++
without msbuild or needing to duplicate the project structure.
This is done by adding wrappers for the DigitalMars C compiler
and librarian, which translate the command-line parameters
to the Microsoft equivalents.
2016-04-23 12:23:03 +00:00
Sebastian Wilzbach
4a824a17ef add src/SYSCONFDIR.imp to gitignore 2016-03-30 08:35:14 +03:00
Daniel Murphy
be9c324e28 Split interfaces to the glue layer and backend into different files 2015-10-12 00:00:12 +11:00
k-hara
120a2150dd Add generated src file src/id.d to .gitignore 2015-08-24 19:50:30 +09:00
Daniel Murphy
fca0fcc5cd Calculate impcnvtab using CTFE 2015-08-23 23:40:18 +10:00
Martin Nowak
9907cf6509 remove d sources from gitignore 2015-08-23 05:37:48 +02:00
Daniel Murphy
9aae462d67 Add impcnvtab to .gitignore 2015-08-16 20:54:39 +10:00
Martin Nowak
be147eb499 remove XCode project
- somewhat unmaintained
- added to .gitignore instead
2015-04-11 19:55:04 +02:00
Daniel Murphy
ea591ba98e Add manually ported frontend source files to version control 2015-04-07 13:53:29 +10:00
Lionello Lunesu
23738e5a78 Added dSYM folders to .gitignore 2015-02-28 20:17:31 +08:00
Per Nordlöw
e9cd546065 Add Makefile rule for generating Exuberant Ctags tags file 2014-03-10 13:14:44 +01:00
Martin Nowak
0678c4f8a3 use autogenerated make dependencies
- write .deps files during compilation
- include .deps files in makefile
2013-12-24 16:16:46 +01:00
Martin Nowak
1e5467eab5 add Makefile to .gitignore
- useful for a local Makefile in the working copy
2013-11-17 23:01:04 +01:00
Andrej Mitrovic
0a9e1735c9 Update .gitignore to include .bak/.lib files 2013-05-29 00:09:53 +02:00
Jacob Carlborg
c84fe4d698 Add Xcode project. 2013-05-11 15:41:17 +02:00
Vladimir Panteleev
30fd1bf3d7 Update .gitignore to add Visual Studio-related files 2013-03-16 16:17:27 +00:00
k-hara
53c7f80275 Remove vergen.c completely 2013-01-30 11:42:32 +09:00
Maxim Fomin
986ec320fc Add vergen to .gitignore 2013-01-18 20:59:19 +00:00
k-hara
44ec4f6338 Add generated file to .gitignore 2013-01-16 17:40:57 +09:00
Andrej Mitrovic
ab5cc8ef7d Add src/verstr.h to .gitignore 2013-01-13 16:15:16 +01:00
Andrej Mitrovic
c35b5207a6 Remove optabgen.exe and add it to .gitignore. 2012-10-03 01:40:32 +02:00
alexrp
2a5d14dc4a Ignore trace.def and trace.log. 2012-08-14 16:21:59 +02:00
Peter Alexander
5b28626610 Added .DS_Store to .gitignore for OSX. 2011-12-05 00:19:31 +00:00
Don Clugston
74658df511 Files to ignore on Windows (.obj, .map, .exe) 2011-02-01 10:53:09 +01:00
Walter Bright
e1324fc77c remove local files 2011-01-23 23:54:52 -08:00
Walter Bright
fe9f14b379 remove bad line 2011-01-23 23:46:01 -08:00
Walter Bright
a1619dc4dd merge gitignore 2011-01-23 23:40:27 -08:00
Walter Bright
6efacb1211 add stupid file 2011-01-23 23:37:27 -08:00
Brad Roberts
fd8c008cc9 add a .gitignore file to hide intermediate files from git 2011-01-23 22:33:07 -08:00