summaryrefslogtreecommitdiff
path: root/src/Makefile.in
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* * src/Makefile.in (DO_CODESIGN): Fix architecture for Apple SiliconArtem Loenko2020-12-291-1/+1
* Merge from origin/emacs-27Glenn Morris2020-12-251-1/+1
|\
| * * src/Makefile.in (DO_CODESIGN): Fix expected architecture name.Philipp Stephani2020-12-231-1/+1
| * Codesign the executable on recene MacOS systemsItai Seggev2020-12-231-0/+7
* | Revert "Use posix_spawn if possible."Eli Zaretskii2020-12-251-3/+1
* | Use posix_spawn if possible.Philipp Stephani2020-12-251-1/+3
* | Codesign the executable on recene MacOS systemsItai Seggev2020-11-241-0/+7
* | Add xwidget support for macOSSungbin Jo2020-08-121-0/+1
* | Update from GnulibPaul Eggert2020-07-301-2/+2
* | Use Gnulib libgmp modulePaul Eggert2020-07-091-3/+2
* | Revert my KEY_OPS_CFLAGS change to src/Makefile.inPaul Eggert2020-04-071-5/+2
* | Default gcc -Og to inlining key opsPaul Eggert2020-04-041-2/+5
* | Remove unused ftx font backend driverStefan Kangas2020-01-151-3/+3
|/
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* Remove stale .pdmp files with ‘make clean’Paul Eggert2019-08-031-7/+7
* Make extraclean return tree to pristine state by deleting moreLars Ingebrigtsen2019-06-201-1/+1
* Fix oversights of "support X core font driver on cairo" changeYAMAMOTO Mitsuharu2019-06-191-1/+1
* Fix up the --no-print-directory changes in src/Makefile.inLars Ingebrigtsen2019-06-171-6/+7
* Avoid printing entering/leaving messages in second stage bootstrapLars Ingebrigtsen2019-06-151-0/+5
* Move common HarfBuzz code to a common file hbfont.cEli Zaretskii2019-06-011-1/+2
* Merge branch 'master' into harfbuzzYAMAMOTO Mitsuharu2019-04-271-48/+100
|\
| * Replace executable’s fingerprint in placePaul Eggert2019-04-141-12/+18
| * Bring back dmpstruct.hPaul Eggert2019-04-101-1/+12
| * Fix $(MAKE) -C for out-of-tree bootstrapsPaul Eggert2019-04-101-2/+2
| * Remove the need for temacs.inPaul Eggert2019-04-091-33/+20
| * Remove assumption of uint64_t etc. in portable codePaul Eggert2019-04-091-1/+3
| * Remove dmpstruct.hPaul Eggert2019-04-091-9/+1
| * * src/Makefile.in ($(AM_V_GEN)POSIXLY_CORRECT): Use AM_V_GEN.Eli Zaretskii2019-03-231-1/+1
| * * src/Makefile.in (clean): Delete versioned pdmp files.Glenn Morris2019-01-281-1/+2
| * Avoid having to build src/emacs when we just want to `make tags`Stefan Monnier2019-01-231-1/+4
| * ; * src/Makefile.in: Fix wording of comment in last change.Eli Zaretskii2019-01-231-1/+1
| * Fix build errors with pdump fingerprint on macOSEli Zaretskii2019-01-231-7/+6
| * Fix occasional pdumper/bootstrap errorAlan Third2019-01-211-0/+1
| * Fix minor glitch with producing 'emacs' executableEli Zaretskii2019-01-161-1/+1
| * Add portable dumperDaniel Colascione2019-01-151-26/+75
| * Add native image scaling (bug#33587)Alan Third2019-01-101-1/+2
| * Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
| |\
| | * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
| | * Work around dumping bug on GNU/Linux ppc64lePaul Eggert2018-11-111-0/+2
* | | Add support for building with HarfBuzzKhaled Hosny2018-12-101-2/+4
|/ /
* | Use tcdrain, not fdatasync, to drain ttysPaul Eggert2018-12-021-2/+1
* | Move timestamp-related stuff to timefns.cPaul Eggert2018-10-061-1/+1
* | Fix ‘make clean’ with a file named ‘-.o’Paul Eggert2018-09-241-3/+3
* | Modularize bignums betterPaul Eggert2018-08-271-1/+1
* | Merge remote-tracking branch 'origin/master' into feature/bignumTom Tromey2018-08-091-1/+1
|\ \
| * | Rename src/regex.c to src/regex-emacs.c.Paul Eggert2018-08-051-1/+1
* | | Add configury for GMP libraryTom Tromey2018-07-121-2/+5
|/ /
* | Merge from origin/emacs-26Glenn Morris2018-06-181-2/+3
|\ \ | |/
| * Make 'tags' targets respect --with-silent-rules (Bug#31744)Noam Postavsky2018-06-121-2/+3